Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034442Retail ModulesWeb POSpublic2016-11-07 17:252016-12-16 08:40
nataliag 
jorge-garcia 
immediatemajoralways
closedfixed 
5
 
RR16Q4RR16Q4 
marvintm
Production - Confirmed Stable
2015-07-02
RR15Q4
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/def6db59d486662f86abaef2ac435dca19c5db5b [^]
No
0034442: Multi ticket is not working when preference "Web POS Print suspended order" is set to "Y"
If preference "Web POS Print suspended order" is set to "Y", in WebPos is not possible to open a new ticket and error attached appear.
1- Go to backend and using System Administrator open "Preference" window.
2- Search "Web POS Print suspended order"in the Property field
3- Set the value field to "Y"and save it.
4- Login into the WebPos and try to open a new ticket. Error appears and the ticket is not opened.
No tags attached.
blocks defect 0034412 closed jorge-garcia Multi ticket is not working when preference "Web POS Print suspended order" is set to "Y" 
Issue History
2016-11-09 10:08jorge-garciaTypedefect => backport
2016-11-09 10:08jorge-garciaTarget Version => RR16Q4
2016-11-09 16:15hgbotCheckin
2016-11-09 16:15hgbotNote Added: 0091289
2016-11-09 16:15hgbotStatusscheduled => resolved
2016-11-09 16:15hgbotResolutionopen => fixed
2016-11-09 16:15hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q4/org.openbravo.retail.posterminal/rev/20ff2ec7d82cbd1ca7cdddd48958cb99bc248d05 [^]
2016-11-09 16:15hgbotCheckin
2016-11-09 16:15hgbotNote Added: 0091290
2016-12-09 15:14marvintmReview Assigned To => marvintm
2016-12-09 15:14marvintmStatusresolved => closed
2016-12-09 15:14marvintmFixed in Version => RR16Q4
2016-12-16 08:40hgbotCheckin
2016-12-16 08:40hgbotNote Added: 0092441

Notes
(0091289)
hgbot   
2016-11-09 16:15   
Repository: retail/backports/3.0RR16Q4/org.openbravo.retail.posterminal
Changeset: 20ff2ec7d82cbd1ca7cdddd48958cb99bc248d05
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Nov 09 15:51:20 2016 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4/org.openbravo.retail.posterminal/rev/20ff2ec7d82cbd1ca7cdddd48958cb99bc248d05 [^]

Fixed issue 34442: Multi ticket is not working when preference "Web POS
Print suspended order" is set to "Y"

The problem was introduced when the PreCreateNewReceipt hook was created.

The fix is to use the me variable instead of this, because the hook is an
asynchronous function.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0091290)
hgbot   
2016-11-09 16:15   
Repository: retail/backports/3.0RR16Q4/pi-mobile
Changeset: a3d73ffdbc5ad7e6865e0f8588bc39ceae98f8ce
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Nov 09 15:52:10 2016 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4/pi-mobile/rev/a3d73ffdbc5ad7e6865e0f8588bc39ceae98f8ce [^]

Verifies issue 34442: Multi ticket is not working when preference "Web POS
Print suspended order" is set to "Y"

Added test I34412_CreateNewReceiptWithPrintSuspendedOrder.

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34412_CreateNewReceiptWithPrintSuspendedOrder.java
---
(0092441)
hgbot   
2016-12-16 08:40   
Repository: tools/automation/pi-mobile
Changeset: a3d73ffdbc5ad7e6865e0f8588bc39ceae98f8ce
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Nov 09 15:52:10 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a3d73ffdbc5ad7e6865e0f8588bc39ceae98f8ce [^]

Verifies issue 34442: Multi ticket is not working when preference "Web POS
Print suspended order" is set to "Y"

Added test I34412_CreateNewReceiptWithPrintSuspendedOrder.

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34412_CreateNewReceiptWithPrintSuspendedOrder.java
---