Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009861Openbravo ERP09. Financial managementpublic2009-07-13 18:052009-08-01 00:00
eduardo_Argal 
vinothbabu 
highminoralways
closedfixed 
5
pi 
pipi 
Core
No
0009861: Creating new sub-account: Sequence should be used for all accounts in the same BPartner
when creating a new product or Business partner system should be able to be configured to create a new account per BP (same in case of products). Once the new BP is created system should use the sequence to fulfill the sub-account number this way:

BP1:
Sequence=1
accounts:
4000000001
4300000001

BP2:
Sequence=2
accounts:
4000000002
4300000002

The way the development has been delivered system is using a different sequence number per account type (AR, AP, ....) and thats wrong.
The same sequence should be used for all the accounts of a specific BP. (Same fro products).
Use the same sequence number for the creation of all sub-accounts related to either BPartner or Product.
250MP3releasecandidate, arun
Issue History
2009-07-13 18:05eduardo_ArgalNew Issue
2009-07-13 18:05eduardo_ArgalAssigned To => rajagopal
2009-07-14 09:54eduardo_ArgalStatusnew => scheduled
2009-07-14 09:54eduardo_Argalfix_in_branch => pi
2009-07-14 11:13vinothbabuAssigned Torajagopal => vinothbabu
2009-07-14 11:13vinothbabufix_in_branchpi =>
2009-07-14 11:19hgbotCheckin
2009-07-14 11:19hgbotNote Added: 0018212
2009-07-14 11:19hgbotStatusscheduled => resolved
2009-07-14 11:19hgbotResolutionopen => fixed
2009-07-14 11:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3b70c3d2b4882e7e3ea189934d9dd048b130c452 [^]
2009-07-15 16:45hgbotCheckin
2009-07-15 16:45hgbotNote Added: 0018266
2009-07-15 16:45hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/3b70c3d2b4882e7e3ea189934d9dd048b130c452 [^] => http://code.openbravo.com/erp/devel/pi/rev/2876b361ffba8e8f2d3e61c3dd5d9fc0d2a69f38 [^]
2009-07-21 16:24psarobeFixed in Version => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-21 19:25psarobeTag Attached: arun
2009-07-21 20:10psarobeNote Added: 0018514
2009-07-31 13:08sureshbabuStatusresolved => closed
2009-07-31 13:08sureshbabuNote Added: 0018763
2009-07-31 13:08sureshbabuFixed in Version2.50MP3 => pi
2009-08-01 00:00anonymoussf_bug_id0 => 2830569

Notes
(0018212)
hgbot   
2009-07-14 11:19   
Repository: erp/devel/pi
Changeset: 3b70c3d2b4882e7e3ea189934d9dd048b130c452
Author: vinothbabu <vinoth.babu <at> openbravo.com>
Date: Tue Jul 14 14:44:47 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/3b70c3d2b4882e7e3ea189934d9dd048b130c452 [^]

Fixes bug 9861 Same Sequence should be used for all accounts in the same Business Partner

---
M src-db/database/model/triggers/C_BPARTNER_TRG.xml
M src-db/database/model/triggers/M_PRODUCT_TRG.xml
---
(0018266)
hgbot   
2009-07-15 16:45   
Repository: erp/devel/pi
Changeset: 2876b361ffba8e8f2d3e61c3dd5d9fc0d2a69f38
Author: vinothbabu <vinoth.babu <at> openbravo.com>
Date: Wed Jul 15 20:10:55 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/2876b361ffba8e8f2d3e61c3dd5d9fc0d2a69f38 [^]

Fixes bug 9861 Removed the Mandatory flag for the field of Acct_length and Sub_account Length in the Org schema tab under the Organization Window.

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0018514)
psarobe   
2009-07-21 20:10   
Arun, I will take of this one
(0018763)
sureshbabu   
2009-07-31 13:08   
Tested working fine