Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012252Openbravo ERP09. Financial managementpublic2010-02-12 17:382010-03-10 18:30
dalsasua 
dalsasua 
normalminoralways
closedfixed 
20Ubuntu 9.04
pi 
pipi 
Core
No
0012252: In the bank report window, the bank account combo is not provided any ID
In the bank report window, the bank account combo is not provided any ID
Go to Financial Management || Receivables & Payables || Analysis Tools || Bank Report || Bank Report
Have a look to source code of the combo "Bank Account"
Realize that value="" for all elements
In AccountNumberCombo_data.xsql, substitute
      SELECT AD_COLUMN_IDENTIFIER(TO_CHAR('C_BankAccount'), TO_CHAR(C_BANKACCOUNT.C_BANKACCOUNT_ID), TO_CHAR(?)) AS name

with
      SELECT C_BANKACCOUNT_ID AS ID, AD_COLUMN_IDENTIFIER(TO_CHAR('C_BankAccount'), TO_CHAR(C_BANKACCOUNT.C_BANKACCOUNT_ID), TO_CHAR(?)) AS name
No tags attached.
Issue History
2010-02-12 17:38dalsasuaNew Issue
2010-02-12 17:38dalsasuaAssigned To => dalsasua
2010-02-12 17:41dalsasuaStatusnew => scheduled
2010-02-12 17:41dalsasuafix_in_branch => pi
2010-02-12 17:42hgbotCheckin
2010-02-12 17:42hgbotNote Added: 0024214
2010-02-12 17:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e049db463487a76113942aa5ba285d3bddc2dd13 [^]
2010-02-12 17:42dalsasuaStatusscheduled => resolved
2010-02-12 17:42dalsasuaFixed in Version => pi
2010-02-12 17:42dalsasuaFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/e049db463487a76113942aa5ba285d3bddc2dd13 [^] => e049db463487a76113942aa5ba285d3bddc2dd13
2010-02-12 17:42dalsasuaResolutionopen => fixed
2010-02-15 17:39hudsonbotCheckin
2010-02-15 17:39hudsonbotNote Added: 0024363
2010-02-17 11:42sureshbabuNote Added: 0024472
2010-02-17 11:42sureshbabuStatusresolved => closed
2010-02-18 00:01anonymoussf_bug_id0 =>
2010-03-10 18:30anonymoussf_bug_id => 2968062

Notes
(0024214)
hgbot   
2010-02-12 17:42   
Repository: erp/devel/pi
Changeset: e049db463487a76113942aa5ba285d3bddc2dd13
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Fri Feb 12 17:41:43 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e049db463487a76113942aa5ba285d3bddc2dd13 [^]

Issue 12252

---
M src/org/openbravo/erpCommon/ad_reports/AccountNumberCombo_data.xsql
---
(0024363)
hudsonbot   
2010-02-15 17:39   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/e049db463487 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/2596487a564c [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.16391.obx [^]
(0024472)
sureshbabu   
2010-02-17 11:42   
Tested working fine