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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0043226
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2020-02-14 13:072020-03-09 11:30
Reporterjoniturralde93View Statuspublic 
Assigned Toprakashmurugesan88 
PriorityurgentResolutionfixedFixed in VersionRR20Q2
StatusclosedFix in branchFixed in SCM revision45c03481e143
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0043226: Wrong List price in order line when returning a product whose list price has changed in backoffice (price not including taxes)

DescriptionWhen you do a verified return from a receipt with a line whose product's list price has been modified in backoffice,the synchronized list price is the new, modified one instead of the one from the original order line.
This only happens for price not including taxes priceLists. For tax include taxes, the grossListPrice keeps correct.
Steps To Reproduce1. Add any product to the order in Web POS PS-1
2. Complete the order and check the order in backoffice
3. Modify the product's list price in backoffice for the price list "The White Valley Group Sale Price list (Opening Store)"
4. Refresh data in the terminal
5. Verified return for the previous ticket and complete
6. Go to backoffice as system admin to the SQL Query window
7. Execute "select * from c_orderline order by created desc" and check the two first lines that appear
8. pricelist column for both the lines is different
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0043202 newRetail grossListPrice & priceList properties of order line model (client side) are not behaving as expected according to ERP behavior 
related to defect 0043254 closedprakashmurugesan88 Returnline flag is not updated in backend when priceIncludesTax='Y' 

-  Notes
(0118045)
hgbot (developer)
2020-02-24 12:21

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2d50d264763c81cfa4067fe3e1a2680cae87451b
Author: Prakash M <prakash <at> qualiantech.com>
Date: Mon Feb 24 16:49:10 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2d50d264763c81cfa4067fe3e1a2680cae87451b [^]

related to ISSUE-43226: Fixed wrong list price on retruning product under following
* Whose list price has changed in backoffice
* Price not including taxes

Fix:
* Loaded original list price and stored as creationListPrice
* List price of return lines are updated from creationListPrice

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java
---
(0118048)
hgbot (developer)
2020-02-24 12:21

Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 45c03481e143c9a7bd063ff7f11652af56a82ae0
Author: Prakash M <prakash <at> qualiantech.com>
Date: Mon Feb 24 16:50:32 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/45c03481e143c9a7bd063ff7f11652af56a82ae0 [^]

fixes BUG-43226: Fixed wrong list price on retruning product under following
* Whose list price has changed in backoffice
* Price not including taxes

Fix:
* Loaded original list price and stored as creationListPrice
* List price of return lines are updated from creationListPrice

---
M web/org.openbravo.retail.returns/js/returnUtils.js
---
(0118049)
hgbot (developer)
2020-02-24 12:22

Repository: tools/automation/pi-mobile
Changeset: 6e21226bf87d79a418f05d5191993f4077fa740a
Author: Prakash M <prakash <at> qualiantech.com>
Date: Mon Feb 24 16:48:43 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6e21226bf87d79a418f05d5191993f4077fa740a [^]

Verifies BUG-43226: Fixed wrong list price on verified return prod with priceincludestax N

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I43226_VerifiedReturnWithPriceIncludesTax.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I43226_VerifiedReturnWithoutPriceIncludesTax.java
---

- Issue History
Date Modified Username Field Change
2020-02-14 13:07 joniturralde93 New Issue
2020-02-14 13:07 joniturralde93 Assigned To => Retail
2020-02-14 13:07 joniturralde93 Resolution time => 1583449200
2020-02-14 13:07 joniturralde93 Triggers an Emergency Pack => No
2020-02-14 13:10 joniturralde93 Relationship added related to 0043202
2020-02-14 13:30 joniturralde93 Summary Wrong List price in order line when returning a product whose list price has changed in backoffice => Wrong List price in order line when returning a product whose list price has changed in backoffice (price not including taxes)
2020-02-14 13:30 joniturralde93 Description Updated View Revisions
2020-02-17 04:34 rqueralta Assigned To Retail => rqueralta
2020-02-18 09:41 joniturralde93 Description Updated View Revisions
2020-02-18 10:44 prakashmurugesan88 Assigned To rqueralta => prakashmurugesan88
2020-02-18 15:51 prakashmurugesan88 Relationship added related to 0043254
2020-02-19 12:21 prakashmurugesan88 Status new => scheduled
2020-02-24 12:21 hgbot Checkin
2020-02-24 12:21 hgbot Note Added: 0118045
2020-02-24 12:21 hgbot Checkin
2020-02-24 12:21 hgbot Note Added: 0118048
2020-02-24 12:21 hgbot Status scheduled => resolved
2020-02-24 12:21 hgbot Resolution open => fixed
2020-02-24 12:21 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/45c03481e143c9a7bd063ff7f11652af56a82ae0 [^]
2020-02-24 12:22 hgbot Checkin
2020-02-24 12:22 hgbot Note Added: 0118049
2020-03-09 11:29 guilleaer Review Assigned To => guilleaer
2020-03-09 11:29 guilleaer Status resolved => closed
2020-03-09 11:29 guilleaer Fixed in Version => RR20Q1
2020-03-09 11:30 guilleaer Fixed in Version RR20Q1 => RR20Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker