Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034466Retail ModulesLayaway orderpublic2016-11-11 09:052017-01-26 10:19
migueldejuana 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0034466: Layaway payments not created with time offset
Payment layaway is not created when we have a big difference between the server and the client time.
Having server time in UTC+1, set your client device time to UTC-10.

- Login
- Create a Layaway without payments
- Load created layaway
- Add a partial payment and save again the layaway
- Load edited layaway
- ERROR! No payments added to the layaway

The test I did, client was in one day and the server was in the next day.
No tags attached.
caused by feature request 0032443RR16Q3 closed Sandrahuguet Prevent changing out-dated/stale data (ticket/BP) in webpos 
related to defect 0034305 closed ranjith_qualiantech_com [SER-QA 1995] Error in the payment date - The system is recording the day -1 of the layaway payment 
patch issue 34466 possiblefix mobile.core 2566.patch (859) 2017-01-13 13:56
https://issues.openbravo.com/file_download.php?file_id=10297&type=bug
patch issue 34466 possiblefix posterminal 7804.patch (1,899) 2017-01-13 13:56
https://issues.openbravo.com/file_download.php?file_id=10298&type=bug
Issue History
2016-11-11 09:05migueldejuanaNew Issue
2016-11-11 09:05migueldejuanaAssigned To => Retail
2016-11-11 09:05migueldejuanaTriggers an Emergency Pack => No
2016-11-11 09:08migueldejuanaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=13636#r13636
2016-11-22 08:36migueldejuanaRelationship addedrelated to 0034305
2017-01-11 14:31ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-01-11 14:31ranjith_qualiantech_comStatusnew => scheduled
2017-01-12 10:54ranjith_qualiantech_comRelationship addedcaused by 0032443
2017-01-13 13:56ranjith_qualiantech_comFile Added: issue 34466 possiblefix mobile.core 2566.patch
2017-01-13 13:56ranjith_qualiantech_comFile Added: issue 34466 possiblefix posterminal 7804.patch
2017-01-19 10:19hgbotCheckin
2017-01-19 10:19hgbotNote Added: 0093724
2017-01-19 10:20hgbotCheckin
2017-01-19 10:20hgbotNote Added: 0093725
2017-01-19 10:20hgbotStatusscheduled => resolved
2017-01-19 10:20hgbotResolutionopen => fixed
2017-01-19 10:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ddfaaa2bf0edd24f9bde2e9eda13742841dd9653 [^]
2017-01-20 07:22hgbotCheckin
2017-01-20 07:22hgbotNote Added: 0093741
2017-01-26 10:19marvintmReview Assigned To => marvintm
2017-01-26 10:19marvintmStatusresolved => closed
2017-01-26 10:19marvintmFixed in Version => RR17Q2

Notes
(0093724)
hgbot   
2017-01-19 10:19   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d4aab5a4c97b66aaa2898989e9c460185e21ff0b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jan 19 14:48:33 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d4aab5a4c97b66aaa2898989e9c460185e21ff0b [^]

Related to issue 34466: Changed Access specifier for UTC Date Converion

---
M src/org/openbravo/mobile/core/utils/OBMOBCUtils.java
---
(0093725)
hgbot   
2017-01-19 10:20   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ddfaaa2bf0edd24f9bde2e9eda13742841dd9653
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jan 19 14:50:22 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ddfaaa2bf0edd24f9bde2e9eda13742841dd9653 [^]

Fixed issue 34466: Validate outdated layaway with UTC dates instead of server date

* Validate layaway loaded date with updated date in UTC timezone instead of local timezone

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0093741)
hgbot   
2017-01-20 07:22   
Repository: tools/automation/pi-mobile
Changeset: b141052310a51ecd4724ae5ad28165757d2d4050
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jan 20 11:52:39 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b141052310a51ecd4724ae5ad28165757d2d4050 [^]

Verifies issue 34466: Changed OBUtils Date Format

---
M src-test/org/openbravo/test/mobile/core/utils/OBUtils.java
---