Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039467 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2018-10-17 13:29 | 2018-12-11 16:50 | |||
Reporter | lorenzofidalgo | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 103766bcddda | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | main | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039467: [RR18Q4][Web POS Save Removed Tickets] After deleting a receipt, "Done" button is clickable. If it's clicked, application breaks | |||||||
Description | With "Web POS Save Removed Tickets" set us "Y", after deleting a receipt, it is possible clicking Done button. If it is clicked the application will get stuck. That DONE button must not appear in this flow. | |||||||
Steps To Reproduce | 0-Configure "Web POS Save Removed Tickets" preference as Y. 1-Login POS as vallblanca. 2-Create a receipt and add many products to that receipt. 3-Click Total Amount button. Without completing that receipt, click "Trash" button and remove that receipt. Realise that, at the right of the screen, Done button will be briefly shown. It is clickable. If it is clicked, the application will get stuck. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(0108064) hgbot (developer) 2018-11-23 05:32 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: a803308685c561e13c2f671a66ac114cb64f2308 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Fri Nov 23 10:01:45 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a803308685c561e13c2f671a66ac114cb64f2308 [^] Fixed issue 39467 : Toolbar Delete button should be disabled while removing receipt * Multi Click should be prevented for Toolbar Delete button if it is disabled --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js --- |
(0108254) migueldejuana (viewer) 2018-12-04 17:24 |
We should show scrim till the next order(or new order) is loaded. We should not be able to press Done button. |
(0108276) hgbot (developer) 2018-12-05 11:49 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 5cdf2ac8e1822129ea2e343a3d039b527d0b9e70 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed Dec 05 16:19:08 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5cdf2ac8e1822129ea2e343a3d039b527d0b9e70 [^] Fixed issue 39467 : Scrim should be shown while deleting the receipt * Scrim should be shown while deleting the receipt will prevent user action on POS --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js --- |
(0108297) migueldejuana (viewer) 2018-12-05 17:14 |
The scrim is hidden by the confirmation popup. We should show the scrim after we press Yes in the popup (OB.UI.btnModalApplyDelete). We need to find the place to hide the scrim, the line added in the last commit is not working. At some point we set the Tab from PAYMENT tab to SCAN, maybe this could be the place. |
(0108313) hgbot (developer) 2018-12-06 11:24 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 103766bcddda2827e18b09ff6bf4f4ded522726f Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Dec 06 15:53:51 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/103766bcddda2827e18b09ff6bf4f4ded522726f [^] Fixed issue 39467 : Before removing receipt, Scrim should be shown to prevent user actions --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js --- |
(0108403) migueldejuana (viewer) 2018-12-11 16:50 |
Tested and reviewed |
![]() |
|||
Date Modified | Username | Field | Change |
2018-10-17 13:29 | lorenzofidalgo | New Issue | |
2018-10-17 13:29 | lorenzofidalgo | Assigned To | => Retail |
2018-10-17 13:29 | lorenzofidalgo | File Added: Broken.png | |
2018-10-17 13:29 | lorenzofidalgo | OBNetwork customer | => No |
2018-10-17 13:29 | lorenzofidalgo | Triggers an Emergency Pack | => No |
2018-10-17 13:30 | lorenzofidalgo | Description Updated | View Revisions |
2018-11-19 11:34 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2018-11-19 11:34 | ranjith_qualiantech_com | Status | new => scheduled |
2018-11-23 05:32 | hgbot | Checkin | |
2018-11-23 05:32 | hgbot | Note Added: 0108064 | |
2018-11-23 05:32 | hgbot | Status | scheduled => resolved |
2018-11-23 05:32 | hgbot | Resolution | open => fixed |
2018-11-23 05:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a803308685c561e13c2f671a66ac114cb64f2308 [^] |
2018-12-04 17:24 | migueldejuana | Note Added: 0108254 | |
2018-12-04 17:24 | migueldejuana | Status | resolved => new |
2018-12-04 17:24 | migueldejuana | Resolution | fixed => open |
2018-12-05 11:49 | ranjith_qualiantech_com | Status | new => scheduled |
2018-12-05 11:49 | hgbot | Checkin | |
2018-12-05 11:49 | hgbot | Note Added: 0108276 | |
2018-12-05 11:49 | hgbot | Status | scheduled => resolved |
2018-12-05 11:49 | hgbot | Resolution | open => fixed |
2018-12-05 11:49 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a803308685c561e13c2f671a66ac114cb64f2308 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5cdf2ac8e1822129ea2e343a3d039b527d0b9e70 [^] |
2018-12-05 17:14 | migueldejuana | Note Added: 0108297 | |
2018-12-05 17:14 | migueldejuana | Status | resolved => new |
2018-12-05 17:14 | migueldejuana | Resolution | fixed => open |
2018-12-06 10:07 | ranjith_qualiantech_com | Status | new => scheduled |
2018-12-06 11:24 | hgbot | Checkin | |
2018-12-06 11:24 | hgbot | Note Added: 0108313 | |
2018-12-06 11:24 | hgbot | Status | scheduled => resolved |
2018-12-06 11:24 | hgbot | Resolution | open => fixed |
2018-12-06 11:24 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5cdf2ac8e1822129ea2e343a3d039b527d0b9e70 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/103766bcddda2827e18b09ff6bf4f4ded522726f [^] |
2018-12-11 16:50 | migueldejuana | Review Assigned To | => migueldejuana |
2018-12-11 16:50 | migueldejuana | Note Added: 0108403 | |
2018-12-11 16:50 | migueldejuana | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |