Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0047194 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [POS2] POS | major | always | 2021-06-21 18:02 | 2021-07-09 09:31 | |||
Reporter | jmelin | View Status | public | |||||
Assigned To | pablobessone | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 7.x | |||
OS Version | Openbravo Appliance 14.04 | Database version | 9.3.x | Ant version | 1.9.x | |||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | Gold | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0047194: JIRA 1873 - No opening count after retrieve an existing opening "caisson" | |||||||
Description | A 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 Reproduce | Our 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(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 [^] |
![]() |
|||
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 | OBNetwork customer | => No |
2021-06-21 18:02 | jmelin | Triggers an Emergency Pack | => No |
2021-06-21 18:03 | jmelin | OBNetwork customer | No => Gold |
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 | Merge Request Status | => open |
2021-06-30 14:23 | hgbot | Note Added: 0130021 | |
2021-06-30 14:23 | hgbot | Note Added: 0130022 | |
2021-07-07 19:41 | hgbot | Merge Request Status | open => approved |
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 |