Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034582Retail ModulesWeb POSpublic2016-11-18 14:122016-12-09 11:08
maite 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR17Q1 
marvintm
No
0034582: "Transaction Date" and "Accounting Date" needs to be truncated when creating transactions from Cash Up process
Financial Account Transaction document is currently created with HH:MM:SS <> 00:00:00, which is worng and affecting in reporting
1. Run cash up process
2. Execute following statement directly in the database and realize that your transactions are created with HH:MM:SS <> 00:00:00

select * from fin_finacc_transaction where statementdate <> trunc(statementdate) or dateacct <> trunc(dateacct)
No tags attached.
related to defect 0034583 closed ranjith_qualiantech_com "Transaction Date" and "Accounting Date" needs to be truncated when creating transactions from Cash Management process 
Issue History
2016-11-18 14:12maiteNew Issue
2016-11-18 14:12maiteAssigned To => Retail
2016-11-18 14:12maiteResolution time => 1480806000
2016-11-18 14:12maiteTriggers an Emergency Pack => No
2016-11-18 14:12maiteIssue Monitored: networkb
2016-11-18 14:14maiteRelationship addedrelated to 0034583
2016-11-30 11:08ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-11-30 11:08ranjith_qualiantech_comStatusnew => scheduled
2016-12-06 10:43hgbotCheckin
2016-12-06 10:43hgbotNote Added: 0092111
2016-12-06 10:43hgbotCheckin
2016-12-06 10:43hgbotNote Added: 0092112
2016-12-06 10:43hgbotStatusscheduled => resolved
2016-12-06 10:43hgbotResolutionopen => fixed
2016-12-06 10:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d5ec6376a9c142621e8e6c7a5b668964185dac4a [^]
2016-12-06 10:44hgbotStatusscheduled => resolved
2016-12-09 11:08marvintmReview Assigned To => marvintm
2016-12-09 11:08marvintmStatusresolved => closed
2016-12-09 11:08marvintmFixed in Version => RR17Q1

Notes
(0092111)
hgbot   
2016-12-06 10:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d5ec6376a9c142621e8e6c7a5b668964185dac4a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Dec 06 15:07:22 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d5ec6376a9c142621e8e6c7a5b668964185dac4a [^]

Fixes issue 34582 : Removing time from date in financial transaction columns "Transaction Date" and "Accounting Date"

* while doing cashup or cash management process, time was removed in "Transaction Date" and "Accounting Date" of financial transaction table

---
M src/org/openbravo/retail/posterminal/CashCloseProcessor.java
M src/org/openbravo/retail/posterminal/ProcessCashMgmt.java
---
(0092112)
hgbot   
2016-12-06 10:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d5ec6376a9c142621e8e6c7a5b668964185dac4a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Dec 06 15:07:22 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d5ec6376a9c142621e8e6c7a5b668964185dac4a [^]

Fixes issue 34582 : Removing time from date in financial transaction columns "Transaction Date" and "Accounting Date"

* while doing cashup or cash management process, time was removed in "Transaction Date" and "Accounting Date" of financial transaction table

---
M src/org/openbravo/retail/posterminal/CashCloseProcessor.java
M src/org/openbravo/retail/posterminal/ProcessCashMgmt.java
---