Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0005298 | Openbravo ERP | 04. Warehouse management | public | 2008-09-29 10:22 | 2008-12-16 11:42 |
|
Reporter | RenateNieuwkoop | |
Assigned To | cromero | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40beta | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0005298: Pareto Report: : multiple clients get their ABC code updated at the same time |
Description | Warehouse Management || Analysis Tools || Report Pareto Product || Report Pareto Product
When you have multiple clients, when clicking the 'update ABC' button, not only that particular client gets updated, but ALL clients |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0005414 | | closed | cromero | Pareto Report: : multiple clients get their ABC code updated at the same time |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-09-29 10:22 | RenateNieuwkoop | New Issue | |
2008-09-29 10:22 | RenateNieuwkoop | Assigned To | => cromero |
2008-09-29 10:22 | RenateNieuwkoop | sf_bug_id | 0 => 2135602 |
2008-10-06 09:33 | cromero | OBNetwork customer | => No |
2008-10-06 09:33 | cromero | Priority | normal => high |
2008-10-06 09:33 | cromero | Severity | minor => major |
2008-10-06 09:33 | cromero | Status | new => scheduled |
2008-10-06 09:33 | cromero | fix_in_branch | => trunk |
2008-10-07 00:38 | cromero | Note Added: 0009405 | |
2008-10-07 00:40 | svnbot | Checkin | |
2008-10-07 00:40 | svnbot | Note Added: 0009406 | |
2008-10-07 00:40 | svnbot | Status | scheduled => resolved |
2008-10-07 00:40 | svnbot | Resolution | open => fixed |
2008-10-07 00:40 | svnbot | svn_revision | => 8301 |
2008-10-09 15:52 | cromero | Status | resolved => new |
2008-10-09 15:52 | cromero | Resolution | fixed => open |
2008-10-09 15:52 | cromero | Note Added: 0009493 | |
2008-10-09 15:52 | cromero | Status | new => feedback |
2008-10-09 16:47 | RenateNieuwkoop | Note Added: 0009495 | |
2008-10-10 11:24 | cromero | Status | feedback => scheduled |
2008-10-10 11:24 | cromero | Status | scheduled => resolved |
2008-10-10 11:24 | cromero | Resolution | open => fixed |
2008-10-10 11:25 | cromero | Note Added: 0009498 | |
2008-12-16 11:42 | psarobe | Regression testing | => No |
2008-12-16 11:42 | psarobe | Status | resolved => closed |
Notes |
|
|
The solution for this issue was included in the bug 5121 |
|
|
(0009406)
|
svnbot
|
2008-10-07 00:40
|
|
Repository: openbravo
Revision: 8301
Author: cromeroherrero
Date: 2008-10-07 00:40:02 +0200 (Tue, 07 Oct 2008)
Fixed bug 5298: Pareto Report: : multiple clients get their ABC code updated at the same time . Removed cast NUMERIC for ID, no more needed due to UUID
---
U trunk/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct_data.xsql
---
https://dev.openbravo.com/websvn/openbravo/?rev=8301&sc=1 [^]
|
|
|
|
Could you please detail the process to reproduce the bug? |
|
|
(0009495)
|
RenateNieuwkoop
|
2008-10-09 16:47
|
|
create multiply clients: copy client:
Company00
Company01
Company02
Then setup a user for Company00 and log in as that user.
When you generate the Pareto report, you can see the parts that get the ABC code (in my case 10 parts). Then you click the button to update the ABC code and the message says that 40 records were created.
That's already indicating that it wasn't just created for company00, but also for the original client plus 01 and 02.
Also, to doublecheck, you log in as Company01 and note that on the products in that client the ABC codes were updated aswell. |
|
|
|
The problem was in your development branch. Once you update it with the patch for this bug, it worked. |
|