Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041851Retail ModulesSessionspublic2019-09-18 16:182019-09-19 13:40
migueldejuana 
migueldejuana 
normalminoralways
closedfixed 
5
 
RR19Q4 
marvintm
No
0041851: Cash management synchronization must be done in one transaction
When we synchronize cash management, a message is created in local database and the cash management is updated with isbeingprocessed = 'Y'. That must be executed in one transaction, otherwise we could create more than one message for the same cash management.
n/a
No tags attached.
related to defect 0041067 closed migueldejuana Cash management object is global and therefore can be modified after the user has confirmed that the ticket should be processed 
Issue History
2019-09-18 16:18migueldejuanaNew Issue
2019-09-18 16:18migueldejuanaAssigned To => migueldejuana
2019-09-18 16:18migueldejuanaTriggers an Emergency Pack => No
2019-09-18 16:18migueldejuanaRelationship addedrelated to 0041067
2019-09-19 09:54ngarciaIssue Monitored: ngarcia
2019-09-19 10:46hgbotCheckin
2019-09-19 10:46hgbotNote Added: 0114665
2019-09-19 10:46hgbotStatusnew => resolved
2019-09-19 10:46hgbotResolutionopen => fixed
2019-09-19 10:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/03865fa9edd484070466ec58a0f106b6c2798a05 [^]
2019-09-19 13:40marvintmReview Assigned To => marvintm
2019-09-19 13:40marvintmStatusresolved => closed
2019-09-19 13:40marvintmFixed in Version => RR19Q4

Notes
(0114665)
hgbot   
2019-09-19 10:46   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 03865fa9edd484070466ec58a0f106b6c2798a05
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Sep 18 16:23:13 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/03865fa9edd484070466ec58a0f106b6c2798a05 [^]

Fixed issue 0041851: Cash management synchronization must be done in one transaction

- Execute create message and updateRecordColumn for cash management all in one transaction

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---