Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049260
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Layaway ordermajoralways2022-05-09 10:512022-07-19 15:02
Reporterjose_duqueView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR22Q3
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version7.x
OS VersionOpenbravo Appliance 14.04Database version9.3.xAnt version1.9.x
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0049260: The delivered quantity is incorrect for a cancelled layaway

DescriptionWhen 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 Reproduce1. 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0049383 closedranjith_qualiantech_com Push API doesn't work for "Cancel Layaway/Order" flow 
related to defect 0049844 closedradhakrishnan The delivered quantity is incorrect for a cancelled layaway in a cancel and replace 

-  Notes
(0137370)
hgbot (developer)
2022-05-17 12:47

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/800 [^]
(0137371)
hgbot (developer)
2022-05-17 12:47

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/194 [^]
(0137651)
hgbot (developer)
2022-05-24 07:50

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 8082b55b30a5a8e8fde7755a1a83b183afdbc7ab
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 24-05-2022 05:50:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/8082b55b30a5a8e8fde7755a1a83b183afdbc7ab [^]

Fixed ISSUE-49260: Delivered Quantity should be zero when cancelling the layaway

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/CreateCancelTicket.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0137652)
hgbot (developer)
2022-05-24 07:50

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/800 [^]
(0137653)
hgbot (developer)
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 (developer)
2022-05-24 07:50

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/194 [^]

- 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 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 Note Added: 0137370
2022-05-17 12:47 hgbot Note Added: 0137371
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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker