Openbravo Issue Tracking System - POS2
View Issue Details
0051632POS2Corepublic2023-02-16 16:422023-02-23 07:58
charlotte_vasseur 
ranjith_qualiantech_com 
normalcriticalalways
closedfixed 
5
 
23Q2 
No
0051632: 'Initial Counted Amount' in BO is not correct if initial count is less than the expected amount
'Initial Counted Amount' in BO is not correct if initial count is less than the expected amount

'Initial Counted Amount' in BO should be the one entered during the initial count
In backoffice, create new preferences 'Hide count Information to cashier' and 'Hide cashup information to cashier' = Y

In POS, I already opened and close my till a first time with an amount to keep in cash (see First cashup.png)

I open again my till and I enter less than the expected amount (see POS initial count.png)

Confirm
=> In the backoffice, the Initial Counted Amount is not correct (see BO initial count.png)


No problem if I put more than the expected amount, the Initial Counted Amount is correct in the backoffice
No tags attached.
related to 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 
png First cashup.png (192,092) 2023-02-16 16:42
https://issues.openbravo.com/file_download.php?file_id=18132&type=bug
png

png POS initial count.png (58,780) 2023-02-16 16:43
https://issues.openbravo.com/file_download.php?file_id=18133&type=bug
png

png BO initial count.png (186,781) 2023-02-16 16:43
https://issues.openbravo.com/file_download.php?file_id=18134&type=bug
png
Issue History
2023-02-16 16:42charlotte_vasseurNew Issue
2023-02-16 16:42charlotte_vasseurAssigned To => Triage Platform Base
2023-02-16 16:42charlotte_vasseurFile Added: First cashup.png
2023-02-16 16:42charlotte_vasseurTriggers an Emergency Pack => No
2023-02-16 16:43charlotte_vasseurFile Added: POS initial count.png
2023-02-16 16:43charlotte_vasseurFile Added: BO initial count.png
2023-02-17 10:30ranjith_qualiantech_comAssigned ToTriage Platform Base => Retail
2023-02-17 12:49ranjith_qualiantech_comRelationship addedrelated to 0051211
2023-02-17 12:49ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-02-17 12:49ranjith_qualiantech_comStatusnew => scheduled
2023-02-20 14:18hgbotNote Added: 0146784
2023-02-23 07:58hgbotResolutionopen => fixed
2023-02-23 07:58hgbotStatusscheduled => closed
2023-02-23 07:58hgbotNote Added: 0146894
2023-02-23 07:58hgbotFixed in Version => 23Q2
2023-02-23 07:58hgbotNote Added: 0146895

Notes
(0146784)
hgbot   
2023-02-20 14:18   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1535 [^]
(0146894)
hgbot   
2023-02-23 07:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1535 [^]
(0146895)
hgbot   
2023-02-23 07:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c3ee76b4584b4ad10c0f9366399e3d61fa531318
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 23-02-2023 06:57:56
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c3ee76b4584b4ad10c0f9366399e3d61fa531318 [^]

Fixed ISSUE-51632: Initial Count amount should be updated during open till
* During Initial Count, if counted amount is less than expected amount, then
  drop amount & Initial count amount should be updated correctly
* Drop amount should be updated with positive value even difference is in negative

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