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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0044879
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2020-08-24 13:112020-09-11 12:11
ReporterjmelinView Statuspublic 
Assigned ToSandrahuguet 
PrioritynormalResolutionfixedFixed in VersionRR20Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version7.x
OS VersionOpenbravo Appliance 14.04Database version9.3.xAnt version1.9.x
Product VersionpiSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0044879: Customer display - Product is not displayed when adding a product (quantity=1)

DescriptionWhen you add a product to the order, the product is not shown on the customer display.

If you add the same product again or update the quantity to value >1 then the product is displayed.

Steps To ReproduceHardware manager must be configured for the POS

1. Connect to POS
2. create a new order
3. add a product (1502145 for example) => KO, the customer display is not updated with product/price
4. add the same product again (quantity=2) => OK, the product is now displayed with the correct amount
5. Change quantiy to 1 => OK, the display is updated
6. Remove the product from the order => KO, customer display keep the previous message (should be reset)
TagsNo tags attached.
Attached Files? file icon 2020-08-24_13-10-18.mp4 [^] (2,367,927 bytes) 2020-08-24 13:11

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0048633 closedranjith_qualiantech_com Customer display incorrectly shows qty 0 when removing a line (19Q3.3) 

-  Notes
(0122909)
hgbot (developer)
2020-09-10 10:00

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/89 [^]
(0122960)
hgbot (developer)
2020-09-11 12:11

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 31b668f2698b451c21882d30efb3e3a70a2b60eb
Author: Sandra Huguet <sandra.huguet@openbravo.com>
Date: 2020-09-11T08:06:57+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/31b668f2698b451c21882d30efb3e3a70a2b60eb [^]

Fixed ISSUE-44879 Customer display show quantity and price changes

Replace old listener by calls to new printTicketLine action

---
M web/org.openbravo.retail.posterminal/js/actions/changeprice.js
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/utils/ticketUtils.js
---
(0122961)
hgbot (developer)
2020-09-11 12:11

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: fe6510ba800424864f45dc8d55b55843ec089ba9
Author: Sandra Huguet <sandra.huguet@openbravo.com>
Date: 2020-09-11T08:06:57+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/fe6510ba800424864f45dc8d55b55843ec089ba9 [^]

Related to ISSUE-44879 rename print utils function

---
M web/org.openbravo.retail.posterminal/js/actions/changeprice.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/utils/ticketUtils.js
---
(0122962)
hgbot (developer)
2020-09-11 12:11

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 67379a808f0ddc63ea59d3e199c0f5bd782361dc
Author: Sandra Huguet <sandra.huguet@openbravo.com>
Date: 2020-09-11T10:05:49+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/67379a808f0ddc63ea59d3e199c0f5bd782361dc [^]

Related to ISSUE-44879 fix jslint error

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
---
(0122963)
hgbot (developer)
2020-09-11 12:11

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/89 [^]

- Issue History
Date Modified Username Field Change
2020-08-24 13:11 jmelin New Issue
2020-08-24 13:11 jmelin Assigned To => Retail
2020-08-24 13:11 jmelin File Added: 2020-08-24_13-10-18.mp4
2020-08-24 13:11 jmelin Triggers an Emergency Pack => No
2020-08-24 13:17 javietxe Resolution time => 1600034400
2020-08-24 13:17 javietxe Category Web POS Hardware Manager => Web POS
2020-09-09 12:53 Sandrahuguet version RR20Q3 => pi
2020-09-09 17:13 Sandrahuguet Assigned To Retail => Sandrahuguet
2020-09-09 17:13 Sandrahuguet Status new => scheduled
2020-09-10 10:00 hgbot Note Added: 0122909
2020-09-11 12:11 hgbot Resolution open => fixed
2020-09-11 12:11 hgbot Status scheduled => closed
2020-09-11 12:11 hgbot Fixed in Version => RR20Q4
2020-09-11 12:11 hgbot Note Added: 0122960
2020-09-11 12:11 hgbot Note Added: 0122961
2020-09-11 12:11 hgbot Note Added: 0122962
2020-09-11 12:11 hgbot Note Added: 0122963
2022-02-20 16:30 ranjith_qualiantech_com Relationship added related to 0048633


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker