Openbravo Issue Tracking System - Retail Modules
View Issue Details
0023423Retail ModulesWeb POSpublic2013-03-27 17:282013-06-19 11:52
sureshbabu 
guilleaer 
urgentmajoralways
closedfixed 
5
 
RMP24 
marvintm
No
0023423: if you add payments to a layaway in differents days, the payment breakdown information always shows the order date
 if you add payments to a layaway in differents days, the payment breakdown information always shows the order date in all payments done instead of the date when the payment was done.
 if you add payments to a layaway in differents days, the payment breakdown information always shows the order date in all payments done instead of the date when the payment was done.
No tags attached.
related to defect 0023467 closed guilleaer when i reopen the layaway order at payment breakdown section , server(ERP) date is displayed instead of payment date 
Issue History
2013-03-27 17:28sureshbabuNew Issue
2013-03-27 17:28sureshbabuAssigned To => guilleaer
2013-03-27 17:31guilleaerStatusnew => scheduled
2013-03-27 17:31guilleaerfix_in_branch => pi
2013-03-27 17:31guilleaerNote Added: 0057510
2013-03-27 17:31guilleaerStatusscheduled => resolved
2013-03-27 17:31guilleaerFixed in Version => RMP21
2013-03-27 17:31guilleaerResolutionopen => fixed
2013-04-02 10:45marvintmNote Added: 0057557
2013-04-02 10:45marvintmStatusresolved => new
2013-04-02 10:45marvintmResolutionfixed => open
2013-04-02 10:45marvintmFixed in VersionRMP21 =>
2013-04-02 10:48hgbotCheckin
2013-04-02 10:48hgbotNote Added: 0057558
2013-04-03 18:21hgbotCheckin
2013-04-03 18:21hgbotNote Added: 0057713
2013-04-08 09:10guilleaerRelationship addedrelated to 0023467
2013-06-12 15:32guilleaerStatusnew => scheduled
2013-06-12 15:32guilleaerNote Added: 0059400
2013-06-12 15:32guilleaerStatusscheduled => resolved
2013-06-12 15:32guilleaerFixed in Version => RMP24
2013-06-12 15:32guilleaerResolutionopen => fixed
2013-06-12 15:32guilleaerNote Added: 0059401
2013-06-13 13:19guilleaerNote Added: 0059414
2013-06-19 11:52marvintmReview Assigned To => marvintm
2013-06-19 11:52marvintmStatusresolved => closed

Notes
(0057510)
guilleaer   
2013-03-27 17:31   
resolved by this changeset:

https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f659a58d0bf0 [^]
(0057557)
marvintm   
2013-04-02 10:45   
The fix has two main problems:

- It will not work correctly if the order was created in offline mode
- It will not work correctly if the server has a different time zone than the client

The fix should be done differently: the payment date should be stored in the client, and then used when saving the payment in the server
(0057558)
hgbot   
2013-04-02 10:48   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cc3d3a29d570514f92a0088992a8ecbabbd0de16
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Apr 02 10:46:24 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cc3d3a29d570514f92a0088992a8ecbabbd0de16 [^]

related to issue 23423. revert previous change due to incomplete solution

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0057713)
hgbot   
2013-04-03 18:21   
Repository: erp/pmods/org.openbravo.retail.posterminal-core
Changeset: cc3d3a29d570514f92a0088992a8ecbabbd0de16
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Apr 02 10:46:24 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-core/rev/cc3d3a29d570514f92a0088992a8ecbabbd0de16 [^]

related to issue 23423. revert previous change due to incomplete solution

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0059400)
guilleaer   
2013-06-12 15:32   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 468d68793ef75b4048d0119021bf2b614e5158e6
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jun 12 15:25:56 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/468d68793ef75b4048d0119021bf2b614e5158e6 [^] [^]

fixed issue 23467 & 23423: Payment dates are shown correctly

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0059401)
guilleaer   
2013-06-12 15:32   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 09c12966c6275f23737260c69659307f47186c61
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jun 12 15:23:34 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09c12966c6275f23737260c69659307f47186c61 [^] [^]

fixed issue 23467 & 23423: Payment dates are shown correctly

---
M src/org/openbravo/mobile/core/process/JSONPropertyToEntity.java
A src/org/openbravo/mobile/core/utils/OBMOBCUtils.java
---
(0059414)
guilleaer   
2013-06-13 13:19   
Check also this commit

https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5d321b340fe3 [^]