Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0035317 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] A. Platform | minor | always | 2017-02-20 18:40 | 2017-02-24 09:57 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR16Q3.6 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 745542ecf038 | ||||
Projection | none | ETA | none | Target Version | 3.0PR16Q3.6 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2016-04-18 | |||||||
Regression introduced in release | 3.0PR16Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/82f27ac1b1497b3a82646b140ab1b6e048f2b766 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0035317: invoice PDF is not attached from "email" button in sales invoice window | |||||||
Description | in sales invoice window, it is possible to send one email with the PDF invoice, clicking in "email" button (in toolbar). From 16Q3, the email is sent, but the PDF is not attached | |||||||
Steps To Reproduce | in "Client" window, "Email Configuration" tab, configure it in Sales Invoice window, select one record, and click in "email" button. Click in option "attached document" (see attachment) sent email the email is sent, but PDF is not attached to the email | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0094514) hgbot (developer) 2017-02-21 14:16 |
Repository: erp/backports/3.0PR16Q3.6 Changeset: 745542ecf038ba20363018388c5d3c63c311c7ed Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Tue Feb 21 14:15:24 2017 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR16Q3.6/rev/745542ecf038ba20363018388c5d3c63c311c7ed [^] fixes issue 35317: documents were not being attached after send them by e-mail The CoreAttachImplementation class is deleting the original report file after completing the upload process. When attaching a document using the e-mail pop-up this is done before attaching the document into the e-mail. This explains why the document was not being received on the e-mail. To avoid this problem, now a copy of the original document is sent to the AttachImplementationManager, this way the original file will never be deleted by an upload process handler. Together with this, now when attaching a document after printing (not by e-mail) we have to delete the original file because in other case it will be kept on disk. --- M src/org/openbravo/erpCommon/utility/reporting/ReportManager.java M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java --- |
(0094599) alostale (manager) 2017-02-24 09:57 |
code reviewed + tested |
Issue History | |||
Date Modified | Username | Field | Change |
2017-02-21 09:34 | caristu | Type | defect => backport |
2017-02-21 09:34 | caristu | Target Version | => 3.0PR17Q2 |
2017-02-21 14:14 | caristu | Target Version | 3.0PR17Q2 => 3.0PR16Q3.6 |
2017-02-21 14:16 | hgbot | Checkin | |
2017-02-21 14:16 | hgbot | Note Added: 0094514 | |
2017-02-21 14:16 | hgbot | Status | scheduled => resolved |
2017-02-21 14:16 | hgbot | Resolution | open => fixed |
2017-02-21 14:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR16Q3.6/rev/745542ecf038ba20363018388c5d3c63c311c7ed [^] |
2017-02-21 16:02 | caristu | Review Assigned To | => alostale |
2017-02-21 16:03 | caristu | Assigned To | platform => caristu |
2017-02-24 09:57 | alostale | Note Added: 0094599 | |
2017-02-24 09:57 | alostale | Status | resolved => closed |
2017-02-24 09:57 | alostale | Fixed in Version | => 3.0PR16Q3.6 |
Copyright © 2000 - 2009 MantisBT Group |