Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0056490 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [POS2] POS | minor | always | 2024-09-16 16:08 | 2024-09-19 09:33 | |||
Reporter | fermin_ostivar | View Status | public | |||||
Assigned To | sreehari | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 24Q2.4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2024-09-17 | |||||||
Regression introduced in release | pi | |||||||
Regression introduced by commit | https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2394/diffs?commit_id=b50ee36efe0f3503685fa98e282ecfd0f35ca069 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0056490: Cash Management Search Key wrong in Complete Cashup event | |||||||
Description | The Cash Management object searchKey value sent on the RETAPCO_CreateCashup EDL request json is the payment method search key value instead of the Cash Management event Search Key value. "cashManagementEvents": [ { "name": "Cash AUD - Backoffice transfer to VBS - AUD", "rate": 0.714286, "currency": "AUD", "amount": 5, "origAmount": 3.57, "creationDate": "2024-09-16 13:56:09", "type": "deposit", "searchKey": "OBPOS.payment.audcash" } ], "creationDate": "2024-09-16 13:55:41" | |||||||
Steps To Reproduce | [BOS] Configure the CompleteCashup event [POS] Do a cash management and close the till The cashup information is wrong, the Cash Management Search Key value expected on the JSON is the value on the "Cash Management Event" Search Key instead of the "Payment Method" Search Key value | |||||||
Proposed Solution | The Cash Management Search Key value should be the "Cash Management Event" Search Key | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0169349) hgbot (developer) 2024-09-19 09:26 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1683 [^] |
(0169350) hgbot (developer) 2024-09-19 09:27 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2927 [^] |
(0169351) hgbot (developer) 2024-09-19 09:28 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/merge_requests/122 [^] |
(0169359) hgbot (developer) 2024-09-19 09:32 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1683 [^] |
(0169360) hgbot (developer) 2024-09-19 09:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 22342d94d27789a0051305e828af95b3b2a14d77 Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 19-09-2024 12:53:06 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/22342d94d27789a0051305e828af95b3b2a14d77 [^] Related ISSUE-56490: Added cashManagementEventSearchKey and stored cashEventSearchKey --- M web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementNewMovementForm/CashManagementNewMovementForm.jsx M web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementNewMovementForm/__test__/CashManagementNewMovementFormMock.js --- |
(0169361) hgbot (developer) 2024-09-19 09:32 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2927 [^] |
(0169362) hgbot (developer) 2024-09-19 09:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api [^] Changeset: 80ea875956c43e3ccb7918014c0602d6d100d098 Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 19-09-2024 12:54:04 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/commit/80ea875956c43e3ccb7918014c0602d6d100d098 [^] Related ISSUE-56490: Changed the mapping from searchKey to paymentMethodValue --- M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml --- |
(0169363) hgbot (developer) 2024-09-19 09:32 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/merge_requests/122 [^] |
(0169364) hgbot (developer) 2024-09-19 09:33 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 323280e23c34fab9ba92b757ffa26f6ff36ec28c Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 19-09-2024 12:52:24 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/323280e23c34fab9ba92b757ffa26f6ff36ec28c [^] Fixes ISSUE-56490: Added new column for storing paymentMethodSearchKey --- M src-db/database/model/tables/OBPOS_PAYMENTCASHUP_EVENTS.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src/org/openbravo/retail/posterminal/ProcessCashMgmt.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2024-09-18 14:48 | marvintm | Type | defect => backport |
2024-09-18 14:48 | marvintm | Target Version | => 24Q2.4 |
2024-09-19 09:26 | hgbot | Note Added: 0169349 | |
2024-09-19 09:27 | hgbot | Note Added: 0169350 | |
2024-09-19 09:28 | hgbot | Note Added: 0169351 | |
2024-09-19 09:32 | hgbot | Note Added: 0169359 | |
2024-09-19 09:32 | hgbot | Note Added: 0169360 | |
2024-09-19 09:32 | hgbot | Note Added: 0169361 | |
2024-09-19 09:32 | hgbot | Note Added: 0169362 | |
2024-09-19 09:32 | hgbot | Note Added: 0169363 | |
2024-09-19 09:33 | hgbot | Resolution | open => fixed |
2024-09-19 09:33 | hgbot | Status | scheduled => closed |
2024-09-19 09:33 | hgbot | Fixed in Version | => RR24Q2.4 |
2024-09-19 09:33 | hgbot | Note Added: 0169364 |
Copyright © 2000 - 2009 MantisBT Group |