Openbravo Issue Tracking System - POS2
View Issue Details
0046065POS2POSpublic2021-03-12 12:582021-04-24 16:53
javietxe 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
 
No
0046065: Message Missing in Customer Display
When adding a partial payment, the customer display doesn't show the remaining amount to pay.

JIRA FLUN-1367
- Turn on the hardware manager
- Log in the new POS
- Create an order with several products
- Go to payments
- Insert a partial payment
- Replace the current logic which is firing this printing by using the state API: Create a message in the state for printing this information. This can be implemented with a post-hook for the AddPayment action.

- Additionally cleanup the current logic firing the printing as this feature will be handled with the state API from now on.
No tags attached.
depends on backport 0046342TAP closed ranjith_qualiantech_com Message Missing in Customer Display 
png image-2021-02-25-17-48-52-127.png (182,035) 2021-03-12 12:58
https://issues.openbravo.com/file_download.php?file_id=15411&type=bug
png

diff 46065_tap_posterminal.diff (9,349) 2021-04-22 14:44
https://issues.openbravo.com/file_download.php?file_id=15564&type=bug
Issue History
2021-03-12 12:58javietxeNew Issue
2021-03-12 12:58javietxeAssigned To => Retail
2021-03-12 12:58javietxeFile Added: image-2021-02-25-17-48-52-127.png
2021-03-12 12:58javietxeTriggers an Emergency Pack => No
2021-03-12 12:58javietxeDescription Updatedbug_revision_view_page.php?rev_id=22209#r22209
2021-04-16 14:30caristuProposed Solution updated
2021-04-16 14:30caristuProposed Solution updated
2021-04-17 18:41guilleaerAssigned ToRetail => ranjith_qualiantech_com
2021-04-21 13:09hgbotNote Added: 0127415
2021-04-21 13:19guilleaerStatusnew => scheduled
2021-04-21 16:38hgbotResolutionopen => fixed
2021-04-21 16:38hgbotStatusscheduled => closed
2021-04-21 16:38hgbotFixed in Version => RR21Q3
2021-04-21 16:38hgbotNote Added: 0127422
2021-04-21 16:38hgbotNote Added: 0127423
2021-04-22 14:44ranjith_qualiantech_comFile Added: 46065_tap_posterminal.diff
2021-04-24 16:53guilleaerStatusclosed => new
2021-04-24 16:53guilleaerResolutionfixed => open
2021-04-24 16:53guilleaerFixed in VersionRR21Q3 =>
2021-04-24 16:53guilleaerStatusnew => scheduled
2021-04-24 16:53guilleaerStatusscheduled => resolved
2021-04-24 16:53guilleaerResolutionopen => fixed
2021-04-24 16:53guilleaerStatusresolved => closed

Notes
(0127415)
hgbot   
2021-04-21 13:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/386 [^]
(0127422)
hgbot   
2021-04-21 16:38   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: dc3274e343a361463fa7dc178435d330ed375354
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-04-21T14:36:44+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/dc3274e343a361463fa7dc178435d330ed375354 [^]

Fixed ISSUE-46065: Replaced Receipt displayTotal by StateAPI
* When Adding, removing payment, displayTotal should be triggered from State

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/AddPayment.js
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeletePayment.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0127423)
hgbot   
2021-04-21 16:38   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/386 [^]