Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0055002 | Retail Modules | Web POS | public | 2024-03-20 00:43 | 2024-04-05 09:53 | ||||||||||||||
Reporter | ivazquez | ||||||||||||||||||
Assigned To | Rajesh_18 | ||||||||||||||||||
Priority | high | Severity | major | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | out of date | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | RR20Q3.4 | ||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | marvintm | ||||||||||||||||||
OBNetwork customer | |||||||||||||||||||
Support ticket | |||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0055002: Error when trying to change line quantity after deleting an order | ||||||||||||||||||
Description | In NOR, after deleting an order, if you try to change the quantity of the line, it does not do it and the only way to do it is to perform a "refresh data" | ||||||||||||||||||
Steps To Reproduce | First part: -Create a new order and add a new line -Select this line and click on the "Discounts" button to open the pop-up to select a new discount -Close this pop-up without adding any discount. -Check if you can change the quantity of the line (you should be able to do it) -Delete the order Second part: (AT THIS POINT, THE PROBLEM IS REPRODUCIBLE) -Create a new order and add a new line -Select this line and try to change the quantity. (you shouldn't be able to do it) This is the conditional that gives TRUE after the first part and makes it impossible to update the amount of the line: changequantity.js if ( !selectedReceiptLine || !receipt.get('lines').models.find(function(l) { return selectedReceiptLine.get('id') === l.get('id'); }) ) { return; } | ||||||||||||||||||
Proposed Solution | |||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | NOR | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | conditionalSecondPart.png (11,929) 2024-03-20 00:45 https://issues.openbravo.com/file_download.php?file_id=19568&type=bug conditionalFirstPart.png (11,878) 2024-03-20 00:46 https://issues.openbravo.com/file_download.php?file_id=19569&type=bug | ||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2024-03-20 00:43 | ivazquez | New Issue | |||||||||||||||||
2024-03-20 00:43 | ivazquez | Assigned To | => Retail | ||||||||||||||||
2024-03-20 00:43 | ivazquez | Triggers an Emergency Pack | => No | ||||||||||||||||
2024-03-20 00:45 | ivazquez | Relationship added | related to 0043481 | ||||||||||||||||
2024-03-20 00:45 | ivazquez | Relationship added | related to 0044773 | ||||||||||||||||
2024-03-20 00:45 | ivazquez | Tag Attached: NOR | |||||||||||||||||
2024-03-20 00:45 | ivazquez | File Added: conditionalSecondPart.png | |||||||||||||||||
2024-03-20 00:46 | ivazquez | File Added: conditionalFirstPart.png | |||||||||||||||||
2024-03-20 00:46 | ivazquez | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=27713#r27713 | ||||||||||||||||
2024-03-21 08:59 | jorgewederago | Note Added: 0162447 | |||||||||||||||||
2024-03-21 08:59 | jorgewederago | Status | new => acknowledged | ||||||||||||||||
2024-03-26 07:50 | Rajesh_18 | Assigned To | Retail => Rajesh_18 | ||||||||||||||||
2024-03-26 07:50 | Rajesh_18 | Status | acknowledged => scheduled | ||||||||||||||||
2024-04-05 01:09 | ivazquez | Note Added: 0162859 | |||||||||||||||||
2024-04-05 09:53 | marvintm | Review Assigned To | => marvintm | ||||||||||||||||
2024-04-05 09:53 | marvintm | Note Added: 0162873 | |||||||||||||||||
2024-04-05 09:53 | marvintm | Status | scheduled => closed | ||||||||||||||||
2024-04-05 09:53 | marvintm | Resolution | open => out of date |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|