Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0051192 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Retail Modules] Web POS | major | always | 2022-12-19 11:44 | 2023-07-03 11:12 | |||||||
Reporter | jetxarri | View Status | public | |||||||||
Assigned To | jorgewederago | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | scheduled | 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 | 0051192: OpenDrawer calls are not using the new Printing endpoints | |||||||||||
Description | Currently every time that it is necessary to open the drawer, the code is doing OB.POS.hwserver.openDrawer When it should enqueue a message to be processed and send to the hardware manager const openDrawerMsg = OB.App.State.Messages.Utils.createNewMessage( 'OBPOS2_OpenDrawer', '', {}, { type: 'openDrawer', consumeOffline: true } ); | |||||||||||
Steps To Reproduce | Go to menu and open the drawer, verify that is not enqueueing any message | |||||||||||
Proposed Solution | Take a look to file openbravo/modules/org.openbravo.pos2/web-jspack/org.openbravo.pos2/src/model/global/actions/OpenDrawer.js And implement in POS1 | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0146862) hgbot (developer) 2023-02-22 10:38 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1075 [^] |
(0152007) hgbot (developer) 2023-07-03 08:45 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1075 [^] |
(0152008) hgbot (developer) 2023-07-03 08:45 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 9039b213d8019cd19b6fe216851565c6b56bdaab Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 03-07-2023 06:45:23 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/9039b213d8019cd19b6fe216851565c6b56bdaab [^] Fixed ISSUE-51192: Added OpenDrawer user action * OpenDrawer should be called using state action instead of HWServer template * Hardware manager server initialization moved before loading any window --- A web/org.openbravo.retail.posterminal/app/external-device/actions/OpenDrawer.js M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java M web/org.openbravo.retail.posterminal/js/datasource.js M web/org.openbravo.retail.posterminal/js/login/model/login-model.js M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js --- |
(0152030) hgbot (developer) 2023-07-03 11:05 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 1ba14686f57e3a40a10312c0335ad0cebd017b7b Author: Jorge Wederago <jorge.wederago@openbravo.com> Date: 03-07-2023 11:04:39 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/1ba14686f57e3a40a10312c0335ad0cebd017b7b [^] Revert "Fixed ISSUE-51192: Added OpenDrawer user action" This reverts commit 9039b213d8019cd19b6fe216851565c6b56bdaab. --- M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java M web/org.openbravo.retail.posterminal/js/datasource.js M web/org.openbravo.retail.posterminal/js/login/model/login-model.js M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js R web/org.openbravo.retail.posterminal/app/external-device/actions/OpenDrawer.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2022-12-19 11:44 | jetxarri | New Issue | |
2022-12-19 11:44 | jetxarri | Assigned To | => Retail |
2022-12-19 11:44 | jetxarri | Triggers an Emergency Pack | => No |
2023-02-09 12:59 | radhakrishnan | Assigned To | Retail => radhakrishnan |
2023-02-09 12:59 | radhakrishnan | Status | new => scheduled |
2023-02-22 10:38 | hgbot | Note Added: 0146862 | |
2023-07-03 08:45 | hgbot | Resolution | open => fixed |
2023-07-03 08:45 | hgbot | Status | scheduled => closed |
2023-07-03 08:45 | hgbot | Note Added: 0152007 | |
2023-07-03 08:45 | hgbot | Fixed in Version | => RR23Q4 |
2023-07-03 08:45 | hgbot | Note Added: 0152008 | |
2023-07-03 11:05 | hgbot | Note Added: 0152030 | |
2023-07-03 11:09 | jorgewederago | Assigned To | radhakrishnan => jorgewederago |
2023-07-03 11:09 | jorgewederago | Status | closed => new |
2023-07-03 11:09 | jorgewederago | Resolution | fixed => open |
2023-07-03 11:09 | jorgewederago | Fixed in Version | RR23Q4 => |
2023-07-03 11:12 | jorgewederago | Status | new => scheduled |
Copyright © 2000 - 2009 MantisBT Group |