Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0022611Openbravo ERPB. User interfacepublic2012-12-18 12:462013-01-21 10:10
egoitz 
eduardo_Argal 
urgentmajoralways
newopen 
5
3.0MP18 
3.0MP24 
Core
No
0022611: The default filter on the product complete selector is not valid for receipts
The default filter on the product complete selector is not valid for receipts.
By default products stored on the warehouse are shown so if you want to do a receipt for a new product, the product does not appear until you remove the default filters.

This is a problem when using barcode reader to do the enter the product on the receiptlines.
-Create a new product on the product window
-Create a new receipt
-Add a new line
-Try to find the new product
The product is not shown on the drop down.
If you open the select by default only stocked products are shown
if you clean the filters the product can be selected
No tags attached.
Issue History
2012-12-18 12:46egoitzNew Issue
2012-12-18 12:46egoitzAssigned To => dbaz
2012-12-18 12:46egoitzModules => Core
2012-12-18 12:46egoitzTriggers an Emergency Pack => No
2012-12-18 13:00dbazAssigned Todbaz => mtaal
2013-01-14 08:50egoitzNote Added: 0055497
2013-01-21 09:22mtaalNote Added: 0055647
2013-01-21 10:10mtaalAssigned Tomtaal => eduardo_Argal

Notes
(0055497)
egoitz   
2013-01-14 08:50   
Changing the filter expresión for the following is a workarround:

if (OB.getWindowId() && OB.getWindowId()!='184' && OB.getSession().getAttribute(OB.getWindowId() +"|M_WAREHOUSE_ID")) {
OB.getSession().getAttribute(OB.getWindowId() +"|M_WAREHOUSE_ID");}
(0055647)
mtaal   
2013-01-21 09:22   
Hi, were should this work around be applied?
And also is this a functional issue or a platform issue?

gr. Martin