Openbravo Issue Tracking System - POS2
View Issue Details
0051200POS2Corepublic2022-12-20 10:502023-02-22 11:03
dorian_robillard 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
23Q2 
marvintm
No
0051200: 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
FASH
depends on backport 005167323Q1 closed radhakrishnan Cash up reports : Payments methods with payments in the session but ‘Count Payment in Cash up’ = No are displayed inPOS2 
related to defect 0052168 closed ranjith_qualiantech_com Amount to Keep step should be shown in Close Till 
png Cash up_report1.png (135,058) 2022-12-20 10:50
https://issues.openbravo.com/file_download.php?file_id=17959&type=bug
png
Issue History
2022-12-20 10:50dorian_robillardNew Issue
2022-12-20 10:50dorian_robillardAssigned To => Triage Platform Base
2022-12-20 10:50dorian_robillardFile Added: Cash up_report1.png
2022-12-20 10:50dorian_robillardTriggers an Emergency Pack => No
2022-12-22 06:50rafarodaPriorityhigh => urgent
2022-12-22 06:50rafarodaTag Attached: FASH
2022-12-22 14:29AugustoMauchAssigned ToTriage Platform Base => Retail
2022-12-29 11:09ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-12-29 11:09ranjith_qualiantech_comStatusnew => scheduled
2022-12-30 11:12hgbotNote Added: 0145097
2023-01-31 08:43hgbotNote Added: 0146063
2023-01-31 08:43hgbotResolutionopen => fixed
2023-01-31 08:43hgbotStatusscheduled => closed
2023-01-31 08:43hgbotFixed in Version => 23Q2
2023-01-31 08:43hgbotNote Added: 0146064
2023-02-22 11:02marvintmStatusclosed => new
2023-02-22 11:02marvintmResolutionfixed => open
2023-02-22 11:02marvintmFixed in Version23Q2 =>
2023-02-22 11:02marvintmStatusnew => scheduled
2023-02-22 11:02marvintmStatusscheduled => resolved
2023-02-22 11:02marvintmFixed in Version => 23Q2
2023-02-22 11:02marvintmResolutionopen => fixed
2023-02-22 11:03marvintmReview Assigned To => marvintm
2023-02-22 11:03marvintmStatusresolved => closed
2023-04-19 13:45ranjith_qualiantech_comRelationship addedrelated to 0052168

Notes
(0145097)
hgbot   
2022-12-30 11:12   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1437 [^]
(0146063)
hgbot   
2023-01-31 08:43   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1437 [^]
(0146064)
hgbot   
2023-01-31 08:43   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 9e42531b12f31b54b8ca928632cde73a91e5b4e3
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 31-01-2023 07:10:43
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/9e42531b12f31b54b8ca928632cde73a91e5b4e3 [^]

Fixed ISSUE-51200: 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
---