Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036022 | Retail Modules | Web POS | public | 2017-05-17 12:53 | 2017-06-12 09:24 |
|
Reporter | Asantos9 | |
Assigned To | ranjith_qualiantech_com | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036022: Services related to products are deferred when retrieving an order |
Description | All services are marked as deferred when retrieving an order because the property 'otherTicket' is sent as string instead of a boolean. |
Steps To Reproduce | 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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-05-17 12:53 | Asantos9 | New Issue | |
2017-05-17 12:53 | Asantos9 | Assigned To | => Retail |
2017-05-17 12:53 | Asantos9 | OBNetwork customer | => Yes |
2017-05-17 12:53 | Asantos9 | Resolution time | => 1496181600 |
2017-05-17 12:53 | Asantos9 | Triggers an Emergency Pack | => No |
2017-05-23 14:09 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2017-05-23 14:09 | ranjith_qualiantech_com | Status | new => scheduled |
2017-05-24 09:00 | hgbot | Checkin | |
2017-05-24 09:00 | hgbot | Note Added: 0096740 | |
2017-05-24 09:00 | hgbot | Status | scheduled => resolved |
2017-05-24 09:00 | hgbot | Resolution | open => fixed |
2017-05-24 09:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1a97053c6a800faea837229e42c14385e2279cdc [^] |
2017-05-30 17:44 | marvintm | Review Assigned To | => marvintm |
2017-05-30 17:44 | marvintm | Status | resolved => closed |
2017-05-30 17:44 | marvintm | Fixed in Version | => RR17Q3 |
2017-06-06 10:22 | marvintm | Note Added: 0097159 | |
2017-06-06 10:22 | marvintm | Status | closed => new |
2017-06-06 10:22 | marvintm | Resolution | fixed => open |
2017-06-06 10:22 | marvintm | Fixed in Version | RR17Q3 => |
2017-06-07 09:05 | ranjith_qualiantech_com | Status | new => scheduled |
2017-06-09 11:28 | hgbot | Checkin | |
2017-06-09 11:28 | hgbot | Note Added: 0097273 | |
2017-06-09 11:28 | hgbot | Status | scheduled => resolved |
2017-06-09 11:28 | hgbot | Resolution | open => fixed |
2017-06-09 11:28 | hgbot | Fixed in SCM revision | http://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:24 | marvintm | Status | resolved => closed |
2017-06-12 09:24 | marvintm | Fixed in Version | => RR17Q3 |
Notes |
|
(0096740)
|
hgbot
|
2017-05-24 09:00
|
|
|
|
|
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
---
|
|