Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0054870 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Events for Client | major | have not tried | 2024-03-06 19:47 | 2024-04-16 11:49 | |||
Reporter | njimenez | View Status | public | |||||
Assigned To | njimenez | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0054870: Create third level menu entries to display product activation categories | |||||||
Description | It is required to make posible to define different levels in the drawer menu to add the product activation menu group with its own menu entries. One for each product category. This menu group will be included in the till group. Also some improvements will be done in the product activation workflow. 1) The product status dialog will allow different types of data to be receive such as, date, number, booleans... 2) The product status and the login dialog will show information about the selected product category. | |||||||
Steps To Reproduce | . | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0161792) hgbot (developer) 2024-03-06 19:51 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1404 [^] |
(0162404) hgbot (developer) 2024-03-20 10:21 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.productactivation/-/merge_requests/5 [^] |
(0162405) hgbot (developer) 2024-03-20 10:27 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/64 [^] |
(0162773) hgbot (developer) 2024-04-02 10:23 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/110 [^] |
(0163260) hgbot (developer) 2024-04-16 11:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: 773b9f3a9a56c77718b51ea521cd0b023284b7bb Author: Natalia Jiménez <natalia.jimenez@openbravo.com> Date: 16-04-2024 11:29:24 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/773b9f3a9a56c77718b51ea521cd0b023284b7bb [^] Related to ISSUE-54870: Implemented multiple drawer menu levels definition --- A web-jspack/org.openbravo.core2/src/components/DrawerMenu/__mock__/Drawer.levels.config.json A web-jspack/org.openbravo.core2/src/components/DrawerMenu/__mock__/DrawerMenu.levels.config.json M web-jspack/org.openbravo.core2/src/components/DrawerMenu/DrawerMenu.scss M web-jspack/org.openbravo.core2/src/components/DrawerMenu/DrawerMenuGroup.jsx M web-jspack/org.openbravo.core2/src/components/DrawerMenu/DrawerMenuGroupButton.jsx M web-jspack/org.openbravo.core2/src/components/DrawerMenu/DrawerMenuItem.jsx M web-jspack/org.openbravo.core2/src/components/DrawerMenu/__test__/DrawerMenu.test.jsx M web-jspack/org.openbravo.core2/src/components/DrawerMenu/stories/DrawerMenu.stories.jsx M web-jspack/org.openbravo.core2/src/model/user-interface/__test__/SetDrawerMenuState.test.js M web-jspack/org.openbravo.core2/src/model/user-interface/actions/SetDrawerMenuState.js --- |
(0163261) hgbot (developer) 2024-04-16 11:32 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1404 [^] |
(0163262) hgbot (developer) 2024-04-16 11:34 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client [^] Changeset: b993f12a356d67958cdc756c529c6de2f0e14ce7 Author: Natalia Jiménez <natalia.jimenez@openbravo.com> Date: 10-04-2024 13:58:04 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/commit/b993f12a356d67958cdc756c529c6de2f0e14ce7 [^] Related to ISSUE-54870: Allow defining custom parameters on dialog shown on login dialog --- A web/org.openbravo.events.client/source/components/opensessionmodalselector.js M src-db/database/sourcedata/AD_MESSAGE.xml M src/org/openbravo/events/client/ECLComponentProvider.java M web-jspack/org.openbravo.events.client/src/components/EventsLoginDialog/EventsLoginDialog.jsx M web/org.openbravo.events.client/css/main.css M web/org.openbravo.events.client/source/components/opensessionmodal.js --- |
(0163263) hgbot (developer) 2024-04-16 11:34 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/64 [^] |
(0163266) hgbot (developer) 2024-04-16 11:37 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/110 [^] |
(0163267) hgbot (developer) 2024-04-16 11:37 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources [^] Changeset: 93ed48854cbdb1dce35bd6374bd95b570af8f30b Author: Natalia Jiménez <natalia.jimenez@openbravo.com> Date: 16-04-2024 11:36:51 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/commit/93ed48854cbdb1dce35bd6374bd95b570af8f30b [^] Related to ISSUE-54870: Addapted product activation simulator to allow different types of parameters on product status response --- M project/src/com/openbravo/eventsproductactivation/ProductActivationDev.java --- |
(0163268) hgbot (developer) 2024-04-16 11:40 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.productactivation [^] Changeset: 1012c7cc50391a9db23e0d1e2c8000ff6f91f2fa Author: Natalia Jiménez <natalia.jimenez@openbravo.com> Date: 12-04-2024 09:09:28 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.productactivation/-/commit/1012c7cc50391a9db23e0d1e2c8000ff6f91f2fa [^] Fixed ISSUE-54870: Added login dialog menu entries and ui improvements for product status and login dialog --- A src/org/openbravo/events/productactivation/events/ProductActivationNonGroupedEventHandler.java M src-db/database/sourcedata/AD_MESSAGE.xml M src/org/openbravo/events/productactivation/EPAComponentProvider.java M web-jspack/org.openbravo.events.productactivation/src/components/ProductStatusDialog/ProductStatusDialog.jsx M web-jspack/org.openbravo.events.productactivation/src/components/ProductStatusDialog/ProductStatusDialog.scss M web-jspack/org.openbravo.events.productactivation/src/components/ProductStatusDialog/__test__/ProductStatusDialog.test.jsx M web-jspack/org.openbravo.events.productactivation/src/components/ProductStatusDialog/stories/ProductStatusDialog.stories.jsx M web-jspack/org.openbravo.events.productactivation/src/components/ProductStatusDialog/stories/ProductStatusDialogStoryHolder.jsx M web-jspack/org.openbravo.events.productactivation/src/ob-init.js M web-jspack/org.openbravo.events.productactivation/src/user-interface/user-actions/ProductActivationStatus.js M web-test/actions/login.test.js M web-test/actions/productStatus.test.js M web/org.openbravo.events.productactivation/app/actions/addProduct.js M web/org.openbravo.events.productactivation/app/actions/completeTicket.js M web/org.openbravo.events.productactivation/app/actions/login.js M web/org.openbravo.events.productactivation/app/actions/productStatus.js M web/org.openbravo.events.productactivation/css/main.css M web/org.openbravo.events.productactivation/js/components/openSessionMenu.js M web/org.openbravo.events.productactivation/js/components/productStatusMenu.js M web/org.openbravo.events.productactivation/js/components/productStatusMenuEntry.js R web/org.openbravo.events.productactivation/js/components/productActivationCategoriesSelector.js --- |
(0163269) hgbot (developer) 2024-04-16 11:40 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.productactivation/-/merge_requests/5 [^] |
(0163270) hgbot (developer) 2024-04-16 11:49 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager [^] Changeset: 5a8600b6c4875536b410d55cdbd3fdef7df1cd1b Author: Natalia Jiménez <natalia.jimenez@openbravo.com> Date: 16-04-2024 11:48:56 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager/-/commit/5a8600b6c4875536b410d55cdbd3fdef7df1cd1b [^] Related to ISSUE-54870: Addapted product activation simulator to allow different types of parameters on product status response --- M bin/poshw.jar M bin/rev.id --- |
Issue History | |||
Date Modified | Username | Field | Change |
2024-03-06 19:47 | njimenez | New Issue | |
2024-03-06 19:47 | njimenez | Assigned To | => njimenez |
2024-03-06 19:47 | njimenez | Triggers an Emergency Pack | => No |
2024-03-06 19:47 | njimenez | Relationship added | related to 0054606 |
2024-03-06 19:51 | hgbot | Note Added: 0161792 | |
2024-03-20 09:56 | njimenez | Description Updated | View Revisions |
2024-03-20 10:21 | hgbot | Note Added: 0162404 | |
2024-03-20 10:27 | hgbot | Note Added: 0162405 | |
2024-03-20 10:42 | njimenez | Relationship added | blocks 0054701 |
2024-04-02 10:23 | hgbot | Note Added: 0162773 | |
2024-04-16 11:32 | hgbot | Note Added: 0163260 | |
2024-04-16 11:32 | hgbot | Note Added: 0163261 | |
2024-04-16 11:34 | hgbot | Note Added: 0163262 | |
2024-04-16 11:34 | hgbot | Note Added: 0163263 | |
2024-04-16 11:37 | hgbot | Note Added: 0163266 | |
2024-04-16 11:37 | hgbot | Note Added: 0163267 | |
2024-04-16 11:40 | hgbot | Resolution | open => fixed |
2024-04-16 11:40 | hgbot | Status | new => closed |
2024-04-16 11:40 | hgbot | Note Added: 0163268 | |
2024-04-16 11:40 | hgbot | Note Added: 0163269 | |
2024-04-16 11:49 | hgbot | Note Added: 0163270 |
Copyright © 2000 - 2009 MantisBT Group |