Openbravo Issue Tracking System - POS2
View Issue Details
0049363POS2POSpublic2022-05-19 17:092022-05-27 14:44
jmelin 
meriem_azaf 
urgentmajoralways
closedfixed 
30Openbravo Appliance 14.04
 
 
No
0049363: JIRA 3011 - UX/UI - Additional cost are not available on menu
When adding a menu with an additional cost
Then this additional cost is not displayed in the sales order when completed
Create a "additional cost" product (standard sales not allowed)
Add it to assortement of vallblanca store
Add it to standard price list (cost = 0,30 for example)
Add it as extra price of a menu (cheeseburger of simple menu for example)

Connect to VBS-2 and refresh if necessary
Start an order
Add the menu where you add the extra cost
Select the product with extra cost in the menu
The extra cost is displayed when adding in the menu, but not when it's completed
No tags attached.
png 818f515f-45b7-4572-b28d-fd06d692a077.png (30,114) 2022-05-19 17:10
https://issues.openbravo.com/file_download.php?file_id=17041&type=bug
png

png f1182c32-46b9-4737-896c-1e23b4783518.png (43,020) 2022-05-19 17:10
https://issues.openbravo.com/file_download.php?file_id=17042&type=bug
png

gif HiddenExtraPrice.gif (749,626) 2022-05-23 11:55
https://issues.openbravo.com/file_download.php?file_id=17051&type=bug
Issue History
2022-05-19 17:09jmelinNew Issue
2022-05-19 17:09jmelinAssigned To => Retail
2022-05-19 17:09jmelinTriggers an Emergency Pack => No
2022-05-19 17:10jmelinFile Added: 818f515f-45b7-4572-b28d-fd06d692a077.png
2022-05-19 17:10jmelinFile Added: f1182c32-46b9-4737-896c-1e23b4783518.png
2022-05-23 11:55AugustoMauchFile Added: HiddenExtraPrice.gif
2022-05-23 11:56AugustoMauchAssigned ToRetail => Triage Platform Base
2022-05-23 11:56AugustoMauchStatusnew => acknowledged
2022-05-25 09:14AugustoMauchStatusacknowledged => scheduled
2022-05-25 09:17AugustoMauchAssigned ToTriage Platform Base => meriem_azaf
2022-05-25 12:56hgbotNote Added: 0137723
2022-05-27 14:44hgbotResolutionopen => fixed
2022-05-27 14:44hgbotStatusscheduled => closed
2022-05-27 14:44hgbotNote Added: 0137816
2022-05-27 14:44hgbotNote Added: 0137817

Notes
(0137723)
hgbot   
2022-05-25 12:56   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/145 [^]
(0137816)
hgbot   
2022-05-27 14:44   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: 0de82d7b8d696920d551bd86ed08aa4ed06f1f28
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 27-05-2022 14:21:56
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/0de82d7b8d696920d551bd86ed08aa4ed06f1f28 [^]

Fixes ISSUE-49363: JIRA 3011 - UX/UI - Additional cost are not available on menu

When adding a menu with an additional cost, then this additional cost is not displayed in the sales order when completed.
The problem that when we finish the choose of all items in the menu and we cannot find the product with the additional cost because we was using the wrong Id (productId instead of product.id).

To fix this, we changed just the name of the Id.

---
M web-jspack/org.openbravo.pos2.restaurant/src/model/food-menu/GetMenuItemInfo.js
---
(0137817)
hgbot   
2022-05-27 14:44   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/145 [^]