Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039995Retail ModulesWeb POSpublic2019-01-22 12:452019-02-04 18:57
javierRodriguez 
javierRodriguez 
normalmajoralways
closedfixed 
5
 
RR19Q2 
marvintm
No
0039995: in PaidReceiptsFilters.java, the boolean variable isPayOpenTicket is always false
If you use pay open tickets in webPOS, it will try to do a query to PaidReceiptsFilters.java. On PaidReceiptsFilters, there is a variable isPayOpenTicket that it should be change between true or false, depending if the query is done with pay open ticket or not in WebPOS.
That variable never change (it is always false) and, as I said, it should.
-
No tags attached.
depends on backport 0039996RR19Q1 closed javierRodriguez in PaidReceiptsFilters.java, the boolean variable isPayOpenTicket is always false 
Issue History
2019-01-22 12:45javierRodriguezNew Issue
2019-01-22 12:45javierRodriguezAssigned To => Retail
2019-01-22 12:45javierRodriguezTriggers an Emergency Pack => No
2019-01-22 12:45javierRodriguezAssigned ToRetail => javierRodriguez
2019-01-22 12:45javierRodriguezStatusnew => scheduled
2019-01-22 12:45javierRodriguezStatusscheduled => acknowledged
2019-01-25 12:37hgbotCheckin
2019-01-25 12:37hgbotNote Added: 0109252
2019-01-25 12:37hgbotStatusacknowledged => resolved
2019-01-25 12:37hgbotResolutionopen => fixed
2019-01-25 12:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a4ed0e07216823427ae6019bf187b23c2e5ec27a [^]
2019-02-04 18:57marvintmReview Assigned To => marvintm
2019-02-04 18:57marvintmStatusresolved => closed
2019-02-04 18:57marvintmFixed in Version => RR19Q2

Notes
(0109252)
hgbot   
2019-01-25 12:37   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a4ed0e07216823427ae6019bf187b23c2e5ec27a
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Wed Jan 23 17:09:04 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a4ed0e07216823427ae6019bf187b23c2e5ec27a [^]

Fixed issue 39995: in PaidReceiptsFilters.java, the boolean variable isPayOpenTicket is always false

Now, if the query has the orderTypeFilter as payOpenTickets, isPayOpenTickets will be true

---
M src/org/openbravo/retail/posterminal/PaidReceiptsFilter.java
---