Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045342Retail ModulesWeb POSpublic2020-10-30 10:462020-11-18 12:07
salvador_campanella 
jorge-garcia 
highmajoralways
closedfixed 
5
 
RR21Q1 
No
0045342: When a product is deactivated from the pricelist is still visible in the webpos
When a product is deactivated from the pricelist is still visible in the webpos
1-Login into web POS in the vbs-1 terminal
2-Select the product Adhesive body warmers
3-Login in backoffice
4-Go to window Preference, create a new preference "No Auto Incremental Load at Login" and set value in N, check selected too.
5- Via psql deactivate the Adhesive body warmers for the price list used by the VBS-1 Terminal
6-Refresh the POS Web, you will see that the deactivated product is still part of the POS
No tags attached.
Issue History
2020-10-30 10:46salvador_campanellaNew Issue
2020-10-30 10:46salvador_campanellaAssigned To => Retail
2020-10-30 10:46salvador_campanellaResolution time => 1605826800
2020-10-30 10:46salvador_campanellaTriggers an Emergency Pack => No
2020-11-03 15:59salvador_campanellaPrioritynormal => high
2020-11-17 11:01jorge-garciaAssigned ToRetail => jorge-garcia
2020-11-17 16:53hgbotNote Added: 0124456
2020-11-17 16:54jorge-garciaStatusnew => scheduled
2020-11-18 12:07hgbotNote Added: 0124476
2020-11-18 12:07hgbotResolutionopen => fixed
2020-11-18 12:07hgbotStatusscheduled => closed
2020-11-18 12:07hgbotFixed in Version => RR21Q1
2020-11-18 12:07hgbotNote Added: 0124477

Notes
(0124456)
hgbot   
2020-11-17 16:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/189 [^]
(0124476)
hgbot   
2020-11-18 12:07   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/189 [^]
(0124477)
hgbot   
2020-11-18 12:07   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: ea7760ac54b3e1dedc70a245bd8f90a3d3600d18
Author: Jorge Garcia <jorge.garcia@openbravo.com>
Date: 2020-11-18T11:06:27+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/ea7760ac54b3e1dedc70a245bd8f90a3d3600d18 [^]

Fixed BUG-45342: A product should be active only in case product, pricelist
and productprice are active

In case pricelist ot productprice does not exists, return 'Y' value.

---
M src/org/openbravo/retail/posterminal/master/ProductProperties.java
---