Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029815Retail ModulesCash uppublic2015-05-07 17:022015-05-19 19:12
malsasua 
Retail 
immediatemajoralways
closedfixed 
20Community Appliance
 
RR15Q2.1RR15Q2.1 
marvintm
Production - QA Approved
2015-02-18
RR15Q2
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/260e72a513b67a7fc6b1a28c4b74c959fe7b3a7d [^]
No
0029815: 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
Approved
blocks defect 0029813 closed malsasua wrong invoice date when date format is MM-DD-YYYY 
Issue History
2015-05-07 17:14malsasuaTypedefect => backport
2015-05-07 17:14malsasuaTarget Version => RR15Q2.1
2015-05-15 13:50dmitry_mezentsevTag Attached: Approved
2015-05-19 09:38hgbotCheckin
2015-05-19 09:38hgbotNote Added: 0077556
2015-05-19 09:38hgbotStatusscheduled => resolved
2015-05-19 09:38hgbotResolutionopen => fixed
2015-05-19 09:38hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q2.1/org.openbravo.retail.posterminal/rev/7c4cdc4c08f5178d21ed4778dddafa4a6e953174 [^]
2015-05-19 19:12marvintmReview Assigned To => marvintm
2015-05-19 19:12marvintmStatusresolved => closed
2015-05-19 19:12marvintmFixed in Version => RR15Q2.1

Notes
(0077556)
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
---