Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048376 | POS2 | POS | public | 2022-01-11 14:24 | 2022-01-27 18:34 |
|
Reporter | prakashmurugesan88 | |
Assigned To | prakashmurugesan88 | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
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 | 0048376: JIRA 2592 - Allow to open drawer if payment is marked as "cash" and flag has the flag "Open drawer before closing order" |
Description | Allow to open drawer if payment is marked as "cash" and has the flag "Open drawer before closing order"
In such case,
The text of the button done changes to open,
so when it is pressed drawer is opened and text changes to done.
When done is pressed order is closed.
In old POS it is working
|
Steps To Reproduce | In BO,
Configure Hardwaremanager.
Touchpoint Type - Payment Method:
For cash payment method enable checkbox "Open Drawer Before Closing Ticket".
In POS,
Create a receipt and add cash payment.
Notice open button is not shown.
It should display open button to open drawer.
When it is pressed drawer is opened and button text changes to done. |
Proposed Solution | When cash payment is selected with the "Open Drawer Before Closing Ticket" flag enabled.
Change Text of Done button to "Open".
When it is pressed drawer is opened and text changes to done.
When done is pressed order closed. |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0048483 | TAP | closed | prakashmurugesan88 | JIRA 2592 - Allow to open drawer if payment is marked as "cash" and flag has the flag "Open drawer before closing order" |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-01-11 14:24 | prakashmurugesan88 | New Issue | |
2022-01-11 14:24 | prakashmurugesan88 | Assigned To | => prakashmurugesan88 |
2022-01-11 14:24 | prakashmurugesan88 | File Added: Screen Shot 2022-01-11 at 5.38.40 PM.png | |
2022-01-11 14:24 | prakashmurugesan88 | OBNetwork customer | => No |
2022-01-11 14:24 | prakashmurugesan88 | Triggers an Emergency Pack | => No |
2022-01-11 14:24 | prakashmurugesan88 | Status | new => scheduled |
2022-01-17 09:51 | prakashmurugesan88 | Summary | Preference 'Web POS Close Drawer Before Continue' is not working in POS2 => Drawer is not closed when order is closed |
2022-01-17 09:51 | prakashmurugesan88 | Description Updated | bug_revision_view_page.php?rev_id=23517#r23517 |
2022-01-17 09:51 | prakashmurugesan88 | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=23519#r23519 |
2022-01-17 09:51 | prakashmurugesan88 | Proposed Solution updated | |
2022-01-17 09:52 | prakashmurugesan88 | File Deleted: Screen Shot 2022-01-11 at 5.38.40 PM.png | |
2022-01-18 09:59 | prakashmurugesan88 | Summary | Drawer is not closed when order is closed => Allow to open drawer if payment is marked as "cash" and flag has the flag "Open drawer before closing order" |
2022-01-18 09:59 | prakashmurugesan88 | Description Updated | bug_revision_view_page.php?rev_id=23529#r23529 |
2022-01-18 09:59 | prakashmurugesan88 | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=23530#r23530 |
2022-01-18 09:59 | prakashmurugesan88 | Proposed Solution updated | |
2022-01-19 11:59 | hgbot | Merge Request Status | => open |
2022-01-19 11:59 | hgbot | Note Added: 0134383 | |
2022-01-19 19:20 | guilleaer | Summary | Allow to open drawer if payment is marked as "cash" and flag has the flag "Open drawer before closing order" => JIRA 2592 - Allow to open drawer if payment is marked as "cash" and flag has the flag "Open drawer before closing order" |
2022-01-25 18:37 | hgbot | Merge Request Status | open => approved |
2022-01-25 18:37 | cberner | Status | scheduled => acknowledged |
2022-01-25 18:38 | cberner | Status | acknowledged => scheduled |
2022-01-27 18:33 | hgbot | Resolution | open => fixed |
2022-01-27 18:33 | hgbot | Status | scheduled => closed |
2022-01-27 18:33 | hgbot | Note Added: 0134627 | |
2022-01-27 18:33 | hgbot | Note Added: 0134628 | |
2022-01-27 18:33 | hgbot | Note Added: 0134629 | |
2022-01-27 18:33 | hgbot | Note Added: 0134630 | |
2022-01-27 18:33 | hgbot | Note Added: 0134631 | |
2022-01-27 18:33 | hgbot | Note Added: 0134632 | |
2022-01-27 18:33 | hgbot | Note Added: 0134633 | |
2022-01-27 18:34 | hgbot | Note Added: 0134634 | |
Notes |
|
(0134383)
|
hgbot
|
2022-01-19 11:59
|
|
|
|
(0134627)
|
hgbot
|
2022-01-27 18:33
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c0826a7450cad3de24f63489e5c05f6031d2f585
Author: Prakash M <prakash@qualiantech.com>
Date: 27-01-2022 17:32:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c0826a7450cad3de24f63489e5c05f6031d2f585 [^]
Fixed BUG-48376: Allowed to open drawer before processing receipt
* If payment is marked as cash and has the flag Open drawer before closing order
* Changed Text of Done button to Open on adding payment, it will open drawer
* Changed Text to Done after opening drawer, it will close ticket
---
A web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/OpenDrawer.test.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/OpenDrawerAction.test.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/actions/OpenDrawer.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/OpenDrawer.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentKeypad/PaymentKeypad.jsx
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentKeypad/__test__/PaymentKeypad.test.jsx
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
|
|
|
(0134628)
|
hgbot
|
2022-01-27 18:33
|
|
|
|
(0134629)
|
hgbot
|
2022-01-27 18:33
|
|
|
|
(0134630)
|
hgbot
|
2022-01-27 18:33
|
|
|
|
(0134631)
|
hgbot
|
2022-01-27 18:33
|
|
|
|
(0134632)
|
hgbot
|
2022-01-27 18:33
|
|
|
|
(0134633)
|
hgbot
|
2022-01-27 18:33
|
|
|
|
(0134634)
|
hgbot
|
2022-01-27 18:34
|
|
|