Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043840Retail ModulesWeb POSpublic2020-04-23 14:452020-05-06 08:25
jorge-garcia 
jorge-garcia 
normalminorN/A
closedfixed 
5
 
RR20Q3 
marvintm
No
0043840: API in model Order to identify a processed ticket loaded from the backend
Define an API in WebPOS Order model to identify if the ticket is a processed order loaded from the backend.

This logic will be used in regular WebPOS to identify which orders should request confirmation to delete it and what should happen with the deleted ticket (i.e. with the preference of "WebPOS Safe Remove tickets" set to 'Y').
-
No tags attached.
Issue History
2020-04-23 14:45jorge-garciaNew Issue
2020-04-23 14:45jorge-garciaAssigned To => jorge-garcia
2020-04-23 14:45jorge-garciaTriggers an Emergency Pack => No
2020-04-23 15:01jorge-garciaStatusnew => scheduled
2020-04-24 08:14hgbotCheckin
2020-04-24 08:14hgbotNote Added: 0119382
2020-04-24 08:14hgbotStatusscheduled => resolved
2020-04-24 08:14hgbotResolutionopen => fixed
2020-04-24 08:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f90d3e711ab01b57a30fe5af652c4eb602185735 [^]
2020-05-06 08:25marvintmReview Assigned To => marvintm
2020-05-06 08:25marvintmStatusresolved => closed
2020-05-06 08:25marvintmFixed in Version => RR20Q3

Notes
(0119382)
hgbot   
2020-04-24 08:14   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f90d3e711ab01b57a30fe5af652c4eb602185735
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Apr 23 14:54:07 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f90d3e711ab01b57a30fe5af652c4eb602185735 [^]

Fixed BUG-43840: New API in order model for WebPOS

isProcessedTicket indicates if a ticket is processed in
backoffice or not.

---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---