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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047194
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSmajoralways2021-06-21 18:022021-07-09 09:31
ReporterjmelinView Statuspublic 
Assigned Topablobessone 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version7.x
OS VersionOpenbravo Appliance 14.04Database version9.3.xAnt version1.9.x
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0047194: JIRA 1873 - No opening count after retrieve an existing opening "caisson"

DescriptionA preference have been added to be able to see all safeboxes on POS even if attached.
In our case, we link the preference to a role.

To be more manageable to free a blocked safebox (statut is attached, but can't removed because of an issue), the process should be changed

If an initial count is already done for the safe box, it's not mandatory to do an initial count
Steps To ReproduceOur proposal:

On the cash register, there is a button to display all the drawers, but we can add an approval so that the manager releases it


The process:
The cashier connects and cannot find her cashier
She clicks on the button "See all drawers"
His drawer appears in the list as "attached"
For attached one add a button to unlock and asssociate this button to a new user action configured with confirmation or approval
When unlock button is pressed the manager validates and the cashier can count to use it again


It seems to me that it plays back what you wanted? no more need to log out / re-log in with the Manager account
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0047210TAP closedpablobessone JIRA 1873 - No opening count after retrieve an existing opening "caisson" 

-  Notes
(0130021)
hgbot (developer)
2021-06-30 14:23

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/586 [^]
(0130022)
hgbot (developer)
2021-06-30 14:23

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata/-/merge_requests/18 [^]
(0130242)
hgbot (developer)
2021-07-07 19:41

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 86ee3ffc3b27c60fb6dfc653ab0f4a605e99ecc1
Author: pablo.bessone <pablo.bessone@smfconsulting.es>
Date: 2021-07-07T19:40:49+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/86ee3ffc3b27c60fb6dfc653ab0f4a605e99ecc1 [^]

Fixes ISSUE-0047194: ask for approval before selecting attached safeboxes

Now by default only Free safeboxes are listed, but Attached safeboxes can be displayed by clicking on a Show All button.

The user actions executed when selecting attached and free safeboxes are separated, that allows to configure them so that approvals are
requested only when selecting an attached safebox

---
A web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/SafeboxHistoryShowAllButton/SafeboxHistoryShowAllButton.jsx
A web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/SafeboxHistoryShowAllButton/SafeboxHistoryShowAllButton.scss
A web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/SafeboxHistoryShowAllButton/__test__/SafeboxHistoryShowAllButton.test.jsx
A web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/SafeboxHistoryShowAllButton/index.js
A web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/SafeboxHistoryShowAllButton/stories/SafeboxHistoryShowAllButton.stories.jsx
A web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/ToggleShowAllDrawers.test.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/ToggleShowAllDrawersUserAction.test.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/actions/ToggleShowAllDrawers.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/ToggleShowAllDrawers.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/cashup/SelectAttachedSafeboxToCount.js
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/OBC2_USER_ACTION.xml
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/SelectDrawerStep/SelectDrawerStep.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CountSafebox.config.json
M web-jspack/org.openbravo.pos2/src/components/InitialCountWindow/FullInitialCount.config.json
M web-jspack/org.openbravo.pos2/src/components/InitialCountWindow/InitialCountSafeboxOnly.config.json
M web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/SafeboxHistory.config.json
M web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/__test__/SafeboxHistory.test.jsx
M web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/mock/SafeboxHistoryMock.config.json
M web-jspack/org.openbravo.pos2/src/components/SafeboxHistory/stories/SafeboxHistory.stories.jsx
M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
(0130243)
hgbot (developer)
2021-07-07 19:41

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/586 [^]
(0130342)
hgbot (developer)
2021-07-09 09:31

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata [^]
Changeset: 29eea6a8fe271a8accd3b358813e1929d69d7f16
Author: pablo.bessone <pablo.bessone@smfconsulting.es>
Date: 2021-07-09T09:30:12+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata/-/commit/29eea6a8fe271a8accd3b358813e1929d69d7f16 [^]

Fixes ISSUE-0047194: adds role->useraction entries for select attached safebox user action

---
M referencedata/sampledata/The_White_Valley_Group/OBC2_USER_ACTION_ACCESS.xml
---
(0130343)
hgbot (developer)
2021-07-09 09:31

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata/-/merge_requests/18 [^]

- Issue History
Date Modified Username Field Change
2021-06-21 18:02 jmelin New Issue
2021-06-21 18:02 jmelin Assigned To => Retail
2021-06-21 18:02 jmelin Triggers an Emergency Pack => No
2021-06-22 19:46 guilleaer Status new => acknowledged
2021-06-22 19:46 guilleaer Resolution time => 1625695200
2021-06-22 19:46 guilleaer Resolution time 1625695200 => 1628978400
2021-06-22 22:20 guilleaer Status acknowledged => scheduled
2021-06-22 22:20 guilleaer Status scheduled => acknowledged
2021-06-23 10:25 jmelin Description Updated View Revisions
2021-06-23 12:08 dmiguelez Resolution time 1628978400 => 1625781600
2021-06-23 12:08 dmiguelez Status acknowledged => scheduled
2021-06-23 12:08 dmiguelez Assigned To Retail => pablobessone
2021-06-23 17:26 jmelin Summary JIRA 2115 - No opening count after retrieve an existing opening "caisson" => JIRA 1873 - No opening count after retrieve an existing opening "caisson"
2021-06-24 09:26 guilleaer Steps to Reproduce Updated View Revisions
2021-06-24 11:44 dmiguelez Summary JIRA 1873 - No opening count after retrieve an existing opening "caisson" => JIRA 2115/1873 - No opening count after retrieve an existing opening "caisson"
2021-06-25 11:41 jmelin Summary JIRA 2115/1873 - No opening count after retrieve an existing opening "caisson" => JIRA 1873 - No opening count after retrieve an existing opening "caisson"
2021-06-29 16:48 guilleaer Assigned To pablobessone => Retail
2021-06-29 16:48 guilleaer Status scheduled => acknowledged
2021-06-29 16:51 guilleaer Status acknowledged => scheduled
2021-06-29 16:51 guilleaer Assigned To Retail => pablobessone
2021-06-30 14:23 hgbot Note Added: 0130021
2021-06-30 14:23 hgbot Note Added: 0130022
2021-07-07 19:41 hgbot Resolution open => fixed
2021-07-07 19:41 hgbot Status scheduled => closed
2021-07-07 19:41 hgbot Note Added: 0130242
2021-07-07 19:41 hgbot Note Added: 0130243
2021-07-09 09:31 hgbot Note Added: 0130342
2021-07-09 09:31 hgbot Note Added: 0130343


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker