Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036022Retail ModulesWeb POSpublic2017-05-17 12:532017-06-12 09:24
Asantos9 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR17Q3 
marvintm
No
0036022: Services related to products are deferred when retrieving an order
All services are marked as deferred when retrieving an order because the property 'otherTicket' is sent as string instead of a boolean.
1. Log into WebPOS
2. Add a product with a service related to it
3. Pay the ticket
4. Click on Menu
5. Click on Receipts
6. Select the order created previously

Note that the service is marked as deferred and in the service description a message is shown with the order related to this service that is the same.
No tags attached.
Issue History
2017-05-17 12:53Asantos9New Issue
2017-05-17 12:53Asantos9Assigned To => Retail
2017-05-17 12:53Asantos9Resolution time => 1496181600
2017-05-17 12:53Asantos9Triggers an Emergency Pack => No
2017-05-23 14:09ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-05-23 14:09ranjith_qualiantech_comStatusnew => scheduled
2017-05-24 09:00hgbotCheckin
2017-05-24 09:00hgbotNote Added: 0096740
2017-05-24 09:00hgbotStatusscheduled => resolved
2017-05-24 09:00hgbotResolutionopen => fixed
2017-05-24 09:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1a97053c6a800faea837229e42c14385e2279cdc [^]
2017-05-30 17:44marvintmReview Assigned To => marvintm
2017-05-30 17:44marvintmStatusresolved => closed
2017-05-30 17:44marvintmFixed in Version => RR17Q3
2017-06-06 10:22marvintmNote Added: 0097159
2017-06-06 10:22marvintmStatusclosed => new
2017-06-06 10:22marvintmResolutionfixed => open
2017-06-06 10:22marvintmFixed in VersionRR17Q3 =>
2017-06-07 09:05ranjith_qualiantech_comStatusnew => scheduled
2017-06-09 11:28hgbotCheckin
2017-06-09 11:28hgbotNote Added: 0097273
2017-06-09 11:28hgbotStatusscheduled => resolved
2017-06-09 11:28hgbotResolutionopen => fixed
2017-06-09 11:28hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1a97053c6a800faea837229e42c14385e2279cdc [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b4c4ce174345c66aafacf8e317edde959832f190 [^]
2017-06-12 09:24marvintmStatusresolved => closed
2017-06-12 09:24marvintmFixed in Version => RR17Q3

Notes
(0096740)
hgbot   
2017-05-24 09:00   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1a97053c6a800faea837229e42c14385e2279cdc
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 24 12:30:12 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1a97053c6a800faea837229e42c14385e2279cdc [^]

Fixes issue 36022 : ReceiptLine property datatype changed from string to bool in PaidReceipt

* In receipt lines, relatedLine property "otherTicket" must be boolean

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---
(0097159)
marvintm   
2017-06-06 10:22   
The change is correct, however, the same problem seems to happen when otherTicket is "false", and should also be fixed.
(0097273)
hgbot   
2017-06-09 11:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b4c4ce174345c66aafacf8e317edde959832f190
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jun 09 14:58:13 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b4c4ce174345c66aafacf8e317edde959832f190 [^]

Fixed issue 36022 : ReceiptLine Related line property "otherTicket" datatype changed from string to bool

* In receipt lines, relatedLine property "otherTicket" must be boolean

---
M src/org/openbravo/retail/posterminal/PaidReceiptRelatedLinesProperties.java
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---