Openbravo Issue Tracking System - POS2
View Issue Details
0051673POS2Corepublic2022-12-20 10:502023-02-24 08:23
dorian_robillard 
radhakrishnan 
urgentmajoralways
closedfixed 
5
 
23Q123Q1 
No
0051673: Cash up reports : Payments methods with payments in the session but ‘Count Payment in Cash up’ = No are displayed inPOS2
Payments methods with payments in the session but ‘Count Payment in Cash up’ = No are displayed in the report cash up POS2

In pos 1 it is not displayed
1) I do a sale with a payment method configured with ‘Count Payment in Cash up’ = No" in channel touchpoint type.

2 )I do cash up

3) In the report displayed in POS2, the payment method is displayed
The payment method should not be displayed as in POS1
No tags attached.
blocks defect 0051200 closed ranjith_qualiantech_com Cash up reports : Payments methods with payments in the session but ‘Count Payment in Cash up’ = No are displayed inPOS2 
Issue History
2023-02-22 11:02marvintmTypedefect => backport
2023-02-22 11:02marvintmTarget Version => 23Q2
2023-02-22 11:02marvintmTarget Version23Q2 => 23Q1
2023-02-22 11:47marvintmTarget Version23Q1 => 23Q1.1
2023-02-22 13:20priyamIssue Monitored: priyam
2023-02-22 13:24ranjith_qualiantech_comAssigned Toranjith_qualiantech_com => radhakrishnan
2023-02-24 07:54hgbotNote Added: 0146952
2023-02-24 08:22marvintmTarget Version23Q1.1 => 23Q1
2023-02-24 08:23hgbotResolutionopen => fixed
2023-02-24 08:23hgbotStatusscheduled => closed
2023-02-24 08:23hgbotNote Added: 0146953
2023-02-24 08:23hgbotFixed in Version => 23Q1
2023-02-24 08:23hgbotNote Added: 0146954

Notes
(0146952)
hgbot   
2023-02-24 07:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1545 [^]
(0146953)
hgbot   
2023-02-24 08:23   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1545 [^]
(0146954)
hgbot   
2023-02-24 08:23   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3f0d489eaea00b511684551acbba1fabb7bd6384
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 24-02-2023 11:13:05
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3f0d489eaea00b511684551acbba1fabb7bd6384 [^]

Fixed ISSUE-51673: Payment Method should not be shown in Cashup Report
* Payment Method should be shown in Cashup Report in following case
  1) Count payment in cashup is checked & Payment amount shoule be more then zero
  2) Always show in Cashup report
* Payment Method should not be shown in Cashup Report in following case
  1) Count payment in cashup is unchecked
  2) Payment amount is zero

---
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupReport/PaymentMethodsInfo/PaymentMethodsInfo.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/PostPrintAndCloseStep/utils/getCashupData.js
---