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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047458
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2021-07-26 19:462021-08-06 12:09
ReporterlbressanView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionfixedFixed in VersionRR21Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRR21Q2SCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0047458: Return with multiprice list product

DescriptionWhen they return a product with a multi-price list, the return is not finished.
Steps To Reproducehttps://www.youtube.com/watch?v=hhGJqB344vM&ab_channel=CristianAdrian%7CPracticsBS [^]

Steps in the video



For livebuilds pi
Backoffice
Make sure, product price for Adhesive body warmers is present in "Sale Price List Customer VIP" pricelist
POS
1) Select "Bryan Raymond" Customer
2) Add product "Adhesive body warmers"
3) Complete it
Backoffice
1) Delete the product price of Adhesive body warmers in "Sale Price List Customer VIP" pricelist
POS
1) Delete Cache/data
2) Open Verified Return
3) Open Last Completed ticket
Loading screen is displayed and its not closed
TagsNo tags attached.
Attached Filespatch file icon I47458_21Q2.patch [^] (1,150 bytes) 2021-08-03 12:31 [Show Content]
diff file icon 47458_21Q2_posterminal.diff [^] (5,761 bytes) 2021-08-06 12:09 [Show Content]
diff file icon 47458_21Q2_returns.diff [^] (2,847 bytes) 2021-08-06 12:09 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0130933)
lbressan (developer)
2021-08-02 15:36

any update ?
(0130948)
prakashmurugesan88 (developer)
2021-08-03 12:41

Attached fix for 21Q2
(0130951)
Practics (reporter)
2021-08-03 14:01
edited on: 2021-08-03 16:17

It's not correct this solution for this issue
this patch fixes the incremental load

If you do not have the pricelist when making the return, the web pos is frozen

1- Make a sales with the second pricelist
2- Remove the price of this pricelist on the product
3- Clear cache
4- Load webpos + Try to return the previous ticket

https://youtu.be/0SYKK0bbR9A [^]

(0130955)
adrianromero (manager)
2021-08-03 14:51

Please. Can you please write all additional notes in English?
(0131006)
hgbot (developer)
2021-08-06 10:56

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/23 [^]
(0131007)
hgbot (developer)
2021-08-06 10:56

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/537 [^]
(0131009)
hgbot (developer)
2021-08-06 11:19

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/537 [^]
(0131010)
hgbot (developer)
2021-08-06 11:19

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 9771fbb571a7cf92b6af8de6d44cc14ebdecee49
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-08-04T16:26:16+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/9771fbb571a7cf92b6af8de6d44cc14ebdecee49 [^]

Related to ISSUE-47458: Updated ADMessage when product price is not found in customer pricelist
* To show proper message to the user, product name is added to ADMessage when product is not found in customer pricelist

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-test/model/business-object/ticket/actions/AddProduct-actionPreparation.test.js
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/AddProduct.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0131011)
hgbot (developer)
2021-08-06 11:21

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns [^]
Changeset: b1567cc2200d426a339ccfdaa03e2f29b8474397
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-08-04T16:26:21+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/commit/b1567cc2200d426a339ccfdaa03e2f29b8474397 [^]

Fixed ISSUE-47458: Added callback when addLine is failed when doing verified return
* If any error occurs when adding verfied return line, further verified return lines will not be added to the ticket

---
M web/org.openbravo.retail.returns/js/returnUtils.js
---
(0131012)
hgbot (developer)
2021-08-06 11:21

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/23 [^]

- Issue History
Date Modified Username Field Change
2021-07-26 19:46 lbressan New Issue
2021-07-26 19:46 lbressan Assigned To => Retail
2021-07-26 19:46 lbressan Resolution time => 1628460000
2021-07-26 19:46 lbressan Triggers an Emergency Pack => No
2021-07-26 20:22 Practics Issue Monitored: Practics
2021-07-30 09:41 adrianromero Status new => acknowledged
2021-08-02 14:20 adrianromero Assigned To Retail => adrianromero
2021-08-02 14:20 adrianromero Assigned To adrianromero => ranjith_qualiantech_com
2021-08-02 14:20 adrianromero Status acknowledged => scheduled
2021-08-02 15:36 lbressan Note Added: 0130933
2021-08-02 15:40 prakashmurugesan88 Assigned To ranjith_qualiantech_com => prakashmurugesan88
2021-08-03 12:31 prakashmurugesan88 File Added: I47458_21Q2.patch
2021-08-03 12:41 prakashmurugesan88 Note Added: 0130948
2021-08-03 12:41 prakashmurugesan88 Status scheduled => resolved
2021-08-03 12:41 prakashmurugesan88 Resolution open => fixed
2021-08-03 14:01 Practics Note Added: 0130951
2021-08-03 14:20 lbressan Status resolved => new
2021-08-03 14:51 adrianromero Note Added: 0130955
2021-08-03 14:52 adrianromero Status new => scheduled
2021-08-03 14:59 Practics Note View State: private: 130951
2021-08-03 15:06 Practics Note View State: public: 130951
2021-08-03 16:17 Practics Note Edited: 0130951 View Revisions
2021-08-04 08:42 ranjith_qualiantech_com Assigned To prakashmurugesan88 => ranjith_qualiantech_com
2021-08-04 11:36 ranjith_qualiantech_com Steps to Reproduce Updated View Revisions
2021-08-06 10:56 hgbot Note Added: 0131006
2021-08-06 10:56 hgbot Note Added: 0131007
2021-08-06 11:19 hgbot Note Added: 0131009
2021-08-06 11:19 hgbot Note Added: 0131010
2021-08-06 11:21 hgbot Status scheduled => closed
2021-08-06 11:21 hgbot Fixed in Version => RR21Q4
2021-08-06 11:21 hgbot Note Added: 0131011
2021-08-06 11:21 hgbot Note Added: 0131012
2021-08-06 12:09 ranjith_qualiantech_com File Added: 47458_21Q2_posterminal.diff
2021-08-06 12:09 ranjith_qualiantech_com File Added: 47458_21Q2_returns.diff


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker