Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030697 | Openbravo ERP | 04. Warehouse management | public | 2015-08-28 14:55 | 2015-09-03 23:47 |
|
Reporter | ngarcia | |
Assigned To | AtulOpenbravo | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0030697: Create Inventory Count List inserts inactive products |
Description | Create Inventory Count List inserts inactive products |
Steps To Reproduce | As group admin role:
Create a new product
Create a goods receipt to increase its stock
Create a goods shipment to leave its stock to 0
Set it as inactive
Create a Physical inventory for the same warehouse the stock was received in
Launch the Create Inventory Count with the option of Inventory Quantity empty
Check the product is not inserted
Launch the Create Inventory Count with the option of Inventory Quantity = 0
Check the product is inserted and it shouldn't |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0030033 | | closed | aferraz | Create Inventory Count List process does not insert products without stock if product has a mandatory attribute | related to | defect | 0030754 | 3.0PR16Q1 | closed | AtulOpenbravo | Stock of inactive products can be increased | related to | defect | 0032364 | | closed | AtulOpenbravo | NullPointerException when posting a Physical Inventory with a line without an associated transaction (not stocked product) |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-08-28 14:55 | ngarcia | New Issue | |
2015-08-28 14:55 | ngarcia | Assigned To | => Triage Finance |
2015-08-28 14:55 | ngarcia | Modules | => Core |
2015-08-28 14:55 | ngarcia | Resolution time | => 1444168800 |
2015-08-28 14:55 | ngarcia | Triggers an Emergency Pack | => No |
2015-08-28 14:56 | ngarcia | Issue Monitored: networkb | |
2015-08-28 14:56 | ngarcia | Relationship added | related to 0030033 |
2015-09-01 08:21 | AtulOpenbravo | Assigned To | Triage Finance => AtulOpenbravo |
2015-09-01 08:23 | AtulOpenbravo | Status | new => scheduled |
2015-09-01 08:23 | AtulOpenbravo | Note Added: 0079986 | |
2015-09-02 14:57 | psanjuan | Note Added: 0080021 | |
2015-09-02 18:54 | ngarcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=9323#r9323 |
2015-09-03 16:15 | hgbot | Checkin | |
2015-09-03 16:15 | hgbot | Note Added: 0080054 | |
2015-09-03 16:15 | hgbot | Status | scheduled => resolved |
2015-09-03 16:15 | hgbot | Resolution | open => fixed |
2015-09-03 16:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a73296dbd546342d846b4bb6e1557ab0e83d05dc [^] |
2015-09-03 16:17 | dmiguelez | Review Assigned To | => dmiguelez |
2015-09-03 16:17 | dmiguelez | Note Added: 0080056 | |
2015-09-03 16:17 | dmiguelez | Status | resolved => closed |
2015-09-03 16:40 | ngarcia | Relationship added | related to 0030754 |
2015-09-03 23:47 | hudsonbot | Checkin | |
2015-09-03 23:47 | hudsonbot | Note Added: 0080063 | |
2016-02-26 13:57 | ngarcia | Relationship added | related to 0032364 |
Notes |
|
|
Test Plan
- Login as Group Admin Role.
- Create a new product.
- Create a goods receipt to increase its stock. For eg: Qty = 100.
- Create a goods shipment to leave its stock to 0, use 100 Qty for shipment.
- Set Product as inactive.
- Create a Physical inventory for the same warehouse the stock was received in
- Launch the Create Inventory Count with the option of Inventory Quantity empty
- Check the above created product is not inserted in lines.
- Launch the Create Inventory Count with the option of Inventory Quantity = 0
- Check the product is not inserted in lines. |
|
|
|
Test Plan described in Note above verified and working. |
|
|
(0080054)
|
hgbot
|
2015-09-03 16:15
|
|
Repository: erp/devel/pi
Changeset: a73296dbd546342d846b4bb6e1557ab0e83d05dc
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Tue Sep 01 11:50:19 2015 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/a73296dbd546342d846b4bb6e1557ab0e83d05dc [^]
Fixes Issue 30697:Create Inventory Count List inserts inactive products
Applied is active filter in where while product selection.
---
M src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml
---
|
|
|
|
|
|
|
|