Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039463Retail ModulesWeb POSpublic2018-10-16 17:172018-10-29 12:00
ucarrion 
ranjith_qualiantech_com 
normalmajorsometimes
closedfixed 
5
 
RR19Q1 
marvintm
No
0039463: Complementary products Icon disappear in orderline after reload
In Modules environment, If a product with complementary products is added to receipt, complementary products icon will be displayed in receipt line. If the POS is reloaded, then the service will be disappeared in the receipt line.
+Login WEBPOS
+Add to the current receipt a product with complementary products related
+Check that the icon is displayed
+Lock screen
+Login again
+Check that the icon has disappeared
could be similar to 39057 issue?
No tags attached.
related to defect 0039057 closed ranjith_qualiantech_com Services Icon disappear in orderline after reload 
Issue History
2018-10-16 17:17ucarrionNew Issue
2018-10-16 17:17ucarrionAssigned To => Retail
2018-10-16 17:17ucarrionResolution time => 1541113200
2018-10-16 17:17ucarrionTriggers an Emergency Pack => No
2018-10-19 09:31ranjith_qualiantech_comRelationship addedrelated to 0039057
2018-10-19 12:47ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-10-25 08:08ranjith_qualiantech_comStatusnew => scheduled
2018-10-25 08:50hgbotCheckin
2018-10-25 08:50hgbotNote Added: 0107561
2018-10-25 11:55hgbotCheckin
2018-10-25 11:55hgbotNote Added: 0107571
2018-10-26 09:04ranjith_qualiantech_comStatusscheduled => resolved
2018-10-26 09:04ranjith_qualiantech_comResolutionopen => fixed
2018-10-29 12:00marvintmReview Assigned To => marvintm
2018-10-29 12:00marvintmStatusresolved => closed
2018-10-29 12:00marvintmFixed in Version => RR19Q1

Notes
(0107561)
hgbot   
2018-10-25 08:50   
Repository: erp/pmods/org.openbravo.retail.complementary
Changeset: 8b342c4fa889068e7abfbc31f3a129a607734bb0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Oct 25 12:19:40 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.complementary/rev/8b342c4fa889068e7abfbc31f3a129a607734bb0 [^]

Related to issue 39463 : Complementary Product attributes shoulde be added to add line attributes before adding to the receipt

* Hook OBPOS_PostAddProductToOrder replaced with OBPOS_AddProductToOrder, to set the Complementary attributes to line attributs before adding the line to receipt

---
M web/org.openbravo.retail.complementary/js/hooks/hookRenderOrderLine.js
---
(0107571)
hgbot   
2018-10-25 11:55   
Repository: erp/pmods/org.openbravo.retail.complementary
Changeset: 6cb2f5fc0de8921c4a3d51c6c1574eaef5eecd54
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Oct 25 15:25:03 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.complementary/rev/6cb2f5fc0de8921c4a3d51c6c1574eaef5eecd54 [^]

Related to issue 39463 : Complementary Product attributes shoulde be added to add line attributes before adding to the receipt

* attrs will be undefined in some cases, So args.attrs will be defined if it is not exists

---
M web/org.openbravo.retail.complementary/js/hooks/hookRenderOrderLine.js
---