Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035313 | Openbravo ERP | A. Platform | public | 2017-02-20 18:40 | 2017-03-15 20:19 |
|
Reporter | malsasua | |
Assigned To | caristu | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
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 | 0035313: 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 "Archive" (see attachment)
send email
the email is sent, but PDF is not attached to the email |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0035317 | 3.0PR16Q3.6 | closed | caristu | invoice PDF is not attached from "email" button in sales invoice window | depends on | backport | 0035318 | 3.0PR17Q1 | closed | caristu | invoice PDF is not attached from "email" button in sales invoice window | depends on | backport | 0035319 | 3.0PR16Q4.3 | closed | caristu | invoice PDF is not attached from "email" button in sales invoice window | caused by | feature request | 0029771 | | closed | naiaramartinez | different attachment method infrastructure | has duplicate | defect | 0035332 | | closed | platform | Process send documents by email only send attachments if 'Archive' checkbox is not checked | related to | defect | 0035356 | | closed | caristu | print & attach doc logs error using (old) commons jdbc pool |
|
Attached Files | email.png (325,747) 2017-02-20 18:41 https://issues.openbravo.com/file_download.php?file_id=10468&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-02-20 18:40 | malsasua | New Issue | |
2017-02-20 18:40 | malsasua | Assigned To | => platform |
2017-02-20 18:40 | malsasua | Modules | => Core |
2017-02-20 18:40 | malsasua | Regression level | => Production - Confirmed Stable |
2017-02-20 18:40 | malsasua | Triggers an Emergency Pack | => No |
2017-02-20 18:41 | malsasua | File Added: email.png | |
2017-02-20 18:44 | malsasua | Resolution time | => 1487890800 |
2017-02-21 09:33 | caristu | Regression date | => 2016-04-18 |
2017-02-21 09:33 | caristu | Regression introduced in release | => 3.0PR16Q3 |
2017-02-21 09:33 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/82f27ac1b1497b3a82646b140ab1b6e048f2b766 [^] |
2017-02-21 09:34 | caristu | Status | new => scheduled |
2017-02-21 09:38 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=14650#r14650 |
2017-02-21 09:38 | caristu | Relationship added | caused by 0029771 |
2017-02-21 13:39 | caristu | Assigned To | platform => caristu |
2017-02-21 13:40 | hgbot | Checkin | |
2017-02-21 13:40 | hgbot | Note Added: 0094508 | |
2017-02-21 13:40 | hgbot | Status | scheduled => resolved |
2017-02-21 13:40 | hgbot | Resolution | open => fixed |
2017-02-21 13:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/24eba52754e38628d78c943c3b8892acdb0c6462 [^] |
2017-02-21 16:00 | caristu | Review Assigned To | => alostale |
2017-02-21 19:32 | caristu | Relationship added | has duplicate 0035332 |
2017-02-24 09:56 | alostale | Note Added: 0094598 | |
2017-02-24 09:56 | alostale | Status | resolved => closed |
2017-02-24 09:56 | alostale | Fixed in Version | => 3.0PR17Q2 |
2017-02-24 10:11 | caristu | Note Added: 0094603 | |
2017-02-24 10:30 | alostale | Relationship added | related to 0035356 |
2017-03-15 20:19 | hudsonbot | Checkin | |
2017-03-15 20:19 | hudsonbot | Note Added: 0095200 | |
Notes |
|
(0094508)
|
hgbot
|
2017-02-21 13:40
|
|
Repository: erp/devel/pi
Changeset: 24eba52754e38628d78c943c3b8892acdb0c6462
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Feb 21 13:39:12 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/24eba52754e38628d78c943c3b8892acdb0c6462 [^]
fixes issue 35313: 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
---
|
|
|
|
|
|
|
|
|
|
|