Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034498 | Openbravo ERP | 07. Sales management | public | 2016-11-14 17:01 | 2016-12-16 18:39 |
|
Reporter | nataliag | |
Assigned To | alekosmp86 | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 44450 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034498: Duplicity in lines printing a sales order |
Description | If you print a sales order that contains a product that is part of a BOM product,it appears twice. |
Steps To Reproduce | 1- Login in the backend.
2- Select The white VAlley Admin group.
3- Go to "Sales order" window.
4- Create a new record inserting in the lines section the product "Ice screw bag"(This product is part of the BOM product "Mountain pack").
5- Save it and print it.
6- The line of "Ice screw bag" product appears twice.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027944 | 3.0PR15Q1 | closed | reinaldoguerra | Not Stocked BOM lines are printed without price in orders | related to | defect | 0026668 | 3.0PR14Q3 | closed | AtulOpenbravo | The Sales Quotation and order report are showing wrong information for non stocked BOM products |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-14 17:01 | nataliag | New Issue | |
2016-11-14 17:01 | nataliag | Assigned To | => Triage Finance |
2016-11-14 17:01 | nataliag | OBNetwork customer | => Yes |
2016-11-14 17:01 | nataliag | Modules | => Core |
2016-11-14 17:01 | nataliag | Support ticket | => 44450 |
2016-11-14 17:01 | nataliag | Resolution time | => 1480892400 |
2016-11-14 17:01 | nataliag | Triggers an Emergency Pack | => No |
2016-11-15 09:19 | nataliag | Description Updated | bug_revision_view_page.php?rev_id=13710#r13710 |
2016-11-15 09:19 | nataliag | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=13712#r13712 |
2016-11-17 09:13 | aferraz | Assigned To | Triage Finance => Sanjota |
2016-11-17 09:20 | aferraz | Assigned To | Sanjota => alekosmp86 |
2016-11-21 15:14 | alekosmp86 | Note Added: 0091702 | |
2016-11-25 10:47 | aferraz | Relationship added | related to 0027944 |
2016-11-25 11:09 | aferraz | Relationship added | related to 0026668 |
2016-11-25 11:53 | hgbot | Checkin | |
2016-11-25 11:53 | hgbot | Note Added: 0091834 | |
2016-11-25 11:53 | hgbot | Status | new => resolved |
2016-11-25 11:53 | hgbot | Resolution | open => fixed |
2016-11-25 11:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/97fe6cfd49444ba82e9f591f70c65bfd4a57e018 [^] |
2016-11-25 11:54 | aferraz | Review Assigned To | => aferraz |
2016-11-25 11:54 | aferraz | Note Added: 0091835 | |
2016-11-25 11:54 | aferraz | Status | resolved => closed |
2016-11-25 11:54 | aferraz | Fixed in Version | => 3.0PR17Q1 |
2016-12-16 18:39 | hudsonbot | Checkin | |
2016-12-16 18:39 | hudsonbot | Note Added: 0092660 | |
Notes |
|
(0091702)
|
alekosmp86
|
2016-11-21 15:14
|
|
Test plan 1:
Install the Retail Sample Data.
Log in as WhiteValleyGroupAdmin
Go to Sales Order screen
Create a new document
Org: Vall Blanca Store
BP: VBS Customer
Save the document
Go to Lines tab
Add a new line
Product: Ice screw bag (this product is part of a BOM product)
Qty: 3
Save the line
Notice the order's amount is 29.70
Go to Header tab
Print the previously created order.
Notice that the product Ice screw bag now appears only once and the total of the order is 29.70.
Test plan 2:
Log in as WhiteValleyGroupAdmin
Go to Sales Order screen
Create a new document
Org: Vall Blanca Store
BP: VBS Customer
Save the document
Go to Lines tab
Add a new line
Product: Ice screw bag (this product is part of a BOM product)
Qty: 3
Save the line
Add a new line
Product: Avalanche transceiver (this product is not part of a BOM product)
Qty: 3
Save the line
Go to Header tab
Print the previously created order.
Notice that both products appears only once. In this case the total should be 481.20. |
|
|
(0091834)
|
hgbot
|
2016-11-25 11:53
|
|
Repository: erp/devel/pi
Changeset: 97fe6cfd49444ba82e9f591f70c65bfd4a57e018
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Fri Nov 25 11:27:36 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/97fe6cfd49444ba82e9f591f70c65bfd4a57e018 [^]
Fixes issue 34498: Duplicity in lines printing a sales order
When printing a sales order that contains a product that is part of a BOM product,
it was appearing twice. The report was changed so it now returns the product only
once.
---
M src/org/openbravo/erpReports/C_OrderLinesJR_new.jrxml
M src/org/openbravo/erpReports/C_OrderLinesTaxIncludedJR_new.jrxml
---
|
|
|
|
|
|
|
|