Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0043226 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2020-02-14 13:07 | 2020-03-09 11:30 | |||
Reporter | joniturralde93 | View Status | public | |||||
Assigned To | prakashmurugesan88 | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR20Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 45c03481e143 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | guilleaer | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0043226: Wrong List price in order line when returning a product whose list price has changed in backoffice (price not including taxes) | |||||||
Description | When 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 Reproduce | 1. 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
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 |