Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029569Retail ModulesWeb POSpublic2015-02-05 13:202015-04-13 16:27
jecharri 
migueldejuana 
immediatemajoralways
closedfixed 
5
 
RR15Q1.3 
adrianromero
No
0029569: Cash up is not working properly and success message can take minutes
Cash up is not working properly and success message can take minutes. The problem is that we are not showing success message until the process finished executing in the ERP.

The solution should be to work online as we do in offline:
-do the cash up
-show the success message
-in parallel execute the runSyncProcess
-Go to Web POS
-Do a cash up

Verify that the cash up will take more time if you are online than offline
No tags attached.
blocks defect 0028873RR15Q2 closed migueldejuana Cash up is not working properly and success message can take minutes 
Issue History
2015-04-13 12:05marvintmTypedefect => backport
2015-04-13 12:05marvintmTarget VersionRR15Q2 => RR15Q1.3
2015-04-13 12:35hgbotCheckin
2015-04-13 12:35hgbotNote Added: 0076475
2015-04-13 12:35hgbotStatusscheduled => resolved
2015-04-13 12:35hgbotResolutionopen => fixed
2015-04-13 12:35hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3407752f5c66a6af3d30316d8939b652f9a81ffd [^] => http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.mobile.core/rev/daf76cf73c8f2af7f944f7b41dae012dc4e47e6c [^]
2015-04-13 12:35hgbotCheckin
2015-04-13 12:35hgbotNote Added: 0076477
2015-04-13 12:35hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.mobile.core/rev/daf76cf73c8f2af7f944f7b41dae012dc4e47e6c [^] => http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.retail.posterminal/rev/de1acb7a164df1941cd9fbd7ef5261cb45562d5e [^]
2015-04-13 16:27adrianromeroReview Assigned ToOrekaria => adrianromero
2015-04-13 16:27adrianromeroNote Added: 0076483
2015-04-13 16:27adrianromeroStatusresolved => closed

Notes
(0076475)
hgbot   
2015-04-13 12:35   
Repository: retail/backports/3.0RR15Q1.3/org.openbravo.mobile.core
Changeset: daf76cf73c8f2af7f944f7b41dae012dc4e47e6c
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Feb 12 09:06:38 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.mobile.core/rev/daf76cf73c8f2af7f944f7b41dae012dc4e47e6c [^]

Fixed issue 0028873, fixes issue 29569: Cash up is not working properly and success message can take minutes

If objToSend is null, we must not send it to backend

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0076477)
hgbot   
2015-04-13 12:35   
Repository: retail/backports/3.0RR15Q1.3/org.openbravo.retail.posterminal
Changeset: de1acb7a164df1941cd9fbd7ef5261cb45562d5e
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Feb 12 09:05:44 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.retail.posterminal/rev/de1acb7a164df1941cd9fbd7ef5261cb45562d5e [^]

Fixed issue 0028873, fixes issue 29569: Cash up is not working properly and success message can take minutes

We need to skip retrieving cashup from backend because we are processing the cashup and it is not processed yet.

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0076483)
adrianromero   
2015-04-13 16:27   
Verified