Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034249Retail ModulesWeb POSpublic2016-10-18 05:092016-12-09 13:31
guillermogil 
jorge-garcia 
immediatemajoralways
closedfixed 
5
 
RR16Q4RR16Q4 
marvintm
Production - QA Approved
2016-09-07
RR16Q4
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5fc2b2fbce73b592f8b62cc977da7460f4fa503f [^]
No
0034249: It is not possible to do a logout if you have a ticket with all lines deleted
It is not possible to do a logout if you have a ticket with all lines deleted and you have the preference to Save Removed tickets to Y.

The popup raises and when you select to logout nothing happens.
Create the Save Removed tickets preference to Y and follow the attached video.
No tags attached.
blocks defect 0034227 closed jorge-garcia It is not possible to do a logout if you have a ticket with all lines deleted 
Issue History
2016-10-20 11:14jorge-garciaTypedefect => backport
2016-10-20 11:14jorge-garciaTarget Version => RR16Q4
2016-10-20 15:33hgbotCheckin
2016-10-20 15:33hgbotNote Added: 0090722
2016-10-20 15:33hgbotStatusscheduled => resolved
2016-10-20 15:33hgbotResolutionopen => fixed
2016-10-20 15:33hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1871567c37d778cddc3a74fb2875a06616a4fc4c [^] => http://code.openbravo.com/retail/backports/3.0RR16Q4/org.openbravo.retail.posterminal/rev/75d25b4233c9116bba17f52d212d65b8d4849047 [^]
2016-10-20 15:33hgbotCheckin
2016-10-20 15:33hgbotNote Added: 0090723
2016-12-09 13:31marvintmReview Assigned To => marvintm
2016-12-09 13:31marvintmStatusresolved => closed
2016-12-09 13:31marvintmFixed in Version => RR16Q4

Notes
(0090722)
hgbot   
2016-10-20 15:33   
Repository: retail/backports/3.0RR16Q4/org.openbravo.retail.posterminal
Changeset: 75d25b4233c9116bba17f52d212d65b8d4849047
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Oct 20 15:30:24 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4/org.openbravo.retail.posterminal/rev/75d25b4233c9116bba17f52d212d65b8d4849047 [^]

Fixed issue 34249: cash up not created when the till is open

It’s necessary for BUT client to initialize the cashup when
the open till is done.

The solution is to add the cashUpReportInformation in the
opentill request to create it in the backend.

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0090723)
hgbot   
2016-10-20 15:33   
Repository: retail/backports/3.0RR16Q4/pi-mobile
Changeset: 6b3296709a9adc8887bc7ba29905d59d20f76180
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Oct 20 15:29:14 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4/pi-mobile/rev/6b3296709a9adc8887bc7ba29905d59d20f76180 [^]

Verifies issue 34249: cash up not created when the till is open

Added test I34235_CashUpSynchonizedWithOpenTillRequest.

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