Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021873Openbravo ERP09. Financial managementpublic2012-10-05 13:322012-11-06 10:47
eduardo_Argal 
eduardo_Argal 
normalmajorhave not tried
closedfixed 
5
 
 
Core
No
0021873: New accounts should automatically be added to the most logical place in the account tree
When creating an account, system will automatically place it in its proper place in the account tree. This feature will just be enabled for accounts which search key is a number.
N/A
No tags attached.
Issue History
2012-10-05 13:32eduardo_ArgalNew Issue
2012-10-05 13:32eduardo_ArgalAssigned To => eduardo_Argal
2012-10-05 13:32eduardo_ArgalModules => Core
2012-10-10 10:33hgbotCheckin
2012-10-10 10:33hgbotNote Added: 0053190
2012-10-10 10:33hgbotStatusnew => resolved
2012-10-10 10:33hgbotResolutionopen => fixed
2012-10-10 10:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/7b78a07d02b636776e3059bb71e58b4b2ced835d [^]
2012-10-10 10:36SandrahuguetNote Added: 0053193
2012-10-10 10:37SandrahuguetStatusresolved => closed
2012-10-11 07:51hudsonbotCheckin
2012-10-11 07:51hudsonbotNote Added: 0053288
2012-10-31 18:11SandrahuguetStatusclosed => new
2012-10-31 18:11SandrahuguetResolutionfixed => open
2012-10-31 18:32hgbotCheckin
2012-10-31 18:32hgbotNote Added: 0053952
2012-10-31 18:32hgbotStatusnew => resolved
2012-10-31 18:32hgbotResolutionopen => fixed
2012-10-31 18:32hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/7b78a07d02b636776e3059bb71e58b4b2ced835d [^] => http://code.openbravo.com/erp/devel/pi/rev/9e7d1b5c9e94a214ff132c7bc9f224fbc2a82cfd [^]
2012-11-02 08:21SandrahuguetNote Added: 0053965
2012-11-02 08:21SandrahuguetStatusresolved => closed
2012-11-06 10:47hudsonbotCheckin
2012-11-06 10:47hudsonbotNote Added: 0054022

Notes
(0053190)
hgbot   
2012-10-10 10:33   
Repository: erp/devel/pi
Changeset: 7b78a07d02b636776e3059bb71e58b4b2ced835d
Author: Eduardo Argal <eduardo.argal <at> openbravo.com>
Date: Wed Oct 10 10:32:32 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7b78a07d02b636776e3059bb71e58b4b2ced835d [^]

Fixed issue 21873, fixed issue 21874, fixed issue 21661

---
M src-db/database/model/triggers/C_ELEMENTVALUE_TRG.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
M src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoiceData.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/PaymentZeroAmountData.class
M src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice_data.xsql
M src-util/modulescript/src/org/openbravo/modulescript/PaymentZeroAmount_data.xsql
A modules/org.openbravo.client.application/src/org/openbravo/client/application/event/ElementValueEventHandler.java
A src-util/modulescript/build/classes/org/openbravo/modulescript/UniqueValidCombination.class
A src-util/modulescript/build/classes/org/openbravo/modulescript/UniqueValidCombinationData.class
A src-util/modulescript/src/org/openbravo/modulescript/UniqueValidCombination.java
A src-util/modulescript/src/org/openbravo/modulescript/UniqueValidCombination_data.xsql
A src/org/openbravo/erpCommon/ad_callouts/SE_ElementValue_AccountSign.java
R src-db/database/model/triggers/C_VALIDCOMBINATION_TRG.xml
---
(0053193)
Sandrahuguet   
2012-10-10 10:36   
Code review + testing OK
(0053288)
hudsonbot   
2012-10-11 07:51   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/63dfc135f2a1 [^]

Maturity status: Test
(0053952)
hgbot   
2012-10-31 18:32   
Repository: erp/devel/pi
Changeset: 9e7d1b5c9e94a214ff132c7bc9f224fbc2a82cfd
Author: Eduardo Argal <eduardo.argal <at> openbravo.com>
Date: Mon Oct 29 11:59:55 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9e7d1b5c9e94a214ff132c7bc9f224fbc2a82cfd [^]

Fixed bug 21873 Account Sign

---
M src-db/database/model/tables/C_ACCTSCHEMA.xml
M src-db/database/sourcedata/AD_AUXILIARINPUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src/org/openbravo/erpCommon/ad_callouts/SE_ElementValue_AccountSign.java
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
M src/org/openbravo/erpCommon/businessUtility/AccountTree.java
M src/org/openbravo/erpCommon/businessUtility/COAUtility.java
M src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java
M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java
A modules/org.openbravo.client.application/src/org/openbravo/client/application/event/AcctSchemaEventHandler.java
---
(0053965)
Sandrahuguet   
2012-11-02 08:21   
Code review + testing OK
(0054022)
hudsonbot   
2012-11-06 10:47   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/905762a34c04 [^]

Maturity status: Test