Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0055045 | POS2 | POS | public | 2023-09-12 11:43 | 2024-06-04 07:39 |
|
Reporter | lmonreal | |
Assigned To | ranjith_qualiantech_com | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 23Q4.4 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0055045: Receipt Delivery Options needs to print if false |
Description | Reprint of a simplified or full invoice: Nothing gets printed in the Hardware manager when Deliver Receipt Options is set as False.
Video:https://drive.google.com/file/d/1L7lX_l8PRbBR70yxm79EcMDHQpmm4aCb/view?usp=sharing [^]
There is no invoice. Only it was printed the sale order document at the first time. In this case the system must be print the sales order document.
There is a simple invoice:
The preference “Web POS action Print Receipts automatically” = False. Same behaviour as when it is printed for the first time. It is only printed the simple invoice document.
The preference “Web POS action Print Receipts automatically” = True. Same behaviour as when it is printed for the first time. It is printed the sales order and the simple invoice document.
There is a full invoice:
The preference “Web POS action Print Receipts automatically” = False. Same behaviour as when it is printed for the first time. It is only printed the full invoice document.
The preference “Web POS action Print Receipts automatically” = True. Same behaviour as when it is printed for the first time. It is printed the sales order and the full invoice document.
|
Steps To Reproduce | PRE requ: In terminal type Deliver Receipt Options is set to FALSE
1. Do an invoice (simple or full)
2. Click on Orders and load the transaction
3. Click on the button Print/Email duplicate-->Nothing gets printed
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-03-25 10:34 | ranjith_qualiantech_com | Type | design defect => backport |
2024-03-25 10:34 | ranjith_qualiantech_com | Target Version | => 23Q4.4 |
2024-03-26 01:40 | hgbot | Note Added: 0162622 | |
2024-04-02 07:54 | hgbot | Resolution | open => fixed |
2024-04-02 07:54 | hgbot | Status | scheduled => closed |
2024-04-02 07:54 | hgbot | Fixed in Version | => 23Q4.4 |
2024-04-02 07:54 | hgbot | Note Added: 0162762 | |
2024-04-02 07:54 | hgbot | Note Added: 0162763 | |
2024-05-30 13:59 | hgbot | Fixed in Version | 23Q4.4 => RR24Q3 |
2024-05-30 13:59 | hgbot | Note Added: 0165328 | |
2024-05-30 13:59 | hgbot | Fixed in Version | RR24Q3 => 24Q3 |
2024-05-30 13:59 | hgbot | Note Added: 0165330 | |
2024-05-30 16:43 | hgbot | Note Added: 0165351 | |
2024-05-30 16:43 | hgbot | Note Added: 0165352 | |
2024-05-30 16:43 | hgbot | Note Added: 0165353 | |
2024-06-03 15:34 | jorgewederago | Note Deleted: 0165328 | |
2024-06-03 15:34 | jorgewederago | Note Deleted: 0165330 | |
2024-06-03 15:34 | jorgewederago | Note Deleted: 0165352 | |
2024-06-03 15:34 | jorgewederago | Note Deleted: 0165353 | |
2024-06-03 15:34 | jorgewederago | Note Deleted: 0165351 | |
2024-06-03 16:55 | hgbot | Note Added: 0165486 | |
2024-06-03 16:55 | hgbot | Fixed in Version | 24Q3 => RR24Q3 |
2024-06-03 16:55 | hgbot | Note Added: 0165487 | |
2024-06-04 07:39 | hgbot | Note Added: 0165497 | |
2024-06-04 07:39 | hgbot | Note Added: 0165498 | |
2024-06-04 07:39 | hgbot | Note Added: 0165499 | |
Notes |
|
(0162622)
|
hgbot
|
2024-03-26 01:40
|
|
|
|
(0162762)
|
hgbot
|
2024-04-02 07:54
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 9ed71025a1a267c2f61675dcbbf5443bad9826a7
Author: Ranjith S R <ranjith.rangaraju.ext@openbravo.com>
Date: 02-04-2024 05:28:28
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/9ed71025a1a267c2f61675dcbbf5443bad9826a7 [^]
Fixed ISSUE-55045: Added Print ticket/invoice option for completed ticket
- In case there is no invoice, or there is a single invoice for the order, the documents printed by using the "Print/Email duplicate" will correspond automatically to the ones that were printed when the order was originally generated.
- In case there are multiple invoices, a popup will be shown so that the user can select what he wants to print.
---
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintMultipleInvoicesCheckBox/BookedReceiptPrintMultipleInvoicesCheckBox.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintMultipleInvoicesCheckBox/__test__/BookedReceiptPrintMultipleInvoicesCheckBox.test.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintMultipleInvoicesCheckBox/index.js
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintMultipleInvoicesCheckBoxGroup/BookedReceiptPrintMultipleInvoicesCheckBoxGroup.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintMultipleInvoicesCheckBoxGroup/BookedReceiptPrintMultipleInvoicesCheckBoxGroup.scss
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintMultipleInvoicesCheckBoxGroup/__test__/BookedReceiptPrintMultipleInvoicesCheckBoxGroup.test.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintMultipleInvoicesCheckBoxGroup/index.js
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintOptions.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintOptionsDialog.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintOptionsDialog.scss
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintSingleInvoiceCheckBox/BookedReceiptPrintSingleInvoiceCheckBox.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintSingleInvoiceCheckBox/BookedReceiptPrintSingleInvoiceCheckBox.scss
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintSingleInvoiceCheckBox/__test__/BookedReceiptPrintSingleInvoiceCheckBox.test.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintSingleInvoiceCheckBox/index.js
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintTicketCheckBox/BookedReceiptPrintTicketCheckBox.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintTicketCheckBox/BookedReceiptPrintTicketCheckBox.scss
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintTicketCheckBox/__test__/BookedReceiptPrintTicketCheckBox.test.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/BookedReceiptPrintTicketCheckBox/index.js
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/__test__/BookedReceiptPrintOptions.test.jsx
A web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/BookedReceiptPrintOptions/index.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/DeliverBookedReceipt.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/DeliverBookedReceiptActionPreparation.js
---
|
|
|
(0162763)
|
hgbot
|
2024-04-02 07:54
|
|
|
|
(0165486)
|
hgbot
|
2024-06-03 16:55
|
|
|
|
(0165487)
|
hgbot
|
2024-06-03 16:55
|
|
|
|
(0165497)
|
hgbot
|
2024-06-04 07:39
|
|
|
|
(0165498)
|
hgbot
|
2024-06-04 07:39
|
|
|
|
(0165499)
|
hgbot
|
2024-06-04 07:39
|
|
|