Openbravo Issue Tracking System - POS2
View Issue Details
0058207POS2POSpublic2025-03-11 16:522025-03-27 10:01
sofidossant 
Rajesh_18 
normalminoralways
closedfixed 
5
pi 
25Q2 
approved
OBPS
122031
Production - Confirmed Stable
2025-01-24
pi
https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/commit/264daa77b37bf42977215c162f5a031c22808340 [^]
No
0058207: The expected amount does not appear in the Cash Counting Tool.
We cannot see the value of the expected amount in the Cash Counting Tool.
The issue is reproduced when set business date step is skipped
In backoffice configure --> Counting Flow --> Counting tool display Behavior --> "Forced"
Set business date step is skipped
Now go to POS2 Do a Close Till And you will see that Cash Counting Tool the value of Expected is 0 when it should be "200" as I show in the video

Video Attached: https://drive.google.com/file/d/1qmNKjMo0_JmHTlucE22EEaLEUkv4AVmK/view?usp=sharing [^]
No tags attached.
Issue History
2025-03-11 16:52sofidossantNew Issue
2025-03-11 16:52sofidossantAssigned To => Retail
2025-03-11 16:52sofidossantOBNetwork customer => OBPS
2025-03-11 16:52sofidossantSupport ticket => 122031
2025-03-11 16:52sofidossantTriggers an Emergency Pack => No
2025-03-12 11:20migueldejuanaStatusnew => scheduled
2025-03-12 11:20migueldejuanaNote Added: 0176714
2025-03-12 11:20migueldejuanaAssigned ToRetail => Rajesh_18
2025-03-12 14:04hgbotMerge Request Status => open
2025-03-12 14:04hgbotNote Added: 0176728
2025-03-13 09:33Rajesh_18Regression level => Production - Confirmed Stable
2025-03-13 09:33Rajesh_18Regression date => 2025-01-24
2025-03-13 09:33Rajesh_18Regression introduced in release => pi
2025-03-13 09:33Rajesh_18Regression introduced by commit => https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/commit/264daa77b37bf42977215c162f5a031c22808340 [^]
2025-03-13 09:41hgbotMerge Request Statusopen => approved
2025-03-13 11:53hgbotNote Added: 0176780
2025-03-13 11:53hgbotResolutionopen => fixed
2025-03-13 11:53hgbotStatusscheduled => closed
2025-03-13 11:53hgbotFixed in Version => 25Q2
2025-03-13 11:53hgbotNote Added: 0176781
2025-03-13 20:13sofidossantStatusclosed => new
2025-03-13 20:13sofidossantNote Added: 0176810
2025-03-14 06:18Rajesh_18Statusnew => scheduled
2025-03-14 08:36hgbotNote Added: 0176815
2025-03-14 12:23sofidossantDescription Updatedbug_revision_view_page.php?rev_id=29368#r29368
2025-03-14 12:23sofidossantSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=29370#r29370
2025-03-27 10:01hgbotStatusscheduled => closed
2025-03-27 10:01hgbotNote Added: 0177316
2025-03-27 10:01hgbotNote Added: 0177317

Notes
(0176714)
migueldejuana   
2025-03-12 11:20   
This seems to be a regression. Please, find the commit causing the regression
(0176728)
hgbot   
2025-03-12 14:04   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3603 [^]
(0176780)
hgbot   
2025-03-13 11:53   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3603 [^]
(0176781)
hgbot   
2025-03-13 11:53   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 72b270b824dc3b088eb1990f46c65eea6d7c5796
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 13-03-2025 10:53:05
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/commit/72b270b824dc3b088eb1990f46c65eea6d7c5796 [^]

Fixed ISSUE-58207: Expected amount is correctly rendered if the conting tool behavior is forced

---
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/CountDisplay/CountDisplay.jsx
---
(0176810)
sofidossant   
2025-03-13 20:13   
If we add the patch, we have the error
"Cannot read properties of undefined (reading 'expected')"
(0176815)
hgbot   
2025-03-14 08:36   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3607 [^]
(0177316)
hgbot   
2025-03-27 10:01   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3607 [^]
(0177317)
hgbot   
2025-03-27 10:01   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 27b174faf2c7f67331c4fb9ae963adeca9e6f439
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 27-03-2025 09:00:44
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/commit/27b174faf2c7f67331c4fb9ae963adeca9e6f439 [^]

Fixed ISSUE-58207: When count window is loaded selected payment is updated as first payment method

---
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/OpenCashup.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/OpenInitialCount.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/SelectSafeboxToCount.js
---