Openbravo Issue Tracking System - Modules
View Issue Details
0057290ModulesFrench Eco Tax Managementpublic2024-11-26 17:472025-01-17 10:14
marc_arroyo 
radhakrishnan 
highmajoralways
closedfixed 
5
 
 
0057290: When adding a product with a linked Contribution to the basket two items are counted
When adding a product with a linked contribution to the basket, instead of 1 item 2 are counted. But contribution don't have to be counted as separate items in the basket
1.- Create a contribution product
2.- Link it to an Item
3.- Go to WebPOS
4.- Add 1 unit of the Item to the basket
5.- See in the total that 2 items are counted
Not to count contributions as items in a basket
No tags attached.
jpg Contribution is not an Item.jpg (72,415) 2024-11-26 17:47
https://issues.openbravo.com/file_download.php?file_id=20561&type=bug
jpg
Issue History
2024-11-26 17:47marc_arroyoNew Issue
2024-11-26 17:47marc_arroyoAssigned To => Triage Omni OMS
2024-11-26 17:47marc_arroyoFile Added: Contribution is not an Item.jpg
2024-12-18 10:55kchoperenaPrioritynormal => high
2024-12-22 21:37aferrazNote Added: 0173596
2024-12-22 21:37aferrazStatusnew => closed
2024-12-22 21:37aferrazResolutionopen => no change required
2024-12-22 21:38aferrazNote Added: 0173597
2024-12-23 07:56marc_arroyoNote Added: 0173605
2024-12-30 13:58aferrazStatusclosed => new
2024-12-30 13:58aferrazResolutionno change required => open
2024-12-30 13:58aferrazAssigned ToTriage Omni OMS => radhakrishnan
2025-01-09 11:05frank_gonzalezNote Added: 0173942
2025-01-10 10:29frank_gonzalezNote Deleted: 0173942
2025-01-17 09:57hgbotNote Added: 0174269
2025-01-17 10:14hgbotResolutionopen => fixed
2025-01-17 10:14hgbotStatusnew => closed
2025-01-17 10:14hgbotNote Added: 0174270
2025-01-17 10:14hgbotFixed in Version => 25Q2
2025-01-17 10:14hgbotNote Added: 0174271

Notes
(0173596)
aferraz   
2024-12-22 21:37   
Contributions are defined as separate products, same as services.
In the described scenario, the order will be created with two lines, so I think it is correct to show 2 items in the Total.
(0173597)
aferraz   
2024-12-22 21:38   
Jira: https://openbravo.atlassian.net/browse/RM-19435 [^]
(0173605)
marc_arroyo   
2024-12-23 07:56   
This don't has any sense, I will send a long information via email
(0174269)
hgbot   
2025-01-17 09:57   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3362 [^]
(0174270)
hgbot   
2025-01-17 10:14   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3362 [^]
(0174271)
hgbot   
2025-01-17 10:14   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 21c59a0490672fc58118cf6d47723a27b409272c
Author: Radhakrishnan Seeman <r.seeman@external.orisha.com>
Date: 17-01-2025 09:14:47
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/21c59a0490672fc58118cf6d47723a27b409272c [^]

Fixed ISSUE-57290: Not to count contributions as items in a basket

---
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/__test__/TicketArea.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketSummary/TicketSummary.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketSummary/__test__/TicketSummary.test.jsx
---