Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012588Openbravo ERP02. Master data managementpublic2010-03-08 10:012010-06-14 17:05
networkb 
rajagopal 
urgentmajoralways
closedfixed 
5
2.50MP10 
2.50MP14 
Core
No
0012588: If the same accounting schema is assigend for more than one org, a vendor is created with many entries on the accounting tab
If the same accounting schema is assigned for more than one org, a vendor is created with many entries on the accounting tab
-Go to the organization window and for organization A add the accounting schema on the org schema tab.
-Do the same for the organization B.
-Create a new partner for the organization Main.
-Check is as vendor
-Go to the accounting tab and see that more than one line is created on this accounting tab.
Regression introduced by fix to issue 0011526. Adding again line removed in that fix, fixes this issue. Now, another solution for original bug is needed. Proposed solution is that SQL query at the beginning of the trigger src-db/database/model/triggers/C_BPARTNER_TRG.xml is redone. Please notice that is not normal to have a distinct statement when also created/by and updated/by values are included!! This sql was modified while introducing the "Defining the new sub-account per Business Partner and Product" functionality (rev. 3cb40e9246fc).
Regression
related to backport 00126642.40 closed rajagopal If the same accounting schema is assigend for more than one org, a vendor is created with many entries on the accounting tab 
related to defect 00122252.50MP17 closed harikrishnan Error when copying accounting configuration from BP group 
related to defect 00136362.50MP19 closed adrianromero If the same accounting schema is assigned for more than one org, a vendor is created with many entries on the accounting tab 
Issue History
2010-03-08 10:01networkbNew Issue
2010-03-08 10:01networkbAssigned To => adrianromero
2010-03-08 10:10dalsasuaAssigned Toadrianromero => dalsasua
2010-03-08 10:17dalsasuaStatusnew => scheduled
2010-03-08 10:17dalsasuaProposed Solution updated
2010-03-08 16:05jpabloaeTarget Version2.50MP13 => 2.50MP14
2010-03-12 08:58rajagopalAssigned Todalsasua => rajagopal
2010-03-12 08:59rajagopalStatusscheduled => acknowledged
2010-03-12 09:02rajagopalFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/01b819c88445 [^]
2010-03-12 11:00rajagopalStatusacknowledged => scheduled
2010-03-12 11:00rajagopalfix_in_branch => pi
2010-03-12 11:00rajagopalFixed in SCM revisionhttps://code.openbravo.com/erp/devel/pi/rev/01b819c88445 [^] =>
2010-03-12 11:00rajagopalfix_in_branchpi =>
2010-03-12 11:16rajagopalFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/01b819c88445 [^]
2010-03-12 11:17rajagopalNote Added: 0025274
2010-03-12 11:18rajagopalStatusscheduled => resolved
2010-03-12 11:18rajagopalFixed in Version => pi
2010-03-12 11:18rajagopalResolutionopen => fixed
2010-03-12 11:33rajagopalStatusresolved => new
2010-03-12 11:33rajagopalResolutionfixed => open
2010-03-12 11:33rajagopalFixed in Versionpi =>
2010-03-12 11:38rajagopalRelationship addedrelated to 0012664
2010-03-12 11:46rajagopalStatusnew => scheduled
2010-03-12 11:46rajagopalfix_in_branch => pi
2010-03-12 11:47rajagopalRelationship deleteddepends on 0012666
2010-03-12 11:47rajagopalStatusscheduled => resolved
2010-03-12 11:47rajagopalFixed in Version => pi
2010-03-12 11:47rajagopalResolutionopen => fixed
2010-04-01 08:29arunkumarNote Added: 0025857
2010-04-01 08:29arunkumarStatusresolved => closed
2010-04-01 08:29arunkumarFixed in Versionpi =>
2010-04-02 00:00anonymoussf_bug_id0 => 2980798
2010-04-22 11:57adrianromeroRelationship addedrelated to 0012225
2010-06-14 10:41networkbRelationship addedrelated to 0013636
2010-06-14 17:04psarobeversion2.40MP12 => 2.50MP10
2010-06-14 17:04psarobefix_in_branchpi =>
2010-06-14 17:04psarobeTag Attached: Regression
2010-06-14 17:05psarobeNote Added: 0028382

Notes
(0025274)
rajagopal   
2010-03-12 11:17   
The issue is fixed in below revision.

https://code.openbravo.com/erp/devel/pi/rev/01b819c88445 [^]
(0025857)
arunkumar   
2010-04-01 08:29   
Tested & working fine
(0028382)
psarobe   
2010-06-14 17:05   
Regression introduced by 11526