Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054971 | Modules | Reporting | public | 2024-03-15 13:36 | 2024-04-12 09:39 |
|
Reporter | eugen_hamuraru | |
Assigned To | eugen_hamuraru | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0054971: Ability to reprint XML reprintable documents from backoffice |
Description | Currently is not possible to reprint from the backoffice the XML reprintable documents generated in the POS. In this case, an error is thrown.
It would be nice if, instead of failing, that XML document was transformed automatically and into PDF format so it can be downloaded from backoffice. All in a transparent way for the user. |
Steps To Reproduce | Having the immutable reports feature enabled:
1- Create a ticket in the POS
2- Go to the [Sales Order] window and select the newly created order
3- Click on the reprint button. An error is shown informing that the document cannot be reprinted |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0052134 | | closed | Triage Platform Base | Openbravo ERP | Support Immutable Printable Reports |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-03-15 13:36 | eugen_hamuraru | New Issue | |
2024-03-15 13:36 | eugen_hamuraru | Assigned To | => Triage Omni WMS |
2024-03-15 13:36 | eugen_hamuraru | Assigned To | Triage Omni WMS => eugen_hamuraru |
2024-03-15 13:52 | hgbot | Note Added: 0162236 | |
2024-03-21 17:32 | hgbot | Note Added: 0162512 | |
2024-03-25 10:20 | hgbot | Note Added: 0162578 | |
2024-03-25 10:22 | hgbot | Note Added: 0162579 | |
2024-03-25 10:23 | hgbot | Note Added: 0162580 | |
2024-03-25 10:50 | hgbot | Resolution | open => fixed |
2024-03-25 10:50 | hgbot | Status | new => closed |
2024-03-25 10:50 | hgbot | Fixed in Version | => PR24Q2 |
2024-03-25 10:50 | hgbot | Note Added: 0162583 | |
2024-03-25 10:50 | hgbot | Note Added: 0162584 | |
2024-04-12 09:35 | caristu | Type | defect => feature request |
2024-04-12 09:35 | caristu | Fixed in Version | PR24Q2 => |
2024-04-12 09:35 | caristu | Summary | The PDF of a document printed/email via POS is linked to the proper record: if it is a ticket/return, simplified invoice/invoice => Ability to reprint XML reprintable documents from backoffice |
2024-04-12 09:35 | caristu | Description Updated | bug_revision_view_page.php?rev_id=27803#r27803 |
2024-04-12 09:37 | caristu | Description Updated | bug_revision_view_page.php?rev_id=27804#r27804 |
2024-04-12 09:37 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=27806#r27806 |
2024-04-12 09:39 | caristu | Relationship added | related to 0052134 |
Notes |
|
(0162236)
|
hgbot
|
2024-03-15 13:52
|
|
|
|
(0162512)
|
hgbot
|
2024-03-21 17:32
|
|
|
|
(0162578)
|
hgbot
|
2024-03-25 10:20
|
|
|
|
(0162579)
|
hgbot
|
2024-03-25 10:22
|
|
|
|
(0162580)
|
hgbot
|
2024-03-25 10:23
|
|
|
|
(0162583)
|
hgbot
|
2024-03-25 10:50
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: b9418587ace4e12a3b6f288d09ae0620b929a063
Author: Eugen Hamuraru <eugen.hamuraru@openbravo.com>
Date: 25-03-2024 09:50:32
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/b9418587ace4e12a3b6f288d09ae0620b929a063 [^]
Fixes FR-54971: add hook to transform reprintable document format to PDF
---
A modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/ReprintableDocumentFormat.java
A modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/ReprintableDocumentFormatSelector.java
A modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/ReprintableDocumentTransformer.java
A modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/TransformerNotFoundException.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/ReprintableDocumentManager.java
M src-test/src/org/openbravo/client/application/attachment/ReprintableDocumentTest.java
M src/org/openbravo/erpCommon/utility/reporting/ReportManager.java
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java
---
|
|
|
(0162584)
|
hgbot
|
2024-03-25 10:50
|
|
|