Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010590Openbravo ERP09. Financial managementpublic2009-09-14 19:342009-10-13 07:35
shuehner 
shuehner 
highmajorhave not tried
closedfixed 
5
2.40 
2.40MP10 
Core
No
0010590: CreateAccountingReport process misses some to_date calls and has extra, wrong to_number for c_acctschema_id
This process xsql file (erpCommon/ad_process/CreateAccountingReport_data.xsql) is missing two to_date calls for date fields (2.40 and 2.50) and has a to_number call (in 2.50) around c_acctschema_id (which will fails with newly create accounting schemas).
No tags attached.
blocks defect 0010589 closed shuehner CreateAccountingReport process misses some to_date calls and has extra, wrong to_number for c_acctschema_id 
Issue History
2009-09-14 19:35shuehnerTypedefect => backport
2009-09-14 19:35shuehnerfix_in_branch => 2.40
2009-09-15 17:53hgbotCheckin
2009-09-15 17:53hgbotNote Added: 0020080
2009-09-15 17:53hgbotStatusscheduled => resolved
2009-09-15 17:53hgbotResolutionopen => fixed
2009-09-15 17:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/36c60fe11a39bbbae86a755f545d7333acb28467 [^]
2009-09-29 12:02hgbotCheckin
2009-09-29 12:02hgbotNote Added: 0020434
2009-09-29 12:02hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/36c60fe11a39bbbae86a755f545d7333acb28467 [^] => http://code.openbravo.com/erp/stable/2.40_pageddatagrid/rev/36c60fe11a39bbbae86a755f545d7333acb28467 [^]
2009-10-13 07:35arunkumarStatusresolved => closed
2009-10-13 07:35arunkumarNote Added: 0020947
2009-10-13 07:35arunkumarFixed in Version => 2.40MP10

Notes
(0020080)
hgbot   
2009-09-15 17:53   
Repository: erp/stable/2.40
Changeset: 36c60fe11a39bbbae86a755f545d7333acb28467
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Sep 14 19:38:27 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/36c60fe11a39bbbae86a755f545d7333acb28467 [^]

Fixed 10590: Add missing to_date calls in selectInitial method, add to_number
in c_account_id filter.

---
M src/org/openbravo/erpCommon/ad_process/CreateAccountingReport_data.xsql
---
(0020434)
hgbot   
2009-09-29 12:02   
Repository: erp/stable/2.40_pageddatagrid
Changeset: 36c60fe11a39bbbae86a755f545d7333acb28467
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Sep 14 19:38:27 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40_pageddatagrid/rev/36c60fe11a39bbbae86a755f545d7333acb28467 [^]

Fixed 10590: Add missing to_date calls in selectInitial method, add to_number
in c_account_id filter.

---
M src/org/openbravo/erpCommon/ad_process/CreateAccountingReport_data.xsql
---
(0020947)
arunkumar   
2009-10-13 07:35   
Tested & Working Fine.