Openbravo Issue Tracking System - Retail Modules
View Issue Details
0054711Retail ModulesWeb POSpublic2024-02-19 14:592024-03-19 12:04
ngarcia 
Rajesh_18 
urgentmajoralways
closedfixed 
5
 
RR24Q2 
No
0054711: Order with rounding sometimes goes to Errors While Importing POS Data
Order with rounding sometimes goes to Errors While Importing POS Data:

No row with the given identifier exists: [FIN_Payment#...]
In the backoffice:

1) Configure the Rounding payment method in VBS POS Terminal Type touchpoint type:
   1.1) Enable for Sales: Y
   1.2) Rounding Mode: Full rounding
   1.3) Rounding Multiples: 0.05
   1.4) Full Rounding Limit in Sales 0.03

2) Add the Rounding Payment method to the VBS-1 touchpoint

In the POS:

3) Add the Alpine sky boot product to the ticket
4) Change its price to 230.96
5) Pay 230.95 with card and 0.25 with cash
6) Check a change of 0.25 is shown and a rounding of 0.01
7) Click on Done

In the backoffice:
8) Check the order is in Errors While Importing POS Data with the following error:

   No row with the given identifier exists: [FIN_Payment#...]

9) Check the JSON includes a payment of 0 with that identifier
No tags attached.
related to defect 0053896 closed Rajesh_18 POS2 Order goes to Errors While Importing POS Data if rounding payment method is used 
Issue History
2024-02-19 14:59ngarciaNew Issue
2024-02-19 14:59ngarciaAssigned To => Retail
2024-02-19 14:59ngarciaTriggers an Emergency Pack => No
2024-02-19 15:01ngarciaRelationship addedrelated to 0053896
2024-02-19 15:14PracticsIssue Monitored: Practics
2024-02-29 09:02Rajesh_18Assigned ToRetail => Rajesh_18
2024-02-29 09:02Rajesh_18Statusnew => scheduled
2024-03-13 09:00hgbotNote Added: 0162055
2024-03-14 05:59hgbotResolutionopen => fixed
2024-03-14 05:59hgbotStatusscheduled => closed
2024-03-14 05:59hgbotFixed in Version => RR24Q2
2024-03-14 05:59hgbotNote Added: 0162119
2024-03-14 05:59hgbotNote Added: 0162120
2024-03-15 10:35ngarciaStatusclosed => new
2024-03-15 10:35ngarciaResolutionfixed => open
2024-03-15 10:35ngarciaFixed in VersionRR24Q2 =>
2024-03-19 09:08hgbotNote Added: 0162327
2024-03-19 09:49hgbotNote Added: 0162329
2024-03-19 12:04hgbotNote Added: 0162357
2024-03-19 12:04hgbotResolutionopen => fixed
2024-03-19 12:04hgbotStatusnew => closed
2024-03-19 12:04hgbotFixed in Version => RR24Q2
2024-03-19 12:04hgbotNote Added: 0162358

Notes
(0162055)
hgbot   
2024-03-13 09:00   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1504 [^]
(0162119)
hgbot   
2024-03-14 05:59   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: a2330cb18c12e18ff24752d48216f0f4df0fee08
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 13-03-2024 10:26:42
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/a2330cb18c12e18ff24752d48216f0f4df0fee08 [^]

Fixed ISSUE-54711: Added Condition While calculating payment difference for Rounding payment

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/AddPaymentUtils.js
---
(0162120)
hgbot   
2024-03-14 05:59   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1504 [^]
(0162327)
hgbot   
2024-03-19 09:08   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 3b87b0c4b9bc1a44718842ab600b0f4a02ff1fe0
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 19-03-2024 13:37:40
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/3b87b0c4b9bc1a44718842ab600b0f4a02ff1fe0 [^]

Revert "ISSUE-54711: Added Condition While calculating payment difference for Rounding payment"

This reverts commit a2330cb18c12e18ff24752d48216f0f4df0fee08.

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/AddPaymentUtils.js
---
(0162329)
hgbot   
2024-03-19 09:49   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1512 [^]
(0162357)
hgbot   
2024-03-19 12:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1512 [^]
(0162358)
hgbot   
2024-03-19 12:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: d1b0449a7675dd9cfa5e7cd928b7355a14042eaa
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 19-03-2024 14:07:23
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/d1b0449a7675dd9cfa5e7cd928b7355a14042eaa [^]

Fixed ISSUE-54711: Added condition to merge change payment and cash payment with rounding

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