Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0039565
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Sessionsmajoralways2018-10-30 10:332019-01-21 10:36
ReporteranderarangurenView Statuspublic 
Assigned TojavierRodriguez 
PriorityurgentResolutionfixedFixed in VersionRR19Q2
StatusclosedFix in branchFixed in SCM revision78bcd24eb358
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0039565: pOSSBusinessDate is changing the Date to the day before when the client is in another time zone than the server

DescriptionpOSSBusinessDate is changing the Date to the day before when the client is in another time zone than the server
Steps To ReproduceClose the store from the backend (Time zone in the server is GMT+1)
Open it with the current date(30-10-2018)
Go to the Web POS and complete some orders
Change the time zone of the client to GMT +6
Complete another order
Go to the backend to Data Import Entries window and see that the pOSSBusinessDate of the JSON is for the day before (29-10-2018)
TagsNo tags attached.
Attached Filespng file icon DIEWindow.png [^] (154,530 bytes) 2018-10-30 10:33

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0039695 closedranjith_qualiantech_com Sales report does not summarize product sales 
related to defect 0040318 closedranjith_qualiantech_com pOSSBusinessDate is changing the Date to the day before when the client is in another time zone than the server 
related to defect 0042169 closedrqueralta Problems with business date when there is a change in timezone 

-  Notes
(0107785)
hgbot (developer)
2018-11-07 21:56

Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: ccc120e9e11058337176b2d7af1724db21cfbc50
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Nov 07 21:51:58 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/ccc120e9e11058337176b2d7af1724db21cfbc50 [^]

Fixed issue 39565: pOSSBusinessDate is changing the Date to the day before when
the client is in another time zone than the server

---
M web/org.openbravo.retail.sessions/js/components/ordersavehook.js
---
(0108157)
adrianromero (manager)
2018-11-28 17:05

This fix makes clients with negative time zones, for example GMT-5 to store in the receipt one day before of the actual business date
(0108756)
hgbot (developer)
2018-12-26 18:12

Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: c5f5a6691409b5e48c858c3090d2217bbf43c4b7
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Dec 26 12:01:31 2018 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/c5f5a6691409b5e48c858c3090d2217bbf43c4b7 [^]

Fixed issue 39565: pOSSBusinessDate is changing the Date to the day before when
the client is in another time zone than the server

- Changed OB.I18N.normalizeDate by OB.I18N.formatDateISO function

---
M web/org.openbravo.retail.sessions/js/components/ordersavehook.js
---
(0108761)
hgbot (developer)
2018-12-27 08:53

Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 9dbba4d7caace3c25e86c35c7d5e839b1d949f13
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Dec 27 08:52:03 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/9dbba4d7caace3c25e86c35c7d5e839b1d949f13 [^]

Related to issue 39565. Backed out change as it was not working correctly in iOS

---
M web/org.openbravo.retail.sessions/js/components/ordersavehook.js
---
(0108762)
hgbot (developer)
2018-12-27 08:53

Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 27fb2d929f73af9ed46b26d3992afbff3d8a666d
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Dec 27 08:52:45 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/27fb2d929f73af9ed46b26d3992afbff3d8a666d [^]

Related to issue 39565. Backed out change as it was not working correctly in iOS

---
M web/org.openbravo.retail.sessions/js/components/ordersavehook.js
---
(0108817)
hgbot (developer)
2019-01-03 16:06

Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 216059a5de769e98dc590837daf0913c75f63649
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Fri Jan 04 02:02:12 2019 +1100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/216059a5de769e98dc590837daf0913c75f63649 [^]

Fixed issue 39565: pOSSBussinessDate is changing the Date to the day before when the client is in another time zone than the server

Used new method OB.I18N.parseServerDateWithoutTimeZoneOffset in ob-i18n.js that return the server date without tiezone offset

---
M web/org.openbravo.retail.sessions/js/components/ordersavehook.js
---
(0109008)
hgbot (developer)
2019-01-18 09:57

Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 78bcd24eb35883315a4ee9fb449f35e7555e802b
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Fri Jan 18 09:55:05 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/78bcd24eb35883315a4ee9fb449f35e7555e802b [^]

Fixed issue 39565: pOSSBusinessDate is changing the Date to the day before when the client is in another time zone than the server

Changed the format that the businessDate is set in the POS. It is set with the same format if you open the store in
backend or in a POS.

This changes also fix the related issue

---
M web/org.openbravo.retail.sessions/js/components/BusinessDateModel.js
M web/org.openbravo.retail.sessions/js/components/ordersavehook.js
---

- Issue History
Date Modified Username Field Change
2018-10-30 10:33 anderaranguren New Issue
2018-10-30 10:33 anderaranguren Assigned To => Retail
2018-10-30 10:33 anderaranguren File Added: DIEWindow.png
2018-10-30 10:33 anderaranguren Resolution time => 1542668400
2018-10-30 10:33 anderaranguren Triggers an Emergency Pack => No
2018-10-30 10:58 rafaroda Issue Monitored: rafaroda
2018-10-31 19:40 rqueralta Assigned To Retail => rqueralta
2018-10-31 20:30 rqueralta Status new => scheduled
2018-11-07 21:56 hgbot Checkin
2018-11-07 21:56 hgbot Note Added: 0107785
2018-11-07 21:56 hgbot Status scheduled => resolved
2018-11-07 21:56 hgbot Resolution open => fixed
2018-11-07 21:56 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/ccc120e9e11058337176b2d7af1724db21cfbc50 [^]
2018-11-16 10:38 marvintm Review Assigned To => marvintm
2018-11-16 10:38 marvintm Status resolved => closed
2018-11-16 10:38 marvintm Fixed in Version => RR19Q1
2018-11-28 17:05 adrianromero Note Added: 0108157
2018-11-28 17:05 adrianromero Status closed => new
2018-11-28 17:05 adrianromero Resolution fixed => open
2018-11-28 17:05 adrianromero Fixed in Version RR19Q1 =>
2018-11-28 17:06 adrianromero Relationship added related to 0039695
2018-12-26 18:12 hgbot Checkin
2018-12-26 18:13 hgbot Note Added: 0108756
2018-12-26 18:13 hgbot Status new => resolved
2018-12-26 18:13 hgbot Resolution open => fixed
2018-12-26 18:13 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/ccc120e9e11058337176b2d7af1724db21cfbc50 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/c5f5a6691409b5e48c858c3090d2217bbf43c4b7 [^]
2018-12-27 08:53 hgbot Checkin
2018-12-27 08:53 hgbot Note Added: 0108761
2018-12-27 08:53 hgbot Checkin
2018-12-27 08:53 hgbot Note Added: 0108762
2018-12-27 08:54 marvintm Assigned To rqueralta => Retail
2018-12-27 08:54 marvintm Status resolved => new
2018-12-27 08:54 marvintm Resolution fixed => open
2018-12-27 09:01 marvintm Assigned To Retail => javierRodriguez
2018-12-27 09:01 marvintm Status new => scheduled
2019-01-03 16:06 hgbot Checkin
2019-01-03 16:06 hgbot Note Added: 0108817
2019-01-03 16:06 hgbot Status scheduled => resolved
2019-01-03 16:06 hgbot Resolution open => fixed
2019-01-03 16:06 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/c5f5a6691409b5e48c858c3090d2217bbf43c4b7 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/216059a5de769e98dc590837daf0913c75f63649 [^]
2019-01-10 10:11 marvintm Status resolved => new
2019-01-10 10:11 marvintm Resolution fixed => open
2019-01-10 10:11 marvintm Status new => scheduled
2019-01-18 09:57 hgbot Checkin
2019-01-18 09:57 hgbot Note Added: 0109008
2019-01-18 09:57 hgbot Status scheduled => resolved
2019-01-18 09:57 hgbot Resolution open => fixed
2019-01-18 09:57 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/216059a5de769e98dc590837daf0913c75f63649 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/78bcd24eb35883315a4ee9fb449f35e7555e802b [^]
2019-01-21 10:36 marvintm Status resolved => closed
2019-01-21 10:36 marvintm Fixed in Version => RR19Q2
2019-03-05 14:44 anderaranguren Relationship added related to 0040318
2019-10-31 21:29 rafaroda Relationship added related to 0042169


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker