Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045859Retail ModulesWeb POSpublic2021-02-02 11:082021-02-12 07:53
psarobe 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
RR20Q4.1 
RR20Q4.2RR20Q4.2 
marvintm
Production - QA Approved
2020-09-04
RR20Q4.1
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/85c70228e0370525c4a5cd8a522b735e6e740ba9 [^]
No
0045859: 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 => RR20Q4.2
2021-02-10 10:47hgbotResolutionopen => fixed
2021-02-10 10:47hgbotStatusscheduled => resolved
2021-02-10 10:47hgbotFixed in Version => RR20Q4.2
2021-02-10 10:47hgbotNote Added: 0126065
2021-02-12 07:53marvintmReview Assigned To => marvintm
2021-02-12 07:53marvintmStatusresolved => closed

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

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