Openbravo Issue Tracking System - POS2
View Issue Details
0049722POS2Restaurantspublic2022-06-23 17:572022-07-04 16:41
Felixaka 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
22Q3 
No
0049722: QR code - Products configured to use modifier doesn't work
When using a Qr code, when we selected a Menu that contain a product with a modifier (or a product which uses modifiers) the product is not added

In fs test environment
Go in the POS

Use the code : OB.App.BarcodeScanner.scanCode({ code: '30002 PLU0100127 DMN0117456 PMN0117430 PMN0108338 FMN0117456 PLU0200843 PLU0100134 FIN0000000'})

This is the code for a Menu that contains a modifier

See that it is impossible to select the modifiers

When a product needed modifiers information is scanned, The product is added to the ticket without any modifier set.
The product appears on the ticket (POS screen) as not complete (mandatory modifiers)Cashier can click on each product to fill in the missing information.
Ticket cannot be validated as long as mandatory modifiers are not filled (Pay button unactivated)


When a product configured with ‘delivery mode = biper’ is scanned, The product is added to the ticket without any biper linked.
The product appears on the ticket (POS screen) as not complete (biper is mandatory)Cashier can click on each product to fill in the missing information.
Ticket cannot be validated as long as all the bipers information are not added to the product
No tags attached.
blocks defect 0049641 closed jorge-garcia QR code - Products configured to use modifier doesn't work 
Issue History
2022-07-04 16:36guilleaerTypedefect => backport
2022-07-04 16:36guilleaerTarget Version => 22Q3
2022-07-04 16:41hgbotResolutionopen => fixed
2022-07-04 16:41hgbotStatusscheduled => closed
2022-07-04 16:41hgbotNote Added: 0139031
2022-07-04 16:41hgbotNote Added: 0139033

Notes
(0139031)
hgbot   
2022-07-04 16:41   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 26ae8677bc24b51c552925685f89b32af0614c1d
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 04-07-2022 16:39:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/26ae8677bc24b51c552925685f89b32af0614c1d [^]

fixed ISSUE-49722: Avoid to open configuration wizard if added product comes from a scanned QR code

---
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/AddProduct.js
---
(0139033)
hgbot   
2022-07-04 16:41   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: 8bc1259aa03aa240e7970f2e7be23a67a77d2930
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 04-07-2022 16:40:08
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/8bc1259aa03aa240e7970f2e7be23a67a77d2930 [^]

Fixed ISSUE-49722: Sort selectedProductsByCategory using menu category sort definition

---
M web-jspack/org.openbravo.pos2.restaurant/src/model/ticket/utils/updateMenu.js
---