Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028144 | Openbravo ERP | 04. Warehouse management | public | 2014-11-11 18:54 | 2014-12-30 23:27 |
|
Reporter | ngarcia | |
Assigned To | reinaldoguerra | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | pramakrishnan |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 32357 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028144: Product movements report is not filtering BOM Productions by lot |
Description | Product movements report is not filtering BOM Productions by lot |
Steps To Reproduce | As group admin role:
Create a new product. Set it as Bill Of Materials and Stocked
Add an Attribute Set to it
Create a Bill Of Materials production for that product
Click on the Create/Process Production once
Navigate to the I/O Products tab and add an Attribute set value for the produced product
Click on the Create/Process Production again
Repeat the process of creating a Bill Of Materials production for the same product but different attribute set value
Go to the Product Movements report and add the product and one of the attribute set values as filter
Check the two lines are shown |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025462 | 3.0PR14Q3 | closed | AtulOpenbravo | Products movement report is not filtering correcly by lot |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-11 18:54 | ngarcia | New Issue | |
2014-11-11 18:54 | ngarcia | Assigned To | => AtulOpenbravo |
2014-11-11 18:54 | ngarcia | OBNetwork customer | => Yes |
2014-11-11 18:54 | ngarcia | Modules | => Core |
2014-11-11 18:54 | ngarcia | Support ticket | => 32357 |
2014-11-11 18:54 | ngarcia | Resolution time | => 1422226800 |
2014-11-11 18:54 | ngarcia | Triggers an Emergency Pack | => No |
2014-11-11 18:54 | ngarcia | Relationship added | related to 0025462 |
2014-11-11 18:54 | ngarcia | Issue Monitored: networkb | |
2014-12-01 13:39 | egoitz | Target Version | 3.0PR15Q1 => 3.0PR15Q2 |
2014-12-05 00:21 | reinaldoguerra | Assigned To | AtulOpenbravo => reinaldoguerra |
2014-12-05 00:21 | reinaldoguerra | Status | new => scheduled |
2014-12-06 05:32 | reinaldoguerra | Note Added: 0072317 | |
2014-12-08 08:21 | hgbot | Checkin | |
2014-12-08 08:21 | hgbot | Note Added: 0072321 | |
2014-12-08 08:21 | hgbot | Status | scheduled => resolved |
2014-12-08 08:21 | hgbot | Resolution | open => fixed |
2014-12-08 08:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/bde3f5559d63cd293f7b5cbeac842cd11834325a [^] |
2014-12-08 08:22 | pramakrishnan | Review Assigned To | => pramakrishnan |
2014-12-08 08:22 | pramakrishnan | Note Added: 0072322 | |
2014-12-08 08:22 | pramakrishnan | Status | resolved => closed |
2014-12-30 23:27 | hudsonbot | Checkin | |
2014-12-30 23:27 | hudsonbot | Note Added: 0073183 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Create a new product. Check Bill Of Materials and Stocked flags.
3- Select an Attribute set, for example; Lot
4- Go to Bill of Materials tab and create a new record, select a product for example: Cola 0,5L
5- Click on Verify BOM button
6- Go to Bill Of Materials production window and create a new header
7- Go to production plan tab and create a new one selecting created product
8- Click on the Create/Process Production once
9- Navigate to the I/O Products tab and create an Attribute set value for the produced product, for example L1. Save the record
10- Click on the Create/Process Production again
11- Repeat the process of creating a Bill Of Materials production for the same product but different attribute set value, for example L2
12- Go to the Product Movements report and add the product and one of the attribute set values as filter
13- Check the lines are filtered taking into account the selected attribute set value |
|
|
(0072321)
|
hgbot
|
2014-12-08 08:21
|
|
Repository: erp/devel/pi
Changeset: bde3f5559d63cd293f7b5cbeac842cd11834325a
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Thu Dec 04 21:32:06 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/bde3f5559d63cd293f7b5cbeac842cd11834325a [^]
Fixed bug 28144: Product movements report don't filters BOM Productions by lot.
SQL Method named selectProduction in Product movements report xsql file, is filtering by attribute set instance too.
Now when selecting production flag in product movement report, retrieved data will be also filtered by the selected attribute set instance.
---
M src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.java
M src/org/openbravo/erpCommon/ad_reports/ReportProductMovement_data.xsql
---
|
|
|
|
Code Review + Testing - OK. |
|
|
|
|