Product Info Window Implementation broke the usage of barcode reader
Description
The functionality to use a barcode reader to get the product on a sales order line is not working.
I tried moving the UPC/EAN field as the first search criteria on Product Info Window but the search window is opened and the record is retrieved just when you refresh (testing with UPC 81010123450901 on GardenWorld corresponding to Azalea Bush).
Thanks Heng Sin, thanks to your clue found the culprit - it was line 143 on Info Window.
I also fixed an annoying issue on InfoGeneralPanel when looking for AD keys that usually contain _ not as separator, but as part of the identifier.
For example in workflow window if you look for m_produc table the info window was wrongly separating m and produc. I made an exclusion for the separator rule on AD_ tables.
Regards,
Carlos Ruiz
Heng Sin Low
April 10, 2014 at 12:43 PM
Hi Carlos,
It works for me by making UPC as "Query Criteria", "Identifier" and with the smallest "Selection Column Sequence" value among all the identifier info columns.
The functionality to use a barcode reader to get the product on a sales order line is not working.
I tried moving the UPC/EAN field as the first search criteria on Product Info Window but the search window is opened and the record is retrieved just when you refresh (testing with UPC 81010123450901 on GardenWorld corresponding to Azalea Bush).
Related to https://idempiere.atlassian.net/browse/IDEMPIERE-1202#icft=IDEMPIERE-1202 - the former product info window used to search by several unique fields trying to get the corresponding product, but that approach is not working now.
Regards,
Carlos Ruiz