Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044930Retail ModulesWeb POSpublic2020-08-28 17:002020-09-07 13:57
jarmendariz 
jarmendariz 
highminorhave not tried
closedfixed 
5
 
RR20Q4 
marvintm
No
0044930: Remove usages of TicketListUtils.newOrder
OB.UTIL.TicketListUtils.newOrder is an utility extracted from the old OrderList to create a new Ticket in the POS. This function uses old Backbone tecnology.
This call could be upgraded using the new State infrastructure and create the Ticket via an action.

This function is used in the following files:
- modalselectopenreceipts.js (posterminal)
- orderAPI.js (selfcheckout)
See above
No tags attached.
Issue History
2020-08-28 17:00jarmendarizNew Issue
2020-08-28 17:00jarmendarizAssigned To => jarmendariz
2020-08-28 17:00jarmendarizTriggers an Emergency Pack => No
2020-08-28 17:00jarmendarizStatusnew => scheduled
2020-08-28 17:03hgbotNote Added: 0122438
2020-08-28 17:06hgbotNote Added: 0122439
2020-09-03 10:41hgbotNote Added: 0122571
2020-09-03 10:41hgbotNote Added: 0122572
2020-09-03 10:41hgbotNote Added: 0122573
2020-09-03 10:41hgbotResolutionopen => fixed
2020-09-03 10:41hgbotStatusscheduled => resolved
2020-09-03 10:41hgbotFixed in Version => RR20Q4
2020-09-03 10:41hgbotNote Added: 0122574
2020-09-07 13:57marvintmReview Assigned To => marvintm
2020-09-07 13:57marvintmStatusresolved => closed

Notes
(0122438)
hgbot   
2020-08-28 17:03   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/75 [^]
(0122439)
hgbot   
2020-08-28 17:06   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout/-/merge_requests/4 [^]
(0122571)
hgbot   
2020-09-03 10:41   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout [^]
Changeset: de4b485e976b0b22f7bbac3afe6d24698685a448
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2020-09-03T10:40:27+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout/-/commit/de4b485e976b0b22f7bbac3afe6d24698685a448 [^]

Related to ISSUE-44930: Remove newOrder utility

---
M web/org.openbravo.retail.selfcheckout/source/models/orderAPI.js
---
(0122572)
hgbot   
2020-09-03 10:41   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout/-/merge_requests/4 [^]
(0122573)
hgbot   
2020-09-03 10:41   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/75 [^]
(0122574)
hgbot   
2020-09-03 10:41   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 6b8a75f0ceb7e55dee09b403bb1464931aecd891
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2020-09-03T10:39:04+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/6b8a75f0ceb7e55dee09b403bb1464931aecd891 [^]

Fixed ISSUE-44930: Removed newOrder utility and replaced with an state action

---
M web/org.openbravo.retail.posterminal/js/components/modalselectopenreceipts.js
M web/org.openbravo.retail.posterminal/js/utils/ticketListUtils.js
---