Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039656 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2018-11-20 13:36 | 2019-01-28 10:53 | |||
Reporter | lmonreal | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR19Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 9ce01eef2804 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | Gold | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039656: Print last receipt is not working, it is showing message "It has not processed any orders yet" | |||||||
Description | Print last receipt is not working, it is showing message "It has not processed any orders yet" and nothing is printed. | |||||||
Steps To Reproduce | Steps 1. Do a transaction, it will be sync in back office 2. Open drop down menu and select "Print last receipt" 3. Error message is displayed "It has not processed any orders yet" and ticket is not printed | |||||||
Proposed Solution | Do not display message and print last receipt | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() ![]() ![]() | |||||||
![]() |
|
![]() |
|
(0108065) hgbot (developer) 2018-11-23 05:37 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: c7cb3f78b8ee6b55cfcb85f48cc4d200e04ac3bc Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Fri Nov 23 10:07:04 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c7cb3f78b8ee6b55cfcb85f48cc4d200e04ac3bc [^] Fixed issue 39656 : Refactored receipt close function to trigger integrityOk beforecreating new receipt * Refactored duplicate code for OBPOS_PostSyncReceipt hook implemention exists and not exists --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
(0108295) migueldejuana (viewer) 2018-12-05 16:30 |
The change is ok but I would add the attached diffs to ensure that we print the exact order (frozenReceipt) we sent to the backoffice. See posterminal.diff and printlast.diff |
(0108309) hgbot (developer) 2018-12-06 11:04 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 6ce6de846718112e9410561867622f28e44fb3d9 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Dec 06 15:33:48 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6ce6de846718112e9410561867622f28e44fb3d9 [^] Related to issue 39656 : Receipt integrityOk must be trigger with param final receipt to avoid receipt model changes --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
(0108310) hgbot (developer) 2018-12-06 11:04 |
Repository: erp/pmods/org.openbravo.retail.printlast Changeset: f102c18af8bb08ae9a99a700c2be04cabbd5ad72 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Dec 06 15:34:38 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.printlast/rev/f102c18af8bb08ae9a99a700c2be04cabbd5ad72 [^] Fixed issue 39656 : Last Receipt should be printed with param receipt to avoid receipt model changes --- M web/org.openbravo.retail.printlast/js/printLastButton.js --- |
(0108360) migueldejuana (viewer) 2018-12-10 13:13 |
OBPOS_PostSyncReceipt hook is no longer executed Please, review all the refactor and fix this and ensure that you didn't break any other flow |
(0108377) hgbot (developer) 2018-12-11 03:07 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 9ce01eef280432d710d25d6a1fd9fd4db3aeef6f Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Dec 11 07:36:54 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ce01eef280432d710d25d6a1fd9fd4db3aeef6f [^] Fixed 39656 : PostSyncReceipt hook must be called in both Synchronized and Non Synchronized Mode * While Closing the receipt, PostSyncReceipt hook must be called in both Synchronized and other --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
(0108381) migueldejuana (viewer) 2018-12-11 08:56 |
Tested and reviewed |
![]() |
|||
Date Modified | Username | Field | Change |
2018-11-20 13:36 | lmonreal | New Issue | |
2018-11-20 13:36 | lmonreal | Assigned To | => Retail |
2018-11-20 13:36 | lmonreal | File Added: Printlst.jpg | |
2018-11-20 13:36 | lmonreal | OBNetwork customer | => Gold |
2018-11-20 13:36 | lmonreal | Triggers an Emergency Pack | => No |
2018-11-20 13:55 | lmonreal | Resolution time | => 1543532400 |
2018-11-20 15:09 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2018-11-20 15:09 | ranjith_qualiantech_com | Status | new => scheduled |
2018-11-23 05:37 | hgbot | Checkin | |
2018-11-23 05:37 | hgbot | Note Added: 0108065 | |
2018-11-23 05:37 | hgbot | Status | scheduled => resolved |
2018-11-23 05:37 | hgbot | Resolution | open => fixed |
2018-11-23 05:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c7cb3f78b8ee6b55cfcb85f48cc4d200e04ac3bc [^] |
2018-11-27 11:03 | jorge-garcia | Review Assigned To | => jorge-garcia |
2018-12-05 16:30 | migueldejuana | Note Added: 0108295 | |
2018-12-05 16:30 | migueldejuana | Status | resolved => new |
2018-12-05 16:30 | migueldejuana | Resolution | fixed => open |
2018-12-05 16:30 | migueldejuana | File Added: printlast.diff | |
2018-12-05 16:30 | migueldejuana | File Added: posterminal.diff | |
2018-12-06 10:07 | ranjith_qualiantech_com | Status | new => scheduled |
2018-12-06 11:04 | hgbot | Checkin | |
2018-12-06 11:04 | hgbot | Note Added: 0108309 | |
2018-12-06 11:04 | hgbot | Checkin | |
2018-12-06 11:04 | hgbot | Note Added: 0108310 | |
2018-12-06 11:04 | hgbot | Status | scheduled => resolved |
2018-12-06 11:04 | hgbot | Resolution | open => fixed |
2018-12-06 11:04 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c7cb3f78b8ee6b55cfcb85f48cc4d200e04ac3bc [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.printlast/rev/f102c18af8bb08ae9a99a700c2be04cabbd5ad72 [^] |
2018-12-07 09:56 | marvintm | Review Assigned To | jorge-garcia => marvintm |
2018-12-07 09:56 | marvintm | Status | resolved => closed |
2018-12-07 09:56 | marvintm | Fixed in Version | => RR19Q1 |
2018-12-10 13:13 | migueldejuana | Note Added: 0108360 | |
2018-12-10 13:13 | migueldejuana | Status | closed => new |
2018-12-10 13:13 | migueldejuana | Resolution | fixed => open |
2018-12-10 13:13 | migueldejuana | Fixed in Version | RR19Q1 => |
2018-12-10 14:01 | ranjith_qualiantech_com | Status | new => scheduled |
2018-12-11 03:07 | hgbot | Checkin | |
2018-12-11 03:07 | hgbot | Note Added: 0108377 | |
2018-12-11 03:07 | hgbot | Status | scheduled => resolved |
2018-12-11 03:07 | hgbot | Resolution | open => fixed |
2018-12-11 03:07 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.printlast/rev/f102c18af8bb08ae9a99a700c2be04cabbd5ad72 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ce01eef280432d710d25d6a1fd9fd4db3aeef6f [^] |
2018-12-11 08:56 | migueldejuana | Review Assigned To | marvintm => migueldejuana |
2018-12-11 08:56 | migueldejuana | Note Added: 0108381 | |
2018-12-11 08:56 | migueldejuana | Status | resolved => closed |
2019-01-25 13:17 | marvintm | Status | closed => new |
2019-01-25 13:17 | marvintm | Resolution | fixed => open |
2019-01-25 13:17 | marvintm | Status | new => scheduled |
2019-01-25 13:18 | marvintm | Status | scheduled => resolved |
2019-01-25 13:18 | marvintm | Fixed in Version | => RR19Q1 |
2019-01-25 13:18 | marvintm | Resolution | open => fixed |
2019-01-25 13:18 | marvintm | Status | resolved => closed |
2019-01-28 10:53 | ranjith_qualiantech_com | File Added: issue 39656 adapted to RR18Q3 source posterminal.patch |
Copyright © 2000 - 2009 MantisBT Group |