Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029813Retail ModulesCash uppublic2015-05-07 17:022015-05-19 19:12
malsasua 
malsasua 
immediatemajoralways
closedfixed 
20Community Appliance
 
RR15Q3 
marvintm
Production - QA Approved
2015-02-18
RR15Q2
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/260e72a513b67a7fc6b1a28c4b74c959fe7b3a7d [^]
No
0029813: wrong invoice date when date format is MM-DD-YYYY
when the system is configured with date format "MM-DD-YYYY", in some cases, the invoice date of invoice created in the cash up process can be wrong
. in Openbravo.properties, configure the system with date format: MM-DD-YYYY
. in backoffice, in organization window:
 . record: vallblanca store
    Date format: MM-dd-yyyy
. change the date of your system to 12 of May of 2015
. go to Web POS
. create new receipt
. do a cashup

. go to backoffice
. go to sales invoice window
. invoice created in previous cash up:
  . date: 5 of December of 2015
It shoud be 12 of May of 2015
No tags attached.
depends on backport 0029815RR15Q2.1 closed Retail wrong invoice date when date format is MM-DD-YYYY 
caused by defect 0028953 closed migueldejuana Invoice date is not set properly in created invoices using Web POS 
Issue History
2015-05-07 17:02malsasuaNew Issue
2015-05-07 17:02malsasuaAssigned To => Retail
2015-05-07 17:02malsasuaRegression level => Production - QA Approved
2015-05-07 17:02malsasuaTriggers an Emergency Pack => No
2015-05-07 17:04malsasuaRegression date => 2015-02-18
2015-05-07 17:04malsasuaRegression introduced in release => RR15Q2
2015-05-07 17:04malsasuaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/260e72a513b67a7fc6b1a28c4b74c959fe7b3a7d [^]
2015-05-07 17:14malsasuaStatusnew => scheduled
2015-05-07 18:17dmitry_mezentsevRelationship addedcaused by 0028953
2015-05-07 19:16hgbotCheckin
2015-05-07 19:16hgbotNote Added: 0077104
2015-05-07 19:16hgbotStatusscheduled => resolved
2015-05-07 19:16hgbotResolutionopen => fixed
2015-05-07 19:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc870436560145cdc647321479bd2e753abcb86e [^]
2015-05-08 10:41malsasuaAssigned ToRetail => malsasua
2015-05-19 09:38hgbotCheckin
2015-05-19 09:38hgbotNote Added: 0077555
2015-05-19 19:12marvintmReview Assigned To => marvintm
2015-05-19 19:12marvintmStatusresolved => closed
2015-05-19 19:12marvintmFixed in Version => RR15Q3

Notes
(0077104)
hgbot   
2015-05-07 19:16   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fc870436560145cdc647321479bd2e753abcb86e
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu May 07 19:15:20 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc870436560145cdc647321479bd2e753abcb86e [^]

fixed issue 29813: date format is loaded from configuration files

The date format is retrieved from organization.dateformat or from Openbravo.properties file

---
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
---
(0077555)
hgbot   
2015-05-19 09:38   
Repository: retail/backports/3.0RR15Q2.1/org.openbravo.retail.posterminal
Changeset: 7c4cdc4c08f5178d21ed4778dddafa4a6e953174
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu May 07 19:15:20 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2.1/org.openbravo.retail.posterminal/rev/7c4cdc4c08f5178d21ed4778dddafa4a6e953174 [^]

Fixes issue 29815, backport of issue 29813: date format is loaded from configuration files

The date format is retrieved from organization.dateformat or from Openbravo.properties file

---
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
---