Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013636 | Openbravo ERP | 01. General setup | public | 2010-06-14 10:32 | 2010-06-16 14:05 |
|
Reporter | networkb | |
Assigned To | adrianromero | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP17 | |
Target Version | 2.50MP19 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013636: If the same accounting schema is assigned for more than one org, a vendor is created with many entries on the accounting tab |
Description | If the same accounting schema is assigend for more than one org, a vendor is created with many entries on the accounting tab |
Steps To Reproduce | -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. |
Proposed Solution | |
Additional Information | |
Tags | Regression |
Relationships | related to | defect | 0012588 | 2.50MP14 | 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 | 0012225 | 2.50MP17 | closed | harikrishnan | Error when copying accounting configuration from BP group | related to | defect | 0013691 | | closed | mirurita | The same pair of Accounting schema and Status can be used several times in the Accounting tab of BP and BP Category windows |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-14 10:32 | networkb | New Issue | |
2010-06-14 10:32 | networkb | Assigned To | => adrianromero |
2010-06-14 10:41 | networkb | Relationship added | related to 0012588 |
2010-06-14 16:04 | adrianromero | Status | new => scheduled |
2010-06-14 16:04 | adrianromero | fix_in_branch | => pi |
2010-06-14 16:04 | adrianromero | Relationship added | related to 0012225 |
2010-06-14 16:18 | hgbot | Checkin | |
2010-06-14 16:18 | hgbot | Note Added: 0028377 | |
2010-06-14 16:18 | hgbot | Status | scheduled => resolved |
2010-06-14 16:18 | hgbot | Resolution | open => fixed |
2010-06-14 16:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/37271534c60dd6129752ff93ef638fba16017775 [^] |
2010-06-14 16:23 | adrianromero | Note Added: 0028378 | |
2010-06-14 16:37 | psarobe | Tag Attached: Regression | |
2010-06-14 16:38 | psarobe | version | 2.50MP18 => 2.50MP15 |
2010-06-14 16:38 | psarobe | fix_in_branch | pi => |
2010-06-14 16:38 | psarobe | Note Added: 0028379 | |
2010-06-15 05:44 | hudsonbot | Checkin | |
2010-06-15 05:44 | hudsonbot | Note Added: 0028409 | |
2010-06-15 07:33 | arunkumar | Note Added: 0028415 | |
2010-06-15 07:33 | arunkumar | Status | resolved => closed |
2010-06-16 00:00 | anonymous | sf_bug_id | 0 => 3016775 |
2010-06-16 14:05 | psarobe | version | 2.50MP15 => 2.50MP17 |
2010-06-17 20:38 | dmitry_mezentsev | Relationship added | related to 0013691 |
Notes |
|
(0028377)
|
hgbot
|
2010-06-14 16:18
|
|
Repository: erp/devel/pi
Changeset: 37271534c60dd6129752ff93ef638fba16017775
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jun 14 16:18:28 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/37271534c60dd6129752ff93ef638fba16017775 [^]
Fixes issue 0013636: If the same accounting schema is assigned for more than one org, a vendor is created with many entries on the accounting tab
Making the condition that checks whether new accounts must be added or not based on the status field more precise. One case was missing when status is NULL
---
M src-db/database/model/triggers/C_BPARTNER_TRG.xml
---
|
|
|
|
* Steps to test
Follow the steps to test taking into account to have at least one record in the table C_BP_Vendor_Acct with status NULL that was the condition that was not checked previously
* Other areas affected
This change affects all processes that involves creation or modification of Business partners, and also the related issues can be affected by this change and have to be verified again that with this new changeset the related issues are not broken. |
|
|
|
Regression introduced by 12225 |
|
|
|
|
|
|
After following the steps to reproduce I can see only one line in Vendor Accounting tab.
Tested working fine |
|