Openbravo Issue Tracking System - Retail Modules
View Issue Details
0055668Retail ModulesCopy Retail Storepublic2024-05-30 14:142024-06-05 07:20
martinsdan 
sreehari 
normalminoralways
closedfixed 
5
 
RR24Q2 
approved
Gold
Pre packaging ( pi )
2024-06-03
pi
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/56/diffs?commit_id=f650481b194e1fa553b18e4661ed05da83b56ede [^]
No
0055668: Spread payment method for selected tills does not work for the same Touchpoint Type
Copying a payment method to touchpoints of the same type fails because it creates duplicated cashup events.
A touchpoint with a payment method that is not in all touchpoints of its type and a corresponding close event should exist.

- Go to the touchpoint window
- Select a touchpoint
- Select a payment method that does not exist in other touchpoints
- Select "Spread payment for selected tills"
- Select the touchpoint type of the original till

An error is shown saying "There is already a Cash Management Event with the same name"
Fix the validation in searchCashManagementEventsOnNewOrg.

No tags attached.
blocks defect 0055627 closed sreehari Spread payment method for selected tills does not work for the same Touchpoint Type 
Issue History
2024-06-04 12:54sreehariTypedefect => backport
2024-06-04 12:54sreehariTarget Version => RR24Q2
2024-06-04 13:31hgbotNote Added: 0165530
2024-06-05 07:20hgbotNote Added: 0165577
2024-06-05 07:20hgbotResolutionopen => fixed
2024-06-05 07:20hgbotStatusscheduled => closed
2024-06-05 07:20hgbotNote Added: 0165578

Notes
(0165530)
hgbot   
2024-06-04 13:31   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/73 [^]
(0165577)
hgbot   
2024-06-05 07:20   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/73 [^]
(0165578)
hgbot   
2024-06-05 07:20   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore [^]
Changeset: d5a4281f44e49207b1d46124659647b265d3667b
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 05-06-2024 05:20:27
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/commit/d5a4281f44e49207b1d46124659647b265d3667b [^]

Fixes ISSUE-55668: Updated the validation for fin_paymentmethod_id

---
M src/org/openbravo/retail/copystore/process/CopyPaymentMethodProcess.java
---