Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0054484 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | trivial | have not tried | 2024-01-29 10:19 | 2024-02-27 08:29 | |||
Reporter | inaki_luque | View Status | public | |||||
Assigned To | inaki_luque | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR24Q2 | |||
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 | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0054484: Web POS display Product Search key | |||||||
Description | Display the search key and name of the products in WEBPOS in order to identify them. | |||||||
Steps To Reproduce | Checks where the products are displayed: - Adding products to WEBPOS for a sale. - Adding products for a blind return or doing a Verified Return. - Scanning o loading from the menu a paid Order. - In the Product Card once selecting the Product line. - When a free product is proposed. - In the ticket templates. | |||||||
Proposed Solution | - In Channel Touchpoint type as a Combo “Show Product Search key”. Options are: Always or Never. By default = Always - If always option is selected, replace all ocurrences of the product name by: search key - Name | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0160094) hgbot (developer) 2024-02-01 15:25 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2391 [^] |
(0160098) hgbot (developer) 2024-02-01 15:39 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/merge_requests/135 [^] |
(0160919) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 07631ef4e1201f280dc8904120adb2e593fa473b Author: Iñaki <inaki.luque@openbravo.com> Date: 19-02-2024 15:03:22 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/07631ef4e1201f280dc8904120adb2e593fa473b [^] Fixed FR-54484: Adding new Combo "Show Product Search key": - New column of obpos_terminaltype table. - The column has a list reference, with always or never options. - New field in touchpoint type tab that refers to the new column. --- M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.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 --- |
(0160920) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: da1c2721c44afda358e81823c85cf22a306ad8c0 Author: Iñaki <inaki.luque@openbravo.com> Date: 19-02-2024 15:03:22 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/da1c2721c44afda358e81823c85cf22a306ad8c0 [^] Fixed FR-54484: Displaying product Search key --- M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButton.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentName/ProductButtonContentName.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.config.json M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/TicketLinePopover.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLine.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineView.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/TicketLineRenderCell.jsx M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnTicketLine.config.json --- |
(0160921) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: c7700a218383a74dc9c7c9e215fef6a3f873be9d Author: Iñaki <inaki.luque@openbravo.com> Date: 19-02-2024 15:03:23 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c7700a218383a74dc9c7c9e215fef6a3f873be9d [^] Fixed FR-54484: Fixing and creating unit tests for cover new updates made on issue 54484 --- M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/ExchangeProductSelectorDialog/__test__/ExchangeProductSelectorDialog.test.jsx M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/__test__/ExchangeProductSelector.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/__test__/ProductButtonContent.test.jsx 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/Ticket/TicketLinePopover/__test__/TicketLinePopover.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLines.test.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/__test__/TicketLineRenderCell.test.jsx --- |
(0160922) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: ecef48ea1054177c06d1a1941706130b3a263f70 Author: Iñaki <inaki.luque@openbravo.com> Date: 19-02-2024 15:03:23 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/ecef48ea1054177c06d1a1941706130b3a263f70 [^] Fixed FR-54484: set never option in show product search key by default --- M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.xml M src-db/database/sourcedata/AD_COLUMN.xml --- |
(0160923) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 0ef0ee359e38a6972da29d6f6573850050f6c7e5 Author: Iñaki <inaki.luque@openbravo.com> Date: 19-02-2024 15:03:23 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/0ef0ee359e38a6972da29d6f6573850050f6c7e5 [^] Fixed FR-54484: updating licenses --- M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/ExchangeProductSelectorDialog/__test__/ExchangeProductSelectorDialog.test.jsx M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/__test__/ExchangeProductSelector.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/__test__/ProductButtonContent.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.jsx 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 --- |
(0160924) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 04b5b3c8bad49283045b7d78bebcad7c8aecfa67 Author: Iñaki <inaki.luque@openbravo.com> Date: 19-02-2024 15:03:23 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/04b5b3c8bad49283045b7d78bebcad7c8aecfa67 [^] Fixed FR-54484: adding descriptions and help comments to AD elements. Set oncreate default value on search key column --- M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.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 --- |
(0160925) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 48a05558ba7d05bb2b4f01a2f06b06fc9ce68b58 Author: Iñaki <inaki.luque@openbravo.com> Date: 19-02-2024 15:03:23 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/48a05558ba7d05bb2b4f01a2f06b06fc9ce68b58 [^] Fixed FR-54484: Refactoring code of displaying product search name --- A web-jspack/org.openbravo.pos2/src/model/user-interface/utils/showProductSearchKey.js M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/TicketLinePopover.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineView.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/TicketLineRenderCell.jsx M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js --- |
(0160926) hgbot (developer) 2024-02-19 15:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 7042f76f16010bcfe2b731b48f3bf679dd572b22 Author: Jorge Wederago <j.wederago@orisha.com> Date: 19-02-2024 15:09:54 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7042f76f16010bcfe2b731b48f3bf679dd572b22 [^] Fixed FR-54484: Web POS display Product Search key --- A web-jspack/org.openbravo.pos2/src/model/user-interface/utils/showProductSearchKey.js M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.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 web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/ExchangeProductSelectorDialog/__test__/ExchangeProductSelectorDialog.test.jsx M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/__test__/ExchangeProductSelector.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButton.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/__test__/ProductButtonContent.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentName/ProductButtonContentName.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.config.json M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.jsx 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/Ticket/TicketLinePopover/TicketLinePopover.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/__test__/TicketLinePopover.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLine.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineView.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLines.test.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/TicketLineRenderCell.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/__test__/TicketLineRenderCell.test.jsx M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnTicketLine.config.json M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js --- |
(0160927) hgbot (developer) 2024-02-19 15:27 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2391 [^] |
(0160928) hgbot (developer) 2024-02-19 15:29 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts [^] Changeset: 43dbb010976d04c9231dfde4cb6c6c84f54c4180 Author: Iñaki Luque <i.luque@orisha.com> Date: 19-02-2024 14:29:13 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/commit/43dbb010976d04c9231dfde4cb6c6c84f54c4180 [^] Fixed FR-54484: Web POS display Product Search key --- M src/org/openbravo/retail/discounts/master/FreeProductProperties.java M web/org.openbravo.retail.discounts/app/model/business-logic/discounts-engine/engine/rules/by-total-free-item-discount.js --- |
(0160929) hgbot (developer) 2024-02-19 15:29 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/merge_requests/135 [^] |
(0160932) hgbot (developer) 2024-02-19 16:17 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts [^] Changeset: 75c796d22272e123110629076569a325245490b9 Author: Jorge Wederago <j.wederago@orisha.com> Date: 19-02-2024 15:17:54 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/commit/75c796d22272e123110629076569a325245490b9 [^] Revert "Fixed FR-54484: Web POS display Product Search key" This reverts merge request !135 --- M src/org/openbravo/retail/discounts/master/FreeProductProperties.java M web/org.openbravo.retail.discounts/app/model/business-logic/discounts-engine/engine/rules/by-total-free-item-discount.js --- |
(0160933) hgbot (developer) 2024-02-19 16:19 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: e44370bf909f8e80ebea5ffa09a3525b11dae54a Author: Jorge Wederago <j.wederago@orisha.com> Date: 19-02-2024 16:15:34 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/e44370bf909f8e80ebea5ffa09a3525b11dae54a [^] Revert "Fixed FR-54484: Web POS display Product Search key" This reverts commit 7042f76f16010bcfe2b731b48f3bf679dd572b22, reversing changes made to 251512576f88cabf199816b6aa4937fba07c08d2. --- M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.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 web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/ExchangeProductSelectorDialog/__test__/ExchangeProductSelectorDialog.test.jsx M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/__test__/ExchangeProductSelector.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButton.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/__test__/ProductButtonContent.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentName/ProductButtonContentName.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.config.json M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.jsx 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/Ticket/TicketLinePopover/TicketLinePopover.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/__test__/TicketLinePopover.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLine.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineView.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLines.test.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/TicketLineRenderCell.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/__test__/TicketLineRenderCell.test.jsx M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnTicketLine.config.json M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js R web-jspack/org.openbravo.pos2/src/model/user-interface/utils/showProductSearchKey.js --- |
(0160934) hgbot (developer) 2024-02-19 16:22 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2440 [^] |
(0160969) hgbot (developer) 2024-02-20 10:02 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/merge_requests/138 [^] |
(0161010) hgbot (developer) 2024-02-21 09:30 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/273 [^] |
(0161283) hgbot (developer) 2024-02-27 08:29 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 7c0c51feb79f5c8cd39de1fbc002706d7719645a Author: Jorge Wederago <j.wederago@orisha.com> Date: 27-02-2024 08:25:31 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7c0c51feb79f5c8cd39de1fbc002706d7719645a [^] [product-searchkey]Revert "Revert "Fixed FR-54484: Web POS display Product Search key"" This reverts commit e44370bf909f8e80ebea5ffa09a3525b11dae54a. --- A web-jspack/org.openbravo.pos2/src/model/user-interface/utils/showProductSearchKey.js M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.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 web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/ExchangeProductSelectorDialog/__test__/ExchangeProductSelectorDialog.test.jsx M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/__test__/ExchangeProductSelector.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButton.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/__test__/ProductButtonContent.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentName/ProductButtonContentName.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.config.json M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/ProductPopover.jsx 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/Ticket/TicketLinePopover/TicketLinePopover.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/__test__/TicketLinePopover.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLine.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.config.json M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineView.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLines.test.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/TicketLineRenderCell.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/__test__/TicketLineRenderCell.test.jsx M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnTicketLine.config.json M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js --- |
(0161284) hgbot (developer) 2024-02-27 08:29 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 1993c87adb93d614f77bacd4e9055b791af1c483 Author: Iñaki <i.luque@orisha.com> Date: 27-02-2024 08:25:47 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/1993c87adb93d614f77bacd4e9055b791af1c483 [^] [product-searchkey] Fixed FR-54484: Fixing tests --- M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/ExchangeOrderLineWrapper/__test__/ExchangeOrderLineWrapper.test.jsx M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/ExchangeProductSelectorDialog/__test__/ExchangeProductSelectorDialog.test.jsx M web-jspack/org.openbravo.pos2/src/components/Exchange/ExchangeProductSelector/__test__/ExchangeProductSelector.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/__test__/ProductButtonContent.test.jsx 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/stories/ProductButton.stories.jsx M web-jspack/org.openbravo.pos2/src/components/ProductKeymap/__test__/ProductKeymap.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProductSearch/FilteredProductsKeymap/__test__/FilteredProductsKeymap.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProofOfPayment/ProofOfPaymentDetails/ProofOfPaymentDetailLine/__test__/ProofOfPaymentDetailLine.test.jsx M web-jspack/org.openbravo.pos2/src/components/ProofOfPayment/ProofOfPaymentDetails/__test__/ProofOfPaymentDetails.test.jsx M web-jspack/org.openbravo.pos2/src/components/SelectLines/SelectedLinesGrid/__test__/SelectLines.test.jsx M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/__test__/ServiceConfigurationStep.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/__test__/TicketArea.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/stories/TicketArea.stories.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/__test__/TicketLinePopover.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineView.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLineLite.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLines.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLinesLite.test.jsx M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/stories/TicketLines.stories.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/TicketLineRenderCell.jsx M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/__test__/TicketLineRenderCell.test.jsx M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/TicketLineRenderCellWrapper/__test__/TicketLineRenderCellWrapper.test.jsx M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/__test__/VerifiedReturnsGrid.test.jsx M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/stories/VerifiedReturnsGrid.stories.jsx --- |
(0161285) hgbot (developer) 2024-02-27 08:29 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 558d9fb19dc50012d1b8fd5b93bd5490877781d3 Author: Iñaki <i.luque@orisha.com> Date: 27-02-2024 08:26:04 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/558d9fb19dc50012d1b8fd5b93bd5490877781d3 [^] [product-searchkey] Fixed FR-54484: fixing oncreatedefault of show product search key column --- M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.xml --- |
(0161286) hgbot (developer) 2024-02-27 08:29 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2440 [^] |
(0161287) hgbot (developer) 2024-02-27 08:29 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^] Changeset: 3a1351fce2078c678d89c5bbc5cfc53162d0e29a Author: Iñaki <i.luque@orisha.com> Date: 26-02-2024 12:46:32 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/3a1351fce2078c678d89c5bbc5cfc53162d0e29a [^] Fixed FR-54484: Fixing tests --- M web-jspack/org.openbravo.pos2.restaurant/src/components/MenuWizard/MenuWizardProductKeymapLayout/MenuWizardProductButton/stories/MenuWizardProductButton.stories.jsx 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/MenuWizardProductKeymapLayout/stories/MenuWizardProductKeymapLayout.stories.jsx M web-jspack/org.openbravo.pos2.restaurant/src/components/MenuWizard/__test__/MenuWizard.test.jsx M web-jspack/org.openbravo.pos2.restaurant/src/components/MenuWizard/stories/MenuWizard.stories.jsx M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLine/__test__/TicketMenuLine.test.jsx M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLine/stories/TicketMenuLine.stories.jsx --- |
(0161288) hgbot (developer) 2024-02-27 08:29 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/273 [^] |
(0161289) hgbot (developer) 2024-02-27 08:29 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts [^] Changeset: c4794102728f708c7dd22656d571c8f151a0db26 Author: Iñaki <i.luque@orisha.com> Date: 20-02-2024 09:58:51 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/commit/c4794102728f708c7dd22656d571c8f151a0db26 [^] Revert "Revert "Fixed FR-54484: Web POS display Product Search key"" This reverts commit 75c796d22272e123110629076569a325245490b9. --- M src/org/openbravo/retail/discounts/master/FreeProductProperties.java M web/org.openbravo.retail.discounts/app/model/business-logic/discounts-engine/engine/rules/by-total-free-item-discount.js --- |
(0161290) hgbot (developer) 2024-02-27 08:29 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/merge_requests/138 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2024-01-29 10:19 | inaki_luque | New Issue | |
2024-01-29 10:19 | inaki_luque | Assigned To | => inaki_luque |
2024-01-29 10:19 | inaki_luque | OBNetwork customer | => No |
2024-01-29 10:19 | inaki_luque | Triggers an Emergency Pack | => No |
2024-01-29 10:19 | inaki_luque | Status | new => scheduled |
2024-02-01 15:25 | hgbot | Merge Request Status | => open |
2024-02-01 15:25 | hgbot | Note Added: 0160094 | |
2024-02-01 15:39 | hgbot | Note Added: 0160098 | |
2024-02-15 09:06 | hgbot | Merge Request Status | open => approved |
2024-02-19 15:27 | hgbot | Resolution | open => fixed |
2024-02-19 15:27 | hgbot | Status | scheduled => closed |
2024-02-19 15:27 | hgbot | Fixed in Version | => 24Q2 |
2024-02-19 15:27 | hgbot | Note Added: 0160919 | |
2024-02-19 15:27 | hgbot | Note Added: 0160920 | |
2024-02-19 15:27 | hgbot | Note Added: 0160921 | |
2024-02-19 15:27 | hgbot | Note Added: 0160922 | |
2024-02-19 15:27 | hgbot | Note Added: 0160923 | |
2024-02-19 15:27 | hgbot | Note Added: 0160924 | |
2024-02-19 15:27 | hgbot | Note Added: 0160925 | |
2024-02-19 15:27 | hgbot | Note Added: 0160926 | |
2024-02-19 15:27 | hgbot | Note Added: 0160927 | |
2024-02-19 15:29 | hgbot | Fixed in Version | 24Q2 => RR24Q2 |
2024-02-19 15:29 | hgbot | Note Added: 0160928 | |
2024-02-19 15:29 | hgbot | Note Added: 0160929 | |
2024-02-19 16:17 | hgbot | Note Added: 0160932 | |
2024-02-19 16:19 | hgbot | Fixed in Version | RR24Q2 => 24Q2 |
2024-02-19 16:19 | hgbot | Note Added: 0160933 | |
2024-02-19 16:22 | hgbot | Note Added: 0160934 | |
2024-02-20 10:02 | hgbot | Note Added: 0160969 | |
2024-02-21 09:30 | hgbot | Note Added: 0161010 | |
2024-02-27 08:29 | hgbot | Note Added: 0161283 | |
2024-02-27 08:29 | hgbot | Note Added: 0161284 | |
2024-02-27 08:29 | hgbot | Note Added: 0161285 | |
2024-02-27 08:29 | hgbot | Note Added: 0161286 | |
2024-02-27 08:29 | hgbot | Note Added: 0161287 | |
2024-02-27 08:29 | hgbot | Note Added: 0161288 | |
2024-02-27 08:29 | hgbot | Fixed in Version | 24Q2 => RR24Q2 |
2024-02-27 08:29 | hgbot | Note Added: 0161289 | |
2024-02-27 08:29 | hgbot | Note Added: 0161290 | |
2024-04-11 12:35 | aferraz | Relationship added | causes 0055168 |
Copyright © 2000 - 2009 MantisBT Group |