Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015662Openbravo ERP09. Financial managementpublic2011-01-13 20:412011-01-27 18:36
jonalegriaesarte 
dalsasua 
immediatemajoralways
closedfixed 
5
2.50MP25 
2.50MP262.50MP26 
Core
No
0015662: The date mask is not applied in "Create lines from" in back statement
When you try to create lines from other bank statement, when you select one line and change the date, the date mask is not applied (first problem) and then when you process, the effective date and the accounting date in the lines are wrong (second problem, only in Postgres).
- Financial Management || Receivables & Payables || Transactions || Bank Statement
- Create a new one
- Save
- Crate lines from
- Select one line
- Edit the date, for example write 13012011 (the mask is not applied)
- Ok
- Lines tab
- Note that the dates are 03-09-35625 (this problem only in Postgres)
No tags attached.
blocks defect 00156512.50MP26 closed dalsasua The date mask is not applied in "Create lines from" in back statement 
Issue History
2011-01-14 16:18dalsasuaTypedefect => backport
2011-01-14 16:18dalsasuafix_in_branch => 2.50
2011-01-14 16:20dalsasuaIssue Monitored: jonalegriaesarte
2011-01-14 16:20dalsasuaIssue Monitored: networkb
2011-01-14 18:23hgbotCheckin
2011-01-14 18:23hgbotNote Added: 0033658
2011-01-14 18:23hgbotStatusscheduled => resolved
2011-01-14 18:23hgbotResolutionopen => fixed
2011-01-14 18:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/254fdfcf4cf118b488d440eacc82cd3643b750d3 [^]
2011-01-14 18:25dalsasuaNote Added: 0033659
2011-01-27 18:36psarobeNote Added: 0033935
2011-01-27 18:36psarobeStatusresolved => closed
2011-01-27 18:36psarobeFixed in Version => 2.50MP26

Notes
(0033658)
hgbot   
2011-01-14 18:23   
Repository: erp/stable/2.50
Changeset: 254fdfcf4cf118b488d440eacc82cd3643b750d3
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Fri Jan 14 18:21:34 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/254fdfcf4cf118b488d440eacc82cd3643b750d3 [^]

Fixes issue 15662: The date mask is not applied in Bank Create lines from
Java, Html, Xsql and Xml files of the servlet where modified so:
1- Now, each row adds, when painted, the date format mask
2- The Html file, in the date field of the grid, calls correctly to the autoCompleteDate function

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank_data.xsql
---
(0033659)
dalsasua   
2011-01-14 18:25   
In order to correctly test, please check in
- Different supported browsers
- Oracle and Postgres
that
- The date is correctly formated when typing it
- The date is correctly set to the new line, as typed
(0033935)
psarobe   
2011-01-27 18:36   
works fine