Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030634Retail ModulesWeb POSpublic2015-08-22 13:082015-09-30 17:01
Orekaria 
Orekaria 
normalmajorsometimes
closedfixed 
5
 
RR15Q4RR15Q4 
marvintm
No
0030634: Stabilization: The user can close the receipt before the receipt amounts are calculated
Stabilization: The user can close the receipt before the receipt amounts are calculated

Tapping in the 'done' button is possible before the amounts have been calculated
The consecuences can be shown in the final receipt that is sent to the server or calculated in the cashup

Unfortunately, continuous integration reproduce it sometimes but there are reproducible steps

Probably, it could be reproduced changing the test logic to be more aggressive in times when the done button is tapped
No tags attached.
Issue History
2015-08-22 13:08OrekariaNew Issue
2015-08-22 13:08OrekariaAssigned To => Orekaria
2015-08-22 13:08OrekariaTriggers an Emergency Pack => No
2015-08-22 20:36hgbotCheckin
2015-08-22 20:36hgbotNote Added: 0079623
2015-08-22 20:36hgbotStatusnew => resolved
2015-08-22 20:36hgbotResolutionopen => fixed
2015-08-22 20:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ec98271442ef77ca86cffe54db67d3a64f42c3fa [^]
2015-08-22 21:12OrekariaStatusresolved => new
2015-08-22 21:12OrekariaResolutionfixed => open
2015-09-29 14:55OrekariaStatusnew => acknowledged
2015-09-29 14:55OrekariaStatusacknowledged => scheduled
2015-09-30 10:02hgbotCheckin
2015-09-30 10:02hgbotNote Added: 0080731
2015-09-30 10:02hgbotCheckin
2015-09-30 10:02hgbotNote Added: 0080732
2015-09-30 10:02hgbotStatusscheduled => resolved
2015-09-30 10:02hgbotResolutionopen => fixed
2015-09-30 10:02hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ec98271442ef77ca86cffe54db67d3a64f42c3fa [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5813a00d609036c9982ff9bb13ff0eef8a10e151 [^]
2015-09-30 10:20OrekariaReview Assigned To => marvintm
2015-09-30 17:01marvintmStatusresolved => closed
2015-09-30 17:01marvintmFixed in Version => RR15Q4

Notes
(0079623)
hgbot   
2015-08-22 20:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ec98271442ef77ca86cffe54db67d3a64f42c3fa
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sat Aug 22 20:32:56 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ec98271442ef77ca86cffe54db67d3a64f42c3fa [^]

Fixes issue 30634: The 'paymentDone' trigger is executed when the application is ready (syncrhonized)

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0080731)
hgbot   
2015-09-30 10:02   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c965deca0c0bcbfe7cc72fcdf556e04544bc9995
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Wed Sep 30 09:54:37 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c965deca0c0bcbfe7cc72fcdf556e04544bc9995 [^]

Backout issue 30634: We do not want to execute the Done action when the application is idle, we want the user to wait until is idle

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0080732)
hgbot   
2015-09-30 10:02   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5813a00d609036c9982ff9bb13ff0eef8a10e151
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Wed Sep 30 09:54:37 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5813a00d609036c9982ff9bb13ff0eef8a10e151 [^]

Fixes issue 30634: The done button is enabled/disabled depending also on the Synchronized state

- the user will not be able to finish the receipt until all the watched asynchronous calls have finished

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