Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042025Retail ModulesManual user actionpublic2019-10-15 14:052019-12-04 15:36
lorenzofidalgo 
alekosmp86 
normalminoralways
newopen 
5
main 
 
No
0042025: [RR19Q4][Restaurants] It is not possible send several products using multiselection
Multiselection must be possible to send several products to the kitchen. Right now, it is possible to select several products, but clicking Send To Kitchen only affects to 1 product.
0-Log in POS.
1-Add 4x "Hamburger w/Small Fries" to 4 different lines.
2-Select all the product lines and click "Send To Kitchen button". DEFECT: Realise only one product is affected.
No tags attached.
patch fix42025.patch (1,049) 2019-11-07 14:56
https://issues.openbravo.com/file_download.php?file_id=13491&type=bug
Issue History
2019-10-15 14:05lorenzofidalgoNew Issue
2019-10-15 14:05lorenzofidalgoAssigned To => Retail
2019-10-15 14:05lorenzofidalgoTriggers an Emergency Pack => No
2019-11-07 14:56alekosmp86File Added: fix42025.patch
2019-11-07 16:04hgbotCheckin
2019-11-07 16:04hgbotNote Added: 0115455
2019-11-07 16:04hgbotStatusnew => resolved
2019-11-07 16:04hgbotResolutionopen => fixed
2019-11-07 16:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.restaurantmanagement/rev/4c7488c37408832878803ae44a5e36fb2454348c [^]
2019-11-07 18:39marvintmAssigned ToRetail => alekosmp86
2019-11-27 14:05migueldejuanaNote Added: 0115891
2019-11-27 14:05migueldejuanaStatusresolved => new
2019-11-27 14:05migueldejuanaResolutionfixed => open
2019-12-04 15:36hgbotCheckin
2019-12-04 15:36hgbotNote Added: 0116086

Notes
(0115455)
hgbot   
2019-11-07 16:04   
Repository: erp/pmods/org.openbravo.retail.restaurantmanagement
Changeset: 4c7488c37408832878803ae44a5e36fb2454348c
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Nov 05 16:22:03 2019 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.restaurantmanagement/rev/4c7488c37408832878803ae44a5e36fb2454348c [^]

Fixed issue 42025: It is now possible to send several products using multiselection

---
M web/org.openbravo.retail.restaurantmanagement/js/utils.js
---
(0115891)
migueldejuana   
2019-11-27 14:05   
It is giving an errorn when pressing send to kitchen button:

ypeError: Cannot read property 'get' of undefined
    at Object.OB.OBRESMS.Utils.updateQtySentToKitchen (ec85bf6069a935fc34e5fc5d99a27738.js:183817)
    at Object.tap (ec85bf6069a935fc34e5fc5d99a27738.js:186502)
    at Object.origTap (underscore-1.3.3.js:563)
    at Object.tap (underscore-1.3.3.js:563)
    at Object.dispatch (Component.js:423)
    at Object.dispatchEvent (Component.js:372)
    at Object.enyo.kind.inherited (Oop.js:143)
    at Object.dispatchEvent (Control.js:139)
    at Object.dispatchBubble (Component.js:385)
    at Object.bubble (http://localhost:8080/openbravo/web/org.openbravo.mobile.core/enyo/source/kernel/Component.js:321:15 [^]); line: Object.OB.UTIL.showError (ec85bf6069a935fc34e5fc5d99a27738.js:19443) (*,+)
(0116086)
hgbot   
2019-12-04 15:36   
Repository: erp/pmods/org.openbravo.retail.restaurantmanagement
Changeset: 53608656ea5a47bb0949cd12caf18b59b5eb9620
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Dec 03 11:32:24 2019 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.restaurantmanagement/rev/53608656ea5a47bb0949cd12caf18b59b5eb9620 [^]

Related to issue 42025: Refactored function updateQtySentToKitchen to set the proper
quantity of products to send to the kitchen

---
M web/org.openbravo.retail.restaurantmanagement/js/utils.js
---