Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0039057
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2018-07-26 15:262019-11-27 20:18
ReporterucarrionView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR18Q4
StatusclosedFix in branchFixed in SCM revision8fb81dc0599d
ProjectionnoneETAnoneTarget Version
OSWindowsDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0039057: Services Icon disappear in orderline after reload

DescriptionIn 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
Steps To ReproduceIn 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0039463 closedranjith_qualiantech_com Complementary products Icon disappear in orderline after reload 

-  Notes
(0106128)
hgbot (developer)
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 (developer)
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 (developer)
2018-09-05 15:14

Issue not fixed completely
(0106640)
hgbot (developer)
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 (developer)
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
---

- Issue History
Date Modified Username Field Change
2018-07-26 15:26 ucarrion New Issue
2018-07-26 15:26 ucarrion Assigned To => Retail
2018-07-26 15:26 ucarrion Resolution time => 1533765600
2018-07-26 15:26 ucarrion Triggers an Emergency Pack => No
2018-07-30 14:41 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2018-07-30 14:41 ranjith_qualiantech_com Status new => scheduled
2018-08-02 12:09 ranjith_qualiantech_com Reproducibility sometimes => always
2018-08-02 12:09 ranjith_qualiantech_com Summary Services Icon disappear after 'Lock screen' => Services Icon disappear in orderline after reload
2018-08-02 12:09 ranjith_qualiantech_com Description Updated View Revisions
2018-08-02 12:09 ranjith_qualiantech_com Steps to Reproduce Updated View Revisions
2018-08-03 08:30 hgbot Checkin
2018-08-03 08:30 hgbot Note Added: 0106128
2018-08-06 06:55 ranjith_qualiantech_com Status scheduled => resolved
2018-08-06 06:55 ranjith_qualiantech_com Resolution open => fixed
2018-08-17 08:50 marvintm Review Assigned To => marvintm
2018-08-17 08:50 marvintm Status resolved => closed
2018-08-17 08:50 marvintm Fixed in Version => RR18Q4
2018-08-21 09:45 hgbot Checkin
2018-08-21 09:45 hgbot Note Added: 0106419
2018-09-05 15:14 ranjith_qualiantech_com Note Added: 0106608
2018-09-05 15:14 ranjith_qualiantech_com Status closed => new
2018-09-05 15:14 ranjith_qualiantech_com Resolution fixed => open
2018-09-05 15:14 ranjith_qualiantech_com Fixed in Version RR18Q4 =>
2018-09-05 15:14 ranjith_qualiantech_com Status new => scheduled
2018-09-07 11:14 hgbot Checkin
2018-09-07 11:14 hgbot Note Added: 0106640
2018-09-07 11:14 hgbot Status scheduled => resolved
2018-09-07 11:14 hgbot Resolution open => fixed
2018-09-07 11:14 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8fb81dc0599d78478ef1b0db1b4f18d889ba8d10 [^]
2018-09-14 12:24 marvintm Status resolved => closed
2018-09-14 12:24 marvintm Fixed in Version => RR18Q4
2018-10-19 09:31 ranjith_qualiantech_com Relationship added related to 0039463
2019-11-27 20:18 hgbot Checkin
2019-11-27 20:18 hgbot Note Added: 0115913


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker