Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027212Retail ModulesWeb POSpublic2014-07-28 12:302014-08-11 03:58
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR14Q4 
szapata
No
0027212: Stabilization: The buttons in the cashup can be tapped faster than the time its async processes need to finish
Stabilization: The buttons in the cashup can be tapped faster than the time its async processes need to finish
Run any cashup test with Constants.WAIT_AFTERTAP = 0

Verify that the screenshot (1) is shown but the screenshot (2) should be shown

If the back button is tapped (back to the cash count step) and then, the next button is tapped, the proper cashup buttons show up
No tags attached.
depends on feature request 0027267RR14Q4 closed Orekaria Stabilization: Core async calls should be watched by the SynchronizationHelper 
depends on feature request 0026894RR14Q4 closed Orekaria Stabilization: Improve the synchronization management 
depends on defect 0027268RR14Q4 closed Orekaria Stabilization: Improve the enabling/disabling of the pay button 
has duplicate defect 0027192RR14Q4 closed Orekaria The cash button on cashup step 3 of 5 shows up when it shouldn't 
causes defect 0027982 closed migueldejuana [RR14Q4] At cash up window, at step 1 Next button wrongly in active state, even when there are pending receipts to be deleted 
png Screenshot from 2014-07-28 12_18_02.png (473,289) 2014-07-28 12:30
https://issues.openbravo.com/file_download.php?file_id=7092&type=bug
png Screenshot from 2014-07-28 12_18_23.png (471,198) 2014-07-28 12:31
https://issues.openbravo.com/file_download.php?file_id=7093&type=bug
Issue History
2014-07-28 12:30OrekariaNew Issue
2014-07-28 12:30OrekariaAssigned To => marvintm
2014-07-28 12:30OrekariaFile Added: Screenshot from 2014-07-28 12_18_02.png
2014-07-28 12:30OrekariaTriggers an Emergency Pack => No
2014-07-28 12:31OrekariaFile Added: Screenshot from 2014-07-28 12_18_23.png
2014-07-28 12:32OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6194#r6194
2014-07-28 13:10OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6195#r6195
2014-07-28 13:48OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6198#r6198
2014-07-28 13:49OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6199#r6199
2014-07-28 14:39hgbotCheckin
2014-07-28 14:39hgbotNote Added: 0068922
2014-08-02 02:27OrekariaRelationship addeddepends on 0027267
2014-08-02 02:27OrekariaRelationship addeddepends on 0026894
2014-08-02 02:27OrekariaAssigned Tomarvintm => Orekaria
2014-08-02 02:40OrekariaRelationship addeddepends on 0027268
2014-08-02 02:47OrekariaSummaryCashup step 3 of 5 is showing 5 buttons when it should show 3 => Stabilization: The buttons in the cashup can be tapped faster than the time its async processes need to finish
2014-08-02 02:47OrekariaDescription Updatedbug_revision_view_page.php?rev_id=6234#r6234
2014-08-02 02:51hgbotCheckin
2014-08-02 02:51hgbotNote Added: 0069047
2014-08-02 02:51hgbotStatusnew => resolved
2014-08-02 02:51hgbotResolutionopen => fixed
2014-08-02 02:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6cba111b8a5c4973b8511f40a40d03e76fb05670 [^]
2014-08-02 03:08OrekariaRelationship addedhas duplicate 0027192
2014-08-11 03:58szapataReview Assigned To => szapata
2014-08-11 03:58szapataStatusresolved => closed
2014-10-27 21:13migueldejuanaRelationship addedrelated to 0027982
2014-11-06 20:32dmitry_mezentsevRelationship replacedcauses 0027982

Notes
(0068922)
hgbot   
2014-07-28 14:39   
Repository: tools/automation/pi-mobile
Changeset: 6819b9492076e8b960d53a21c53d507b00a0cc8f
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Jul 28 14:37:16 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6819b9492076e8b960d53a21c53d507b00a0cc8f [^]

Timeout to cheat the cashup issue 27212

---
M src-test/org/openbravo/retail/integrationtest/common/tests/TestHelper.java
---
(0069047)
hgbot   
2014-08-02 02:51   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6cba111b8a5c4973b8511f40a40d03e76fb05670
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Aug 02 02:51:04 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6cba111b8a5c4973b8511f40a40d03e76fb05670 [^]

Fixes issue 27212: the cashup process is now watched by the
SynchronizationHelper. In extension, the buttons can now be enabled and disabled
depending on the synchronization status

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/view/closecash.js
---