Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0055045
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[POS2] POSmajoralways2023-09-12 11:432024-06-04 07:39
ReporterlmonrealView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version23Q4.4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0055045: Receipt Delivery Options needs to print if false

DescriptionReprint 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 ReproducePRE 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks design defect 0053437 closedranjith_qualiantech_com Receipt Delivery Options needs to print if false 

-  Notes
(0162622)
hgbot (developer)
2024-03-26 01:40

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2526 [^]
(0162762)
hgbot (developer)
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 (developer)
2024-04-02 07:54

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2526 [^]
(0165486)
hgbot (developer)
2024-06-03 16:55

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: ebc5d722dc092a274964163764d9447b92d4f19b
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 03-06-2024 16:55:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/ebc5d722dc092a274964163764d9447b92d4f19b [^]

Revert "Fixed ISSUE-55045: Implemented the automate movement even if the option ‘Count Payment in Cash Up’ = ‘N’"

This reverts commit 6882906b89ccf77caf0bf6b8a4cc4aa11fe382df.

---
M web-jspack/org.openbravo.pos2/src/components/Cashup/utils/getCashupToSend.js
---
(0165487)
hgbot (developer)
2024-06-03 16:55

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: fa5c7e3f43159bb303d7a7cdbd72429847b93e6c
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 03-06-2024 16:55:34
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/fa5c7e3f43159bb303d7a7cdbd72429847b93e6c [^]

Revert "Fixed ISSUE-55045: Implemented the automate movement even if the option ‘Count Payment in Cash Up’ = ‘N’"

This reverts commit e4fa7b2ece8c5f384997181c312d5b97b560835a.

---
M src-db/database/model/tables/OBPOS_APP_PAYMENT_TYPE.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/org/openbravo/retail/posterminal/CashCloseProcessor.java
---
(0165497)
hgbot (developer)
2024-06-04 07:39

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.retail.testsampledata [^]
Changeset: 3090521f09d25a1bf5305109a42839685387b1ad
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 04-06-2024 07:35:40
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.retail.testsampledata/-/commit/3090521f09d25a1bf5305109a42839685387b1ad [^]

Revert "Related to ISSUE-55045: Update sampledata"

This reverts commit 54cc62cd9f570cd90a804a5dafefb72361604f4d.

---
M referencedata/sampledata/Retail_Test/OBPOS_APP_PAYMENT_TYPE.xml
---
(0165498)
hgbot (developer)
2024-06-04 07:39

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata [^]
Changeset: 5685e6b70f441f049ebb026518cf74ec1f6d04f3
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 04-06-2024 07:36:27
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/commit/5685e6b70f441f049ebb026518cf74ec1f6d04f3 [^]

Revert "Related to ISSUE-55045: Update sampledata"

This reverts commit 9ebf0d13401b0214a8053b6cac7e1090c4d8fe07.

---
M referencedata/sampledata/The_White_Valley_Group/OBPOS_APP_PAYMENT_TYPE.xml
---
(0165499)
hgbot (developer)
2024-06-04 07:39

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata [^]
Changeset: d1e6ee37bf5dfad29f55c2318947e61a8c905b84
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 04-06-2024 07:37:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata/-/commit/d1e6ee37bf5dfad29f55c2318947e61a8c905b84 [^]

Revert "Related to ISSUE-55045: Update sampledata"

This reverts commit 02ddb282c38f035cfb7c54ff994e9771d18e8664.

---
M referencedata/sampledata/The_White_Valley_Group/OBPOS_APP_PAYMENT_TYPE.xml
---

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker