Openbravo Issue Tracking System - POS2
View Issue Details
0049777POS2Restaurantspublic2022-07-11 12:462022-07-12 14:38
jorge-garcia 
jorge-garcia 
normalmajorhave not tried
closedfixed 
5
 
22Q3 
guilleaer
No
0049777: QR scanned menus are not getting always the proper price
Scanned menus from QR code that are not defined in selected schema but defined in another schema are not getting properly the menu product price from schema's price list
- Prerequisites
1) Install pos2.restaurant and pos2.restaurant.sampledata modules
2) Define a price list with Simple Menu product with price 8 in Restaurant schema for 'Vall Blanca Store' organization
- Steps
1) Login in VBS-1 from React POS with vallblanca
2) Select Terrace schema
3) Scan the Simple Menu from a QR code
4) Verify Simple Menu is added but with price 9 instead of 8
No tags attached.
blocks defect 0049776 new jorge-garcia QR scanned menus are not getting always the proper price 
Issue History
2022-07-11 12:49jorge-garciaTypedefect => backport
2022-07-11 12:49jorge-garciaTarget Version => 22Q3
2022-07-11 12:55hgbotResolutionopen => fixed
2022-07-11 12:55hgbotStatusscheduled => resolved
2022-07-11 12:55hgbotNote Added: 0139243
2022-07-11 12:56guilleaerReview Assigned To => guilleaer
2022-07-11 12:56guilleaerStatusresolved => closed
2022-07-11 14:02guilleaerStatusclosed => new
2022-07-11 14:02guilleaerResolutionfixed => open
2022-07-11 14:02guilleaerNote Added: 0139247
2022-07-11 14:07hgbotResolutionopen => fixed
2022-07-11 14:07hgbotStatusnew => resolved
2022-07-11 14:07hgbotNote Added: 0139249
2022-07-12 14:38guilleaerStatusresolved => closed

Notes
(0139243)
hgbot   
2022-07-11 12:55   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: e0413dc2a259818504edf55cd45575d1cf9e37ba
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 11-07-2022 12:55:19
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/e0413dc2a259818504edf55cd45575d1cf9e37ba [^]

fixed ISSUE-49777: Define menuUnitPrice as line grossUnitPrice for menu lines added with QR code

---
M web-jspack/org.openbravo.pos2.restaurant/src/model/ticket/actions/AddMenuItemsPostHook.js
---
(0139247)
guilleaer   
2022-07-11 14:02   
schema is not being properly set
(0139249)
hgbot   
2022-07-11 14:07   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: 3a5a0cb355c4820df2afcdc22e16f42f5abd6c57
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 11-07-2022 14:07:11
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/3a5a0cb355c4820df2afcdc22e16f42f5abd6c57 [^]

fixed ISSUE-49777: Propagate schema info in case menu ticket line has been scanned

---
M web-jspack/org.openbravo.pos2.restaurant/src/model/user-interface/user-actions/AddProductHooks.js
---