Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033428Retail ModulesWeb POSpublic2016-07-05 12:352016-07-19 18:34
guilleaer 
shivum039 
normalminorhave not tried
closedfixed 
5
 
RR16Q4 
marvintm
No
No
0033428: When void layaway flow is executed a scrim should be shown. We are doing it for other flows.
When void layaway flow is executed a scrim should be shown. We are doing it for other flows.

From web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
@@ -915,6 +921,7 @@
       } else {
         //Void Layaway
         if (this.owner.receipt.get('orderType') === 3) {
+ //here scrim should be shown
           this.owner.receipt.trigger('voidLayaway');
         } else {
           this.setDisabled(true);


Is VERY IMPORTANT to ensure that scrim is hidden once the void layaway process in finshed
N/A
See description.

Make sure that scrim is hidden when process finishes
No tags attached.
Issue History
2016-07-05 12:35guilleaerNew Issue
2016-07-05 12:35guilleaerAssigned To => Retail
2016-07-05 12:35guilleaerOBNetwork customer => No
2016-07-05 12:35guilleaerTriggers an Emergency Pack => No
2016-07-11 11:17shivum039Assigned ToRetail => shivum039
2016-07-11 12:02shivum039Statusnew => scheduled
2016-07-15 10:17hgbotCheckin
2016-07-15 10:17hgbotNote Added: 0088514
2016-07-15 10:17hgbotStatusscheduled => resolved
2016-07-15 10:17hgbotResolutionopen => fixed
2016-07-15 10:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e54e41006461f004e453ff0b3c755115a44e1b16 [^]
2016-07-19 18:34marvintmReview Assigned To => marvintm
2016-07-19 18:34marvintmStatusresolved => closed

Notes
(0088514)
hgbot   
2016-07-15 10:17   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e54e41006461f004e453ff0b3c755115a44e1b16
Author: Shivanand Madiwalar <shivanand.madiwalar <at> promantia.com>
Date: Fri Jul 15 13:47:04 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e54e41006461f004e453ff0b3c755115a44e1b16 [^]

Fixes Issue 33428 : The Scrim Is Shown During Void LayWay Process and Scrim is Hidden when Process Finishes .

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