Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039057Retail ModulesWeb POSpublic2018-07-26 15:262019-11-27 20:18
ucarrion 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
10
 
RR18Q4 
marvintm
No
0039057: Services Icon disappear in orderline after reload
In Modules environment, If service-related product is added to receipt, service icon will be displayed in receipt line. If the POS is reloaded, then the service will be disappeared in the receipt line
In Modules Env.
https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^]

1) Goto Search Tab
2) Search "GPS"
3) Click "GPS nano"
4) Click Proceed in "Not enough stock"
5) Click Continue, Check service icon is displayed in receipt line
6) Delete the Receipt

Again Do Step from 1 to 5
Reload the POS
Now, Check service icon is not displayed in receipt line
No tags attached.
related to defect 0039463 closed ranjith_qualiantech_com Complementary products Icon disappear in orderline after reload 
Issue History
2018-07-26 15:26ucarrionNew Issue
2018-07-26 15:26ucarrionAssigned To => Retail
2018-07-26 15:26ucarrionResolution time => 1533765600
2018-07-26 15:26ucarrionTriggers an Emergency Pack => No
2018-07-30 14:41ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-07-30 14:41ranjith_qualiantech_comStatusnew => scheduled
2018-08-02 12:09ranjith_qualiantech_comReproducibilitysometimes => always
2018-08-02 12:09ranjith_qualiantech_comSummaryServices Icon disappear after 'Lock screen' => Services Icon disappear in orderline after reload
2018-08-02 12:09ranjith_qualiantech_comDescription Updatedbug_revision_view_page.php?rev_id=17481#r17481
2018-08-02 12:09ranjith_qualiantech_comSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=17483#r17483
2018-08-03 08:30hgbotCheckin
2018-08-03 08:30hgbotNote Added: 0106128
2018-08-06 06:55ranjith_qualiantech_comStatusscheduled => resolved
2018-08-06 06:55ranjith_qualiantech_comResolutionopen => fixed
2018-08-17 08:50marvintmReview Assigned To => marvintm
2018-08-17 08:50marvintmStatusresolved => closed
2018-08-17 08:50marvintmFixed in Version => RR18Q4
2018-08-21 09:45hgbotCheckin
2018-08-21 09:45hgbotNote Added: 0106419
2018-09-05 15:14ranjith_qualiantech_comNote Added: 0106608
2018-09-05 15:14ranjith_qualiantech_comStatusclosed => new
2018-09-05 15:14ranjith_qualiantech_comResolutionfixed => open
2018-09-05 15:14ranjith_qualiantech_comFixed in VersionRR18Q4 =>
2018-09-05 15:14ranjith_qualiantech_comStatusnew => scheduled
2018-09-07 11:14hgbotCheckin
2018-09-07 11:14hgbotNote Added: 0106640
2018-09-07 11:14hgbotStatusscheduled => resolved
2018-09-07 11:14hgbotResolutionopen => fixed
2018-09-07 11:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8fb81dc0599d78478ef1b0db1b4f18d889ba8d10 [^]
2018-09-14 12:24marvintmStatusresolved => closed
2018-09-14 12:24marvintmFixed in Version => RR18Q4
2018-10-19 09:31ranjith_qualiantech_comRelationship addedrelated to 0039463
2019-11-27 20:18hgbotCheckin
2019-11-27 20:18hgbotNote Added: 0115913

Notes
(0106128)
hgbot   
2018-08-03 08:30   
Repository: erp/pmods/org.openbravo.retail.complementary
Changeset: e3b1c4b0d7c864c4926a44d03ac6bd19cfba874b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Aug 03 11:59:55 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.complementary/rev/e3b1c4b0d7c864c4926a44d03ac6bd19cfba874b [^]

Related to issue 39057 : Replaced DAL find with findUsingCache to improve the performance

* Changes will reduce time in OBPOS_PostAddProductToOrder hook and product service search in the hook
  will be called synchronously. Due ot synchronous call, service attributes will be updated before the order save.

---
M web/org.openbravo.retail.complementary/js/hooks/hookRenderOrderLine.js
---
(0106419)
hgbot   
2018-08-21 09:45   
Repository: erp/pmods/org.openbravo.retail.complementary
Changeset: 7a5a7d06aa13fdd3a5a6c7b4b22a5358ff0fd53c
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Mon Aug 20 13:23:57 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.complementary/rev/7a5a7d06aa13fdd3a5a6c7b4b22a5358ff0fd53c [^]

Related to issue 39057: Renamed variable to prevent overwriting previous args variable

---
M web/org.openbravo.retail.complementary/js/hooks/hookRenderOrderLine.js
---
(0106608)
ranjith_qualiantech_com   
2018-09-05 15:14   
Issue not fixed completely
(0106640)
hgbot   
2018-09-07 11:14   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8fb81dc0599d78478ef1b0db1b4f18d889ba8d10
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Sep 07 14:43:53 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8fb81dc0599d78478ef1b0db1b4f18d889ba8d10 [^]

Fixed issue 39057 : Check Product Related Services before adding line to receipt

* Before adding line to the receipt, Service attributes should be updated to line properties

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0115913)
hgbot   
2019-11-27 20:18   
Repository: tools/automation/pi-mobile
Changeset: a861c34ca8b21c894eca45a3e7b9a58a6a246181
Author: Fidel <fidel.campos <at> doceleguas.com>
Date: Wed Nov 27 08:59:39 2019 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a861c34ca8b21c894eca45a3e7b9a58a6a246181 [^]

Related to issue 39057: Added automated test I39057_VerifyServiceIconDisplayedInReceiptLineWhenPosReloaded

---
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/complementaryproducts/I39057_VerifyServiceIconDisplayedInReceiptLineWhenPosReloaded.java
---