Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045858Retail ModulesWeb POSpublic2021-02-02 11:082021-02-12 07:53
psarobe 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
RR20Q4.1 
RR21Q1.1RR21Q1 
marvintm
Production - QA Approved
2020-09-04
RR20Q4.1
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/85c70228e0370525c4a5cd8a522b735e6e740ba9 [^]
No
0045858: There is a preference that makes to wrongly print the information of the amount that has been paid
When this preference "WebPOS Split Change in Different Payment Details" is set to "y" the standard print templates print the amount of the payment method used wrongly.

You can see the example attached:
The amount of the ticket 119.99
The cash amount is 130.00
But the amount shown for cash is shown two times:
- Especes 140.01
- Especes 10.01

This is wrong. It should show: Especes 130.00
1. Configure WebPOS Split Change in Different Payment Details as Y
2. Make a ticket and pay

See the picture attached.

NOTE: It also happens when the flag "Multichange" is checked in the window Touchpoint and the preference is equal "N". So please review it as well.
No tags attached.
blocks defect 0045832pi closed ranjith_qualiantech_com There is a preference that makes to wrongly print the information of the amount that has been paid 
Issue History
2021-02-04 16:33ranjith_qualiantech_comTypedefect => backport
2021-02-04 16:33ranjith_qualiantech_comTarget Versionpi => RR21Q1.1
2021-02-10 10:47hgbotResolutionopen => fixed
2021-02-10 10:47hgbotStatusscheduled => resolved
2021-02-10 10:47hgbotFixed in Version => RR21Q1
2021-02-10 10:47hgbotNote Added: 0126064
2021-02-12 07:53marvintmReview Assigned To => marvintm
2021-02-12 07:53marvintmStatusresolved => closed

Notes
(0126064)
hgbot   
2021-02-10 10:47   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: d54cf5d4f075ebeca67381d07222f1e2af21a545
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-02-10T15:16:48+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/d54cf5d4f075ebeca67381d07222f1e2af21a545 [^]

Fixed ISSUE-45858: Ticket should be printed with change when doing CR
* When Split Change Pref. is enabled, Change payment should not be printed when doing reprint or doing CR

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/CompleteTicketUtils.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
---