Openbravo Issue Tracking System - POS2
View Issue Details
0052236POS2POSpublic2023-04-26 08:272023-06-07 07:04
migueldejuana 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
23Q3 
Pre packaging ( pi )
2023-01-09
pi
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/aaac39813eb4fd4046eb01ec79149d5a6ab141b8 [^]
No
0052236: Open Till difference is not working
Doing the Open Till, if we have differences with the expected amount, the transaction(cash management) with the difference is not created.
- Login in POS2
- In Open Till, defined a difference Counted amount from the Expected one (in Cash payment method)
- Press next
- Check OB.App.State.getState().Cashup.cashPaymentMethodInfo
- ERROR! There is no info of that transaction
No tags attached.
depends on backport 005226923Q2.1 closed ranjith_qualiantech_com Open Till difference is not working 
caused by defect 0051211 closed ranjith_qualiantech_com Backoffice Cash up History and Payment methods cash up window in channel touchpoint screen, the initial amount is not displayed 
Issue History
2023-04-26 08:27migueldejuanaNew Issue
2023-04-26 08:27migueldejuanaAssigned To => Retail
2023-04-26 08:27migueldejuanaTriggers an Emergency Pack => No
2023-04-26 11:20ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-04-26 19:02ranjith_qualiantech_comRelationship addedcaused by 0051211
2023-04-26 19:03ranjith_qualiantech_comRegression level => Pre packaging ( pi )
2023-04-26 19:03ranjith_qualiantech_comRegression date => 2023-01-09
2023-04-26 19:03ranjith_qualiantech_comRegression introduced in release => pi
2023-04-26 19:03ranjith_qualiantech_comRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/aaac39813eb4fd4046eb01ec79149d5a6ab141b8 [^]
2023-04-26 19:03ranjith_qualiantech_comStatusnew => scheduled
2023-05-03 02:37hgbotNote Added: 0149158
2023-05-03 02:38hgbotNote Added: 0149159
2023-06-05 08:58hgbotNote Added: 0150698
2023-06-07 07:04hgbotResolutionopen => fixed
2023-06-07 07:04hgbotStatusscheduled => closed
2023-06-07 07:04hgbotFixed in Version => 23Q3
2023-06-07 07:04hgbotNote Added: 0150837
2023-06-07 07:04hgbotNote Added: 0150838
2023-06-07 07:04hgbotNote Added: 0150839
2023-06-07 07:04hgbotNote Added: 0150840
2023-06-07 07:04hgbotNote Added: 0150841
2023-06-07 07:04hgbotNote Added: 0150842

Notes
(0149158)
hgbot   
2023-05-03 02:37   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1750 [^]
(0149159)
hgbot   
2023-05-03 02:38   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1172 [^]
(0150698)
hgbot   
2023-06-05 08:58   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1125 [^]
(0150837)
hgbot   
2023-06-07 07:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 6f32dcd18b6489a8d476617b78989b0a28db51a1
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 07-06-2023 05:02:34
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/6f32dcd18b6489a8d476617b78989b0a28db51a1 [^]

Fixed ISSUE-52236: CashMgmt should be processed only once
* If multiple payment methods is present in InitialCount window,
  ProcessCashMgmt action should be called only once

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/SetInitialCountCashup.js
---
(0150838)
hgbot   
2023-06-07 07:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1750 [^]
(0150839)
hgbot   
2023-06-07 07:04   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: cf33917de2b31bcf98c87192c72d38c019ea9e28
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 07-06-2023 05:02:34
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/cf33917de2b31bcf98c87192c72d38c019ea9e28 [^]

Related to ISSUE-52236: State should not be updated if component is unmounted

---
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/DataGrid.jsx
---
(0150840)
hgbot   
2023-06-07 07:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1125 [^]
(0150841)
hgbot   
2023-06-07 07:04   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 8f144119c2a46e669ad2e28a1f3641538bf1b9da
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 07-06-2023 05:02:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/8f144119c2a46e669ad2e28a1f3641538bf1b9da [^]

Related to ISSUE-52236: Deposit & drop should be calculated before CashMgmt process

---
M web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/ProcessCashManagements.js
---
(0150842)
hgbot   
2023-06-07 07:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1172 [^]