Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0055103 | POS2 | POS | public | 2024-04-01 06:39 | 2024-06-14 06:45 |
|
Reporter | ranjith_qualiantech_com | |
Assigned To | sreehari | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 24Q2 | Fixed in Version | 24Q2 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2024-03-05 |
Regression introduced in release | pi |
Regression introduced by commit | https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/5f0b3e44d9662fac5cafe19f6560d5dadf969162 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0055103: Rounding payment not calculated properly in payment subtotals |
Description | When rounding payment configured for payment method, rounding payment is not added for all cases in payment subtotals |
Steps To Reproduce | Backoffice
1) Enable "Rounding Payment" for Cash in VBS-4
POS2 - VBS4
1) Add Product "Avalance Tranceiver"
2) Pay and Split Check
3) Pay with Cash 100 for first subtotal
4) Rounding payment is not added and change is not calculated correctly |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | backport | 0055585 | 24Q2 | closed | ranjith_qualiantech_com | Rounding payment not calculated properly in payment subtotals | has duplicate | backport | 0055584 | 24Q2 | closed | ranjith_qualiantech_com | Rounding & Change payment not calculated properly in payment subtotals | blocks | defect | 0055075 | | closed | ranjith_qualiantech_com | Rounding & Change payment not calculated properly in payment subtotals |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-04-05 07:34 | ranjith_qualiantech_com | Type | defect => backport |
2024-04-05 07:34 | ranjith_qualiantech_com | Target Version | => 24Q2 |
2024-05-24 14:14 | migueldejuana | Target Version | 24Q2 => |
2024-05-24 14:14 | migueldejuana | Status | scheduled => acknowledged |
2024-05-24 14:14 | migueldejuana | Status | acknowledged => scheduled |
2024-06-06 14:39 | migueldejuana | Target Version | => 24Q2 |
2024-06-06 14:40 | migueldejuana | Relationship replaced | has duplicate 0055585 |
2024-06-06 14:40 | migueldejuana | Relationship added | has duplicate 0055584 |
2024-06-11 13:23 | sreehari | Assigned To | ranjith_qualiantech_com => sreehari |
2024-06-12 09:09 | hgbot | Note Added: 0165837 | |
2024-06-12 09:10 | hgbot | Note Added: 0165838 | |
2024-06-12 09:11 | hgbot | Note Added: 0165840 | |
2024-06-13 16:35 | hgbot | Merge Request Status | open => approved |
2024-06-14 06:44 | hgbot | Note Added: 0165933 | |
2024-06-14 06:44 | hgbot | Note Added: 0165934 | |
2024-06-14 06:45 | hgbot | Note Added: 0165935 | |
2024-06-14 06:45 | hgbot | Note Added: 0165936 | |
2024-06-14 06:45 | hgbot | Note Added: 0165937 | |
2024-06-14 06:45 | hgbot | Resolution | open => fixed |
2024-06-14 06:45 | hgbot | Status | scheduled => closed |
2024-06-14 06:45 | hgbot | Fixed in Version | => 24Q2 |
2024-06-14 06:45 | hgbot | Note Added: 0165938 | |
Notes |
|
(0165837)
|
hgbot
|
2024-06-12 09:09
|
|
|
|
(0165838)
|
hgbot
|
2024-06-12 09:10
|
|
|
|
(0165840)
|
hgbot
|
2024-06-12 09:11
|
|
|
|
(0165933)
|
hgbot
|
2024-06-14 06:44
|
|
|
|
(0165934)
|
hgbot
|
2024-06-14 06:44
|
|
|
|
(0165935)
|
hgbot
|
2024-06-14 06:45
|
|
|
|
(0165936)
|
hgbot
|
2024-06-14 06:45
|
|
|
|
(0165937)
|
hgbot
|
2024-06-14 06:45
|
|
|
|
(0165938)
|
hgbot
|
2024-06-14 06:45
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: a7296919b41288a772b9809630f2413c7ab1661f
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 11-06-2024 15:09:41
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/a7296919b41288a772b9809630f2413c7ab1661f [^]
Fixes ISSUE-55103: Added PaymentRounding validation when checking Extra payments
---
M web-jspack/org.openbravo.pos2/src-test/cypress/e2e/Features/changePayments.spec.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/processPayment.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentList/SubtotalFooter.jsx
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentList/SubtotalFunctions.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentPanelTitle/Dialogs/MultiCurrencyChange/MultiCurrencyChangeDialog/MultiCurrencyChangeDialog.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/CalculateChange.js
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.pos2/src/model/ticket/UpdatePaymentInfoFromPayments.js
M web-jspack/org.openbravo.pos2/src/model/ticket/__test__/UpdatePaymentInfoFromPayments.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/CompleteTicketActionPreparation.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/PaymentDisplay.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/SplitFromOrder.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/__test__/PaymentDisplay.test.js
---
|
|