Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0057178 | POS2 | POS | public | 2024-11-19 12:21 | 2024-11-21 18:32 |
|
Reporter | nicolasuriz | |
Assigned To | javierRodriguez | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 25Q1 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0057178: When flag at Organization "Force the Price for a Product at 0 on WebPOS" is to True, avoid the Kit Items to be added. |
Description | If the field at Organization level in the BO "Force the Price for a Product at 0 on WebPOS" is set to True, the Kits are not working as the Kit Items have to be set in the price list to Price 0.
When you click on a Kit Item to add it to the ticket, a technical error is displayed avoiding to add it. |
Steps To Reproduce | 1. Login BO
2. Go to Organization and check to True the field "Force the Price for a Product at 0 on WebPOS"
3. Configure a KIT with its KIT ITEMS as it is defined in POS2 User guide.
4. Login POS and try to add the kit with its items, the kit items remain blocked. |
Proposed Solution | The add product hook setPriceForProductsWithPriceZero is not checking if there are products inside the payload.
kit items are not common lines, there are added to the kit line. during the add product, if a kit item is added, it is included inside the kit and it is removed from the payload.
SOLUTION: Check if inside the payload there is products to do its stuff. Otherwise, do not execute nothing |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-11-19 12:21 | nicolasuriz | New Issue | |
2024-11-19 12:21 | nicolasuriz | Assigned To | => Retail |
2024-11-19 12:21 | nicolasuriz | Triggers an Emergency Pack | => No |
2024-11-19 13:40 | javierRodriguez | Status | new => scheduled |
2024-11-19 13:40 | javierRodriguez | Proposed Solution updated | |
2024-11-19 13:53 | javierRodriguez | Assigned To | Retail => javierRodriguez |
2024-11-19 14:14 | hgbot | Note Added: 0172233 | |
2024-11-21 18:32 | hgbot | Note Added: 0172446 | |
2024-11-21 18:32 | hgbot | Resolution | open => fixed |
2024-11-21 18:32 | hgbot | Status | scheduled => closed |
2024-11-21 18:32 | hgbot | Fixed in Version | => 25Q1 |
2024-11-21 18:32 | hgbot | Note Added: 0172447 | |