Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0046947 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [POS2] POS | minor | always | 2021-06-02 10:38 | 2021-07-20 09:27 | |||
Reporter | jmelin | View Status | public | |||||
Assigned To | pablobessone | |||||||
Priority | normal | 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 | 0046947: JIRA-1977 - qty of added menu not display on keymap | |||||||
Description | The quantity of menu added to a sales order is not displayed on the keymap as for a single product. | |||||||
Steps To Reproduce | 1. Connect to VBS-2 POS 2. Switch to "Restaurant" schema 3. Add a "simple menu" => In keymap, we should have a "1" displayed in the bottom left of the key of "simple menu" | |||||||
Proposed Solution | Add a configuration to select the behavior for the case of the menu and its products: count only menu (header) count only products (childs) count both | |||||||
Tags | Takeaway | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0130146) hgbot (developer) 2021-07-05 21:52 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/52 [^] |
(0130147) hgbot (developer) 2021-07-05 21:52 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/595 [^] |
(0130573) hgbot (developer) 2021-07-19 13:25 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^] Changeset: 0939c1a37da061e74260258b61fb5c0d15b01e59 Author: Pablo Bessone <pablo.bessone@smfconsulting.es> Date: 2021-07-19T11:25:34+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/0939c1a37da061e74260258b61fb5c0d15b01e59 [^] fixed ISSUE-0046947: keymap product count modification --- A web-jspack/org.openbravo.pos2.restaurant/src/model/user-interface/utils/calculateMenuProductTicketQty.js M src-db/database/model/modifiedTables/AD_ORG.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_REFERENCE.xml M src-db/database/sourcedata/AD_REF_LIST.xml M src/org/openbravo/pos2/restaurant/term/OBRESTTerminalProperties.java M web-jspack/org.openbravo.pos2.restaurant/src/components/MenuWizard/MenuWizardProductKeymapLayout/__test__/MenuWizardProductKeymapLayout.test.jsx M web-jspack/org.openbravo.pos2.restaurant/src/components/MenuWizard/__test__/MenuWizard.test.jsx M web-jspack/org.openbravo.pos2.restaurant/src/model/user-interface/UIExtension.js --- |
(0130574) hgbot (developer) 2021-07-19 13:25 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/52 [^] |
(0130575) hgbot (developer) 2021-07-19 13:26 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/595 [^] |
(0130576) hgbot (developer) 2021-07-19 13:26 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 0e58293918b579f53c8ceb13f3eab25db758b4c4 Author: Pablo Bessone <pablo.bessone@smfconsulting.es> Date: 2021-07-19T11:26:20+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/0e58293918b579f53c8ceb13f3eab25db758b4c4 [^] fixed ISSUE-0046947: keymap product count modification --- A web-jspack/org.openbravo.pos2/src/model/user-interface/utils/calculateProductTicketQty.js M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/__test__/ProductPopover.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/__test__/ProductButton.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/getProductTicketQty.js M web-jspack/org.openbravo.pos2/src/components/ProductButton/stories/ProductButton.stories.jsx M web-jspack/org.openbravo.pos2/src/components/ProductKeymap/__test__/ProductKeymap.test.jsx M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js --- |
(0130596) hgbot (developer) 2021-07-20 09:27 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/56 [^] |
(0130597) hgbot (developer) 2021-07-20 09:27 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^] Changeset: 655146b7df3d67827d24cefb5ae0482c3c20434a Author: David Miguelez <david.miguelez@openbravo.com> Date: 2021-07-20T09:25:35+02:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/655146b7df3d67827d24cefb5ae0482c3c20434a [^] Related to ISSUE-0046947: Adds onCreateDefault for new column --- M src-db/database/model/modifiedTables/AD_ORG.xml --- |
(0130598) hgbot (developer) 2021-07-20 09:27 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/56 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2021-06-02 10:38 | jmelin | New Issue | |
2021-06-02 10:38 | jmelin | Assigned To | => Retail |
2021-06-02 10:38 | jmelin | OBNetwork customer | => No |
2021-06-02 10:38 | jmelin | Triggers an Emergency Pack | => No |
2021-06-02 10:38 | jmelin | Tag Attached: Takeaway | |
2021-06-14 10:18 | guilleaer | OBNetwork customer | No => Gold |
2021-06-14 11:57 | guilleaer | Type | defect => feature request |
2021-06-14 11:57 | guilleaer | Proposed Solution updated | |
2021-06-14 12:30 | guilleaer | Summary | FLUN-1977 - qty of added menu not display on keymap => JIRA-1977 - qty of added menu not display on keymap |
2021-06-16 09:48 | dbaz | Proposed Solution updated | |
2021-06-29 16:47 | guilleaer | Status | new => scheduled |
2021-06-29 16:47 | guilleaer | Resolution time | => 1626127200 |
2021-06-29 16:47 | guilleaer | Assigned To | Retail => pablobessone |
2021-07-05 21:52 | hgbot | Merge Request Status | => open |
2021-07-05 21:52 | hgbot | Note Added: 0130146 | |
2021-07-05 21:52 | hgbot | Note Added: 0130147 | |
2021-07-16 08:50 | hgbot | Merge Request Status | open => approved |
2021-07-19 13:25 | hgbot | Resolution | open => fixed |
2021-07-19 13:25 | hgbot | Status | scheduled => closed |
2021-07-19 13:25 | hgbot | Note Added: 0130573 | |
2021-07-19 13:25 | hgbot | Note Added: 0130574 | |
2021-07-19 13:26 | hgbot | Note Added: 0130575 | |
2021-07-19 13:26 | hgbot | Note Added: 0130576 | |
2021-07-20 09:27 | hgbot | Note Added: 0130596 | |
2021-07-20 09:27 | hgbot | Note Added: 0130597 | |
2021-07-20 09:27 | hgbot | Note Added: 0130598 |
Copyright © 2000 - 2009 MantisBT Group |