Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0051630
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] Corecriticalalways2023-02-16 16:062023-02-27 08:01
Reportercharlotte_vasseurView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in Version23Q2
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0051630: Cash up report : Starting cash is displayed even if Hide count information / Hide cashup information preferences = Y

DescriptionBecause of the preferences ‘Hide count Information to cashier' and 'Hide cashup information to cashier' = Y, we should not see the starting rows in the POS report cashup
Same as we don’t see the expected amount when doing the new initial count in POS
Steps To ReproduceIn backoffice, create new preferences 'Hide count Information to cashier' and 'Hide cashup information to cashier' = Y (see BO Hide Y.png)

In POS, open the till, make a sell, close the till and keep amount in cash
The cashup is in the backoffice (see Backoffice first cashup.png)

Open the till again, the amount expected is not displayed in POS (see Initial count POS.png)

Enter a counted amount for cash, make a sell and close the till
=> In POS the starting rows should not be displayed as they are refering to the expected amount which should be hidden (see Preferences Hide count cashup YES.png)
TagsNo tags attached.
Attached Filespng file icon BO Hide Y.png [^] (130,425 bytes) 2023-02-16 16:06


png file icon Backoffice first cashup.png [^] (127,282 bytes) 2023-02-16 16:06


png file icon Initial count POS.png [^] (19,330 bytes) 2023-02-16 16:06


png file icon Preferences Hide count cashup YES.png [^] (47,737 bytes) 2023-02-16 16:06

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0051704 closedranjith_qualiantech_com Closing report : display 'Initial Counted Amount' in the report 

-  Notes
(0146901)
hgbot (developer)
2023-02-23 10:01

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1076 [^]
(0146902)
hgbot (developer)
2023-02-23 10:01

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1543 [^]
(0146903)
hgbot (developer)
2023-02-23 10:01

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/271 [^]
(0146904)
hgbot (developer)
2023-02-23 10:01

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/merge_requests/69 [^]
(0147007)
hgbot (developer)
2023-02-27 08:00

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1076 [^]
(0147008)
hgbot (developer)
2023-02-27 08:00

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1543 [^]
(0147009)
hgbot (developer)
2023-02-27 08:00

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/merge_requests/69 [^]
(0147010)
hgbot (developer)
2023-02-27 08:00

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/271 [^]
(0147011)
hgbot (developer)
2023-02-27 08:00

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 11699f859d1a111576260ffb0acfc0f4d5a59197
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 22-02-2023 17:06:55
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/11699f859d1a111576260ffb0acfc0f4d5a59197 [^]

Related to ISSUE-51630: Total Starting should be hidden in Cashup based on Pref
* If Pref. Hide Cashup information to cashier is enabled,
  then total starting in cashup should not be displayed

---
M web/org.openbravo.retail.posterminal/css/obpos-main.css
M web/org.openbravo.retail.posterminal/js/closecash/view/tabcountcash.js
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpostprintclose.js
---
(0147012)
hgbot (developer)
2023-02-27 08:00

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

Related to ISSUE-51630: Remaining Label should not be shown based on preference
* If Pref. Hide Cashup information to cashier is enabled,
  then total starting in cashup should not be displayed

---
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupReport/CashupReport.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupReport/__test__/CashupReport.test.jsx
---
(0147013)
hgbot (developer)
2023-02-27 08:00

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 3bd1ac346170b14acb6a0d3e72b634afb6f8e969
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 27-02-2023 07:00:13
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/3bd1ac346170b14acb6a0d3e72b634afb6f8e969 [^]

Verifies ISSUE-51630: Updated test I31162_HideCashUpInformation

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31162_HideCashUpInformation.java
---
(0147014)
hgbot (developer)
2023-02-27 08:01

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions [^]
Changeset: 090cfa5b2e4ec8ccd6d476674e6cdb8498d04bd4
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 22-02-2023 10:23:45
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/commit/090cfa5b2e4ec8ccd6d476674e6cdb8498d04bd4 [^]

Related to ISSUE-51630: Remaining Label should not be shown based on preference
* If Pref. Hide Count information to cashier is enabled,
  then Remaining Label in open till should not be displayed

---
M web/org.openbravo.retail.sessions/js/countcash/tabcountcash.js
---

- Issue History
Date Modified Username Field Change
2023-02-16 16:06 charlotte_vasseur New Issue
2023-02-16 16:06 charlotte_vasseur Assigned To => Triage Platform Base
2023-02-16 16:06 charlotte_vasseur File Added: BO Hide Y.png
2023-02-16 16:06 charlotte_vasseur Triggers an Emergency Pack => No
2023-02-16 16:06 charlotte_vasseur File Added: Backoffice first cashup.png
2023-02-16 16:06 charlotte_vasseur File Added: Initial count POS.png
2023-02-16 16:06 charlotte_vasseur File Added: Preferences Hide count cashup YES.png
2023-02-17 10:30 ranjith_qualiantech_com Assigned To Triage Platform Base => Retail
2023-02-20 10:44 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2023-02-20 10:44 ranjith_qualiantech_com Status new => scheduled
2023-02-23 10:01 hgbot Note Added: 0146901
2023-02-23 10:01 hgbot Note Added: 0146902
2023-02-23 10:01 hgbot Note Added: 0146903
2023-02-23 10:01 hgbot Note Added: 0146904
2023-02-27 08:00 hgbot Note Added: 0147007
2023-02-27 08:00 hgbot Note Added: 0147008
2023-02-27 08:00 hgbot Note Added: 0147009
2023-02-27 08:00 hgbot Note Added: 0147010
2023-02-27 08:00 hgbot Note Added: 0147011
2023-02-27 08:00 hgbot Note Added: 0147012
2023-02-27 08:00 hgbot Note Added: 0147013
2023-02-27 08:01 hgbot Note Added: 0147014
2023-02-27 08:01 marvintm Status scheduled => resolved
2023-02-27 08:01 marvintm Fixed in Version => 23Q2
2023-02-27 08:01 marvintm Resolution open => fixed
2023-02-27 08:01 marvintm Review Assigned To => marvintm
2023-02-27 08:01 marvintm Status resolved => closed
2023-02-27 11:49 rafaroda Relationship added related to 0051704


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker