Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031729 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Retail Modules] Web POS | major | always | 2015-11-16 15:05 | 2016-02-01 19:01 | |||
Reporter | aaroncalero | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR15Q4.2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 2f2d1468bbc5 | ||||
Projection | none | ETA | none | Target Version | RR15Q4.2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | guilleaer | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2015-10-30 | |||||||
Regression introduced in release | RR15Q4 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2fd19707e840 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031729: [SERQA 397] The orderDate of receipts loaded in webPOS is showing an incorrect date | |||||||
Description | When an order is loaded in web pos, it's orderDate attribute is showing the day before, instead of showing the real day. | |||||||
Steps To Reproduce | Login in web pos. Create and pay an order. Verify the order date in backend (e.g. Nov 16 2015). Load the order in web pos (Menu > Receipts). Use the browser console to get the order date: Ob.MobileApp.model.receipt.get('orderDate'). It will show an incorrect date (e.g. Nov 15 2015). | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0083672) hgbot (developer) 2016-01-28 15:27 |
Repository: retail/backports/3.0RR15Q4.2/org.openbravo.retail.posterminal Changeset: 1ad41ea9ec4660ed5eced0cfc24014cddd12ef8c Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Dec 15 01:01:04 2015 +0100 URL: http://code.openbravo.com/retail/backports/3.0RR15Q4.2/org.openbravo.retail.posterminal/rev/1ad41ea9ec4660ed5eced0cfc24014cddd12ef8c [^] Fixes issue 31729, backout of issue 31619: OrderDate should not be transformed to client time because it is a date whithout time --- M src/org/openbravo/retail/posterminal/PaidReceipts.java --- |
(0083680) hgbot (developer) 2016-01-28 15:45 |
Repository: retail/backports/3.0RR15Q4.2/org.openbravo.mobile.core Changeset: 86f812751d4be92d83fe9d4bb7bd2cc31792a5f2 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Dec 15 00:04:54 2015 +0100 URL: http://code.openbravo.com/retail/backports/3.0RR15Q4.2/org.openbravo.mobile.core/rev/86f812751d4be92d83fe9d4bb7bd2cc31792a5f2 [^] Fixes issue 31729, backout of issue 31619: hour,minutes and seconds should be zero for dates --- M src/org/openbravo/mobile/core/utils/OBMOBCUtils.java --- |
(0083682) hgbot (developer) 2016-01-28 15:45 |
Repository: retail/backports/3.0RR15Q4.2/org.openbravo.mobile.core Changeset: 2f2d1468bbc5afc9150ffc3f27a59c49c5eb19dd Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Dec 15 01:02:23 2015 +0100 URL: http://code.openbravo.com/retail/backports/3.0RR15Q4.2/org.openbravo.mobile.core/rev/2f2d1468bbc5afc9150ffc3f27a59c49c5eb19dd [^] Fixes issue 31729, backout of issue 31619: The 'timezoneOffset' is sent to the server and the server correctly handles the incoming date The problem was that the terminal was sending the date in a format that the server was unable to process, and then, the server date was taken. Also, the timezone offset was not sent to the server and the server could not recreate the correct terminal date. The solution: - the terminal sends the date in ISO format and the timezone offset - the server processes the date and timezone offset and recreates the terminal date - better checks and log messages have been added --- M src/org/openbravo/mobile/core/model/HQLPropertyList.java --- |
Copyright © 2000 - 2009 MantisBT Group |