Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039602Retail ModulesWeb POSpublic2018-11-07 15:072018-11-08 12:29
migueldejuana 
migueldejuana 
normalminoralways
closedfixed 
5
 
RR19Q1 
marvintm
No
0039602: Overpayment popup hides the scrim when processing an order
Overpayment popup hides the scrim when processing an order. When an order is sent to the server we need to show the scrim blocking the UI till the order is processed.
- Login Web POS
- Add a product (Avalanche Transceiver: 150.50 for example)
- Add a Card payment of 200€ (more than total)
- We get 49.50 of overpayment
- Press Done button and Overpayment popup is shown
- Pres OK. ERROR! The scrim is hidden and we can press buttons before the order is processed.
Show the scrim after the popup dissapears.
No tags attached.
Issue History
2018-11-07 15:07migueldejuanaNew Issue
2018-11-07 15:07migueldejuanaAssigned To => migueldejuana
2018-11-07 15:07migueldejuanaTriggers an Emergency Pack => No
2018-11-07 15:10martinsdanIssue Monitored: martinsdan
2018-11-08 12:07hgbotCheckin
2018-11-08 12:07hgbotNote Added: 0107804
2018-11-08 12:07hgbotStatusnew => resolved
2018-11-08 12:07hgbotResolutionopen => fixed
2018-11-08 12:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fc802d46b1520a13294b04b350bfdc54e463c766 [^]
2018-11-08 12:08hgbotCheckin
2018-11-08 12:08hgbotNote Added: 0107805
2018-11-08 12:08hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fc802d46b1520a13294b04b350bfdc54e463c766 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4e5b796eefde578fe86a766c5869949752efc534 [^]
2018-11-08 12:29marvintmReview Assigned To => marvintm
2018-11-08 12:29marvintmStatusresolved => closed
2018-11-08 12:29marvintmFixed in Version => RR19Q1

Notes
(0107804)
hgbot   
2018-11-08 12:07   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: fc802d46b1520a13294b04b350bfdc54e463c766
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Nov 07 16:54:41 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fc802d46b1520a13294b04b350bfdc54e463c766 [^]

Fixed issue 0039602: Overpayment popup hides the scrim when processing an order

- Add a parameter to be able to show scrim after the popup is closed

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js
---
(0107805)
hgbot   
2018-11-08 12:08   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4e5b796eefde578fe86a766c5869949752efc534
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Nov 07 16:56:16 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4e5b796eefde578fe86a766c5869949752efc534 [^]

Fixed issue 0039602: Overpayment popup hides the scrim when processing an order

- When we confirm Overpayment popup, show scrim again if it was already shown before the popup was open

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---