Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037460 | Retail Modules | Web POS | public | 2017-12-12 12:39 | 2018-08-09 09:22 |
|
Reporter | asiermartirena | |
Assigned To | asiermartirena | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q4 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037460: The order selector shouldn't be able to open canceled ticket without shipments |
Description | It shouldn't be possible to open a canceled order that doesn't have any shipment in Web POS.
Also, when opening a canceled ticket, for each line must appear the real delivered quantity (after doing a C&R and CL the lines are fully delivered, even if there isn't any associated shipment).
The ticket must also be shown with a 'Canceled' flag. |
Steps To Reproduce | Create a layaway (don't pay).
Do a cancel layaway of the layaway.
Load the canceled layaway. It is possible, and it shouldn't. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-12-12 12:39 | asiermartirena | New Issue | |
2017-12-12 12:39 | asiermartirena | Assigned To | => asiermartirena |
2017-12-12 12:39 | asiermartirena | OBNetwork customer | => No |
2017-12-12 12:39 | asiermartirena | Triggers an Emergency Pack | => No |
2018-06-26 12:50 | Practics | Issue Monitored: Practics | |
2018-07-05 08:57 | hgbot | Checkin | |
2018-07-05 08:57 | hgbot | Note Added: 0105608 | |
2018-07-05 09:07 | hgbot | Checkin | |
2018-07-05 09:07 | hgbot | Note Added: 0105611 | |
2018-07-05 09:07 | hgbot | Status | new => resolved |
2018-07-05 09:07 | hgbot | Resolution | open => fixed |
2018-07-05 09:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5dc356116798fb1fdfe0f7cca00aae7d4a76b483 [^] |
2018-07-05 12:44 | hgbot | Checkin | |
2018-07-05 12:44 | hgbot | Note Added: 0105635 | |
2018-07-09 17:21 | hgbot | Checkin | |
2018-07-09 17:21 | hgbot | Note Added: 0105687 | |
2018-08-08 13:06 | hudsonbot | Checkin | |
2018-08-08 13:06 | hudsonbot | Note Added: 0106202 | |
2018-08-08 13:06 | hudsonbot | Checkin | |
2018-08-08 13:06 | hudsonbot | Note Added: 0106206 | |
2018-08-09 09:22 | marvintm | Review Assigned To | => marvintm |
2018-08-09 09:22 | marvintm | Status | resolved => closed |
2018-08-09 09:22 | marvintm | Fixed in Version | => RR18Q4 |
Notes |
|
(0105608)
|
hgbot
|
2018-07-05 08:57
|
|
Repository: erp/devel/pi
Changeset: 8bf896a2266490cca632a54c727bb2a157d17edf
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Tue Dec 12 18:23:16 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8bf896a2266490cca632a54c727bb2a157d17edf [^]
Related to issue 37460: Check delivered status in C&R.
The delivered status must be different for an order after the cancel and replace process depending in the associated shipments
---
M src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java
---
|
|
|
(0105611)
|
hgbot
|
2018-07-05 09:07
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5dc356116798fb1fdfe0f7cca00aae7d4a76b483
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Thu Jul 05 09:05:34 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5dc356116798fb1fdfe0f7cca00aae7d4a76b483 [^]
Fixed issue 37460: Check the delivered status to open receipts.
When searching for an order, now it delivered status is checked in order to be able to load the ticket. If the (paid) order is not delivered it won't be able to be loaded. This affects to the canceled orders. A new index is added in the delivered column to have faster queries.
Also, the loaded canceled tickets has the order status flag set to 'Canceled', and there's also a new label for the lines which are not totally delivered to be shown as canceled.
Finally, the delivered status is checked for tickets created during a C&R process.
---
M src-db/database/model/modifiedTables/C_ORDER.xml
M src/org/openbravo/retail/posterminal/CustomerLoader.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java
M src/org/openbravo/retail/posterminal/PaidReceiptsFilter.java
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/components/renderorderline.js
---
|
|
|
(0105635)
|
hgbot
|
2018-07-05 12:44
|
|
|
|
(0105687)
|
hgbot
|
2018-07-09 17:21
|
|
|
|
|
|
|
|
|