Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0056464 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [POS2] POS | minor | always | 2024-09-16 16:08 | 2024-09-19 09:17 | |||
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 | ||||
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 | 0056464: 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 | Issue56464_01.png [^] (158,958 bytes) 2024-09-16 16:13
Issue56464_02.png [^] (152,941 bytes) 2024-09-16 16:13 Issue56464_03.png [^] (48,897 bytes) 2024-09-16 16:13 Issue56464_04.png [^] (104,003 bytes) 2024-09-16 16:13 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
Notes | |
(0169301) hgbot (developer) 2024-09-18 09:32 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1678 [^] |
(0169302) hgbot (developer) 2024-09-18 09:34 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2923 [^] |
(0169303) hgbot (developer) 2024-09-18 09:35 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/merge_requests/120 [^] |
(0169340) hgbot (developer) 2024-09-19 09:17 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1678 [^] |
(0169341) hgbot (developer) 2024-09-19 09:17 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 9a97ab4f5784346fe10a4eacb0da9678ec0c12a1 Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 19-09-2024 05:47:34 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/9a97ab4f5784346fe10a4eacb0da9678ec0c12a1 [^] Fixes ISSUE-56464: Added new column for storing paymentMethodSearchKey *now the cash management event searchkey is stored in searchKey *and the payment method searchkey is stored in 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 --- |
(0169342) hgbot (developer) 2024-09-19 09:17 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/merge_requests/120 [^] |
(0169343) hgbot (developer) 2024-09-19 09:17 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2923 [^] |
(0169344) hgbot (developer) 2024-09-19 09:17 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 10e8b3806e5d3578d39b729c13a5b16980f09f3a Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 18-09-2024 12:56:46 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/10e8b3806e5d3578d39b729c13a5b16980f09f3a [^] Related ISSUE-56464: Added cashManagementEventSearchKey and stored cashEventSearchKey --- M web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementNewMovementForm/CashManagementNewMovementForm.jsx --- |
(0169345) hgbot (developer) 2024-09-19 09:17 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 14b48abd714ea7ba447cd11d4e4e3ec8c092d7af Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 18-09-2024 15:13:08 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/14b48abd714ea7ba447cd11d4e4e3ec8c092d7af [^] Related ISSUE-56464: Fixed Jest Test Failures --- M web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementNewMovementForm/__test__/CashManagementNewMovementForm.test.jsx M web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementNewMovementForm/__test__/CashManagementNewMovementFormMock.js --- |
(0169346) hgbot (developer) 2024-09-19 09:17 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api [^] Changeset: 1c7b21de4b0fb00409880227f307115cb16947a2 Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 18-09-2024 16:42:13 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/commit/1c7b21de4b0fb00409880227f307115cb16947a2 [^] Related ISSUE-56464: Changed the mapping from searchKey to paymentMethodValue --- M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml --- |
(0169347) hgbot (developer) 2024-09-19 09:17 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api [^] Changeset: 8db9cef519aa33157f6b9ad8d0527b651bb91189 Author: Sreehari Venkataraman <s.venkataraman@external.orisha.com> Date: 18-09-2024 16:42:13 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/commit/8db9cef519aa33157f6b9ad8d0527b651bb91189 [^] Related ISSUE-56464: Added cashManagementEventSearchKey entity mapping --- M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml --- |
Issue History | |||
Date Modified | Username | Field | Change |
2024-09-16 16:08 | fermin_ostivar | New Issue | |
2024-09-16 16:08 | fermin_ostivar | Assigned To | => Retail |
2024-09-16 16:08 | fermin_ostivar | Triggers an Emergency Pack | => No |
2024-09-16 16:13 | fermin_ostivar | File Added: Issue56464_01.png | |
2024-09-16 16:13 | fermin_ostivar | File Added: Issue56464_02.png | |
2024-09-16 16:13 | fermin_ostivar | File Added: Issue56464_03.png | |
2024-09-16 16:13 | fermin_ostivar | File Added: Issue56464_04.png | |
2024-09-16 16:23 | egoitz | Regression level | => Production - Confirmed Stable |
2024-09-16 16:48 | marvintm | Status | new => acknowledged |
2024-09-17 06:06 | sreehari | Assigned To | Retail => sreehari |
2024-09-17 06:06 | sreehari | Status | acknowledged => scheduled |
2024-09-18 09:01 | sreehari | Relationship added | caused by 0054550 |
2024-09-18 09:03 | sreehari | Regression date | => 2024-09-17 |
2024-09-18 09:03 | sreehari | Regression introduced in release | => pi |
2024-09-18 09:03 | sreehari | Regression introduced by commit | => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2394/diffs?commit_id=b50ee36efe0f3503685fa98e282ecfd0f35ca069 [^] |
2024-09-18 09:32 | hgbot | Note Added: 0169301 | |
2024-09-18 09:34 | hgbot | Note Added: 0169302 | |
2024-09-18 09:35 | hgbot | Note Added: 0169303 | |
2024-09-18 14:48 | marvintm | Status | scheduled => acknowledged |
2024-09-18 14:48 | marvintm | Status | acknowledged => scheduled |
2024-09-19 09:17 | hgbot | Resolution | open => fixed |
2024-09-19 09:17 | hgbot | Status | scheduled => closed |
2024-09-19 09:17 | hgbot | Note Added: 0169340 | |
2024-09-19 09:17 | hgbot | Fixed in Version | => RR24Q4 |
2024-09-19 09:17 | hgbot | Note Added: 0169341 | |
2024-09-19 09:17 | hgbot | Note Added: 0169342 | |
2024-09-19 09:17 | hgbot | Note Added: 0169343 | |
2024-09-19 09:17 | hgbot | Note Added: 0169344 | |
2024-09-19 09:17 | hgbot | Note Added: 0169345 | |
2024-09-19 09:17 | hgbot | Note Added: 0169346 | |
2024-09-19 09:17 | hgbot | Note Added: 0169347 | |
2024-10-29 13:13 | sreehari | Relationship added | causes 0056925 |
Copyright © 2000 - 2009 MantisBT Group |