Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049260 | Retail Modules | Layaway order | public | 2022-05-09 10:51 | 2022-07-19 15:02 |
|
Reporter | jose_duque | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Openbravo Appliance 14.04 |
Product Version | | |
Target Version | | Fixed in Version | RR22Q3 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0049260: The delivered quantity is incorrect for a cancelled layaway |
Description | When we cancel the layaway the delivered quantity is set to "-1".
When we complete a layaway the ordered qty and delivered qty are set to "1"
After cancelling the ordered and delivered are set to "-1" it should be "0" |
Steps To Reproduce | 1. Make a layaway,
check the sales order window in the BO: Ordered Qty = 1, Delivered Qty = 0, Invoiced Qty = 0
check the EDL request, in the JSON we have: Ordered Qty = 1, Delivered Qty = 0, Invoiced Qty = 0
2. Cancel the layaway,
sales order in the BO: Ordered = 1, Delivered = 1, Invoiced = 0
EDL request, in the JSON we have: Ordered= 1, Delivered = 0, Invoiced = 0
The data for the returned order after cancelled is good. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0049383 | | closed | ranjith_qualiantech_com | Push API doesn't work for "Cancel Layaway/Order" flow | related to | defect | 0049844 | | closed | radhakrishnan | The delivered quantity is incorrect for a cancelled layaway in a cancel and replace |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-05-09 10:51 | jose_duque | New Issue | |
2022-05-09 10:51 | jose_duque | Assigned To | => Retail |
2022-05-09 10:51 | jose_duque | OBNetwork customer | => No |
2022-05-09 10:51 | jose_duque | Triggers an Emergency Pack | => No |
2022-05-09 10:51 | jose_duque | Issue generated from | 0048104 |
2022-05-11 07:43 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2022-05-12 12:16 | ranjith_qualiantech_com | Status | new => scheduled |
2022-05-17 12:47 | hgbot | Merge Request Status | => open |
2022-05-17 12:47 | hgbot | Note Added: 0137370 | |
2022-05-17 12:47 | hgbot | Note Added: 0137371 | |
2022-05-24 07:50 | hgbot | Merge Request Status | open => approved |
2022-05-24 07:50 | hgbot | Resolution | open => fixed |
2022-05-24 07:50 | hgbot | Status | scheduled => closed |
2022-05-24 07:50 | hgbot | Fixed in Version | => RR22Q3 |
2022-05-24 07:50 | hgbot | Note Added: 0137651 | |
2022-05-24 07:50 | hgbot | Note Added: 0137652 | |
2022-05-24 07:50 | hgbot | Note Added: 0137653 | |
2022-05-24 07:50 | hgbot | Note Added: 0137654 | |
2022-05-24 07:57 | marvintm | Relationship added | related to 0049383 |
2022-07-19 15:02 | jose_duque | Issue cloned | 0049844 |
2022-08-04 07:38 | ranjith_qualiantech_com | Relationship added | related to 0049844 |
Notes |
|
(0137370)
|
hgbot
|
2022-05-17 12:47
|
|
|
|
(0137371)
|
hgbot
|
2022-05-17 12:47
|
|
|
|
(0137651)
|
hgbot
|
2022-05-24 07:50
|
|
|
|
(0137652)
|
hgbot
|
2022-05-24 07:50
|
|
|
|
(0137653)
|
hgbot
|
2022-05-24 07:50
|
|
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 8e6e06636741285188f5f7061059cf28efeb7da8
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 24-05-2022 05:50:28
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/8e6e06636741285188f5f7061059cf28efeb7da8 [^]
Verifies ISSUE-49260: Updated CancelLayaway tests
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/CancelLayawayPartiallyPaid.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/CancelLayawayWithOverpayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/prepaymentsAndInvoiceTerms/ImmediateCancelLayawayServiceAsPerProductUndeliverablePrepayment330.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/prepaymentsAndInvoiceTerms/ImmediateCancelLayawayUndeliverableProductPrepayment320.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/prepaymentsAndInvoiceTerms/OMNI070_CancelLayawayUndeliverableProductPrepaymentWithApprovalAfterOrderDelivery.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/prepaymentsAndInvoiceTerms/OMNI080_CancelLayawayServiceAsPerProductUndeliverableProductPrepaymentWithApprovalAfterOrderDelivery.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/prepaymentsAndInvoiceTerms/OMNI200_CancelLayawayUndelivereableProductPrepaymentWithApprovalAfterDelivery.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/prepaymentsAndInvoiceTerms/OMNI210_CancelLayawayServiceAsPerProductUndelivereableProductPrepaymentWithApprovalAfterDelivery.java
---
|
|
|
(0137654)
|
hgbot
|
2022-05-24 07:50
|
|
|