Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029992 | Openbravo ERP | 04. Warehouse management | public | 2015-05-25 10:45 | 2015-06-02 03:42 |
|
Reporter | ngarcia | |
Assigned To | vmromanos | |
Priority | immediate | 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 | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2015-05-06 |
Regression introduced in release | main |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/5772533f5768eba602eabec0bcc87e86c513f25d [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029992: Cannot add stocked products with no stock in physical inventory lines |
Description | Cannot add stocked products with no stock in physical inventory lines |
Steps To Reproduce | As group admin role:
Create a Physical Inventory header
Try to add a product set as Stocked = 'Y' in the Product window that does not have stock. Check you cannot add it although you clear the filter |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0028850 | | closed | vmromanos | It should not be possible to add non stocked products to a physical inventory |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-25 10:45 | ngarcia | New Issue | |
2015-05-25 10:45 | ngarcia | Assigned To | => Triage Finance |
2015-05-25 10:45 | ngarcia | OBNetwork customer | => Yes |
2015-05-25 10:45 | ngarcia | Modules | => Core |
2015-05-25 10:45 | ngarcia | Regression date | => 2015-05-06 |
2015-05-25 10:45 | ngarcia | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/5772533f5768eba602eabec0bcc87e86c513f25d [^] |
2015-05-25 10:45 | ngarcia | Triggers an Emergency Pack | => No |
2015-05-25 10:45 | ngarcia | Relationship added | caused by 0028850 |
2015-05-25 10:46 | ngarcia | Issue Monitored: networkb | |
2015-05-25 11:28 | vmromanos | Regression level | => Pre packaging ( pi ) |
2015-05-25 11:28 | vmromanos | Regression introduced in release | => pi |
2015-05-25 11:29 | vmromanos | Regression introduced in release | pi => main |
2015-05-25 11:29 | vmromanos | Status | new => scheduled |
2015-05-25 11:29 | vmromanos | Assigned To | Triage Finance => vmromanos |
2015-05-25 11:30 | vmromanos | Priority | urgent => immediate |
2015-05-25 12:34 | vmromanos | Note Added: 0077704 | |
2015-05-25 12:47 | jonalegriaesarte | Resolution time | => 1434664800 |
2015-06-01 13:10 | hgbot | Checkin | |
2015-06-01 13:10 | hgbot | Note Added: 0077938 | |
2015-06-01 13:10 | hgbot | Status | scheduled => resolved |
2015-06-01 13:10 | hgbot | Resolution | open => fixed |
2015-06-01 13:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a9518a8e931b9b0cfa1ed0e38de3126433becf8b [^] |
2015-06-01 13:11 | dmiguelez | Review Assigned To | => dmiguelez |
2015-06-01 13:11 | dmiguelez | Note Added: 0077940 | |
2015-06-01 13:11 | dmiguelez | Status | resolved => closed |
2015-06-02 03:42 | hudsonbot | Checkin | |
2015-06-02 03:42 | hudsonbot | Note Added: 0077966 | |
Notes |
|
|
Test plan I:
Go to Product window.
Create a new record:
Name: SSS
Stocked: Y
Go to Physical Inventory.
Create a new header. Save it.
Go to lines.
Create a new record.
Open the product selector. Verify the SSS product doesn't appear by default because it doesn't have stock at this moment.
Clear the selector filter. Verify the SSS product is shown now.
Test plan II:
Go to Product window.
Find SSS product previously created.
Set Stocked = N
Save it.
Go to Physical Inventory.
Create a new header. Save it.
Go to lines.
Create a new record.
Open the product selector. Verify the SSS product doesn't appear by default.
Clear the selector filter. Verify the SSS product is NOT shown because is set as Stocked = N |
|
|
(0077938)
|
hgbot
|
2015-06-01 13:10
|
|
Repository: erp/devel/pi
Changeset: a9518a8e931b9b0cfa1ed0e38de3126433becf8b
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Jun 01 13:08:42 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a9518a8e931b9b0cfa1ed0e38de3126433becf8b [^]
Fixes Issue 29992. Fixes HQL Where Clause in OBUISEL_Selector definition.
It now filters by Products that are Stocked based on the Product definition
rather than the Stocked flag in the Storage Detail.
---
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
---
|
|
|
|
|
|
|
|