Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037608Retail ModulesWeb POSpublic2018-01-10 13:372018-02-05 12:52
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR18Q2 
guilleaer
No
0037608: Refactor MultiOrderView component
The multiorderview component in order.js needs a refactor to properly manage the subscription to several model objects during the creation/destruction of the component:

* Refactor of the fields owned by the component: multiOrder, orderList and orderListPayment
* Refactor on subscriptions and unsubscription on backbone events following the life cycle of the component
* Small refactor to show/hide multiOrder_btninvoice component in one line
N/A
No tags attached.
Issue History
2018-01-10 13:37adrianromeroNew Issue
2018-01-10 13:37adrianromeroAssigned To => adrianromero
2018-01-10 13:37adrianromeroTriggers an Emergency Pack => No
2018-01-10 13:41hgbotCheckin
2018-01-10 13:41hgbotNote Added: 0101650
2018-01-10 13:41hgbotStatusnew => resolved
2018-01-10 13:41hgbotResolutionopen => fixed
2018-01-10 13:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3ca41749309355941dee098a9c142916c85edf43 [^]
2018-01-22 09:21adrianromeroReview Assigned To => guilleaer
2018-02-05 12:52guilleaerStatusresolved => closed
2018-02-05 12:52guilleaerFixed in Version => RR18Q2

Notes
(0101650)
hgbot   
2018-01-10 13:41   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3ca41749309355941dee098a9c142916c85edf43
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Jan 10 13:40:28 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3ca41749309355941dee098a9c142916c85edf43 [^]

Fixes issue 0037608: Refactor MultiOrderView component

* Refactor of the fields owned by the component: multiOrder, orderList and orderListPayment
* Refactor on subscriptions and unsubscription on backbone events following the life cycle of the component
* Small refactor to show/hide multiOrder_btninvoice component in one line

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---