Openbravo Issue Tracking System - Retail Modules
View Issue Details
0022315Retail ModulesWeb POSpublic2012-11-15 17:412012-11-27 18:44
marvintm 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
RMP17 
No
0022315: Creation date of the sales orders is not stored correctly if they are created in the Web POS
The creation date column should store the date in which an object was actually created. In case of the Sales Orders in the Web POS, this is not the case, as the date is generated when the record is saved in the database.

However, as the POS can work offline, a lot of time may pass until the orders are finally saved. The creation date should be the original date in which the order was paid, not when the order was finally saved, and this is currently not the case.
- While working in offline mode, create an order.
- After some minutes, return to online mode; the order will be saved.
- Check the creation date of the order. Verify that it is not the date in which the order was paid, but when the order was saved.
No tags attached.
causes defect 0033121 closed Sandrahuguet OrderLoader does extra update c_order for each c_order created 
Issue History
2012-11-15 17:41marvintmNew Issue
2012-11-15 17:41marvintmAssigned To => marvintm
2012-11-15 17:43hgbotCheckin
2012-11-15 17:43hgbotNote Added: 0054276
2012-11-15 17:43hgbotStatusnew => resolved
2012-11-15 17:43hgbotResolutionopen => fixed
2012-11-15 17:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/debdf79c2ea0460e49e4b21d322f53cb48179ba0 [^]
2012-11-16 13:17hgbotCheckin
2012-11-16 13:17hgbotNote Added: 0054291
2012-11-27 10:19adrianromeroTarget Version => RMP17
2012-11-27 18:44adrianromeroNote Added: 0054573
2012-11-27 18:44adrianromeroStatusresolved => closed
2016-06-02 18:13shuehnerRelationship addedcauses 0033121

Notes
(0054276)
hgbot   
2012-11-15 17:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: debdf79c2ea0460e49e4b21d322f53cb48179ba0
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Nov 15 17:42:44 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/debdf79c2ea0460e49e4b21d322f53cb48179ba0 [^]

Fixed issue 22315. Creation date will be correctly saved

---
M src/org/openbravo/retail/posterminal/JSONPropertyToEntity.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
---
(0054291)
hgbot   
2012-11-16 13:17   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: be3e80758f1c6d26973e8a294a8a376121e7d31d
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Nov 16 12:16:17 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/be3e80758f1c6d26973e8a294a8a376121e7d31d [^]

Related to issue 22315. The creation date will always be correctly saved.

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
---
(0054573)
adrianromero   
2012-11-27 18:44   
Closed for RMP17