Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0019322 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2011-12-16 14:30 | 2012-01-24 17:16 | |||
Reporter | ioritzCia | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP8 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 82d330104113 | ||||
Projection | none | ETA | none | Target Version | 3.0MP8 | |||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_22 | |||
OS Version | Ubuntu 10.04 | Database version | 8.4 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Web browser | Google Chrome, Mozilla Firefox | |||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0019322: Email forwarding does not refresh information from templates. | |||||||
Description | In the email forwarding feature, the template gets loaded when building the popup but it does not get refreshed when another one is selected. | |||||||
Steps To Reproduce | - Configure e-mail forwarding following this guide: http://wiki.openbravo.com/wiki/Projects/Outbound_Email/User_Guide [^] - Configure two templates for the same document type. - Go to a document and click to send the email. - One of the templates is loaded, but if the user goes to the combo and selects another one the values of that template are not loaded. - Also, there is the posibility of changing the from field, but it will not matter, it will send the email from the account configured in the Client window. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0044227) alostale (manager) 2012-01-11 09:04 |
There are several design problems: -Template is taken regarding template organization. In case there is a template exactly in the same organization as the document, it is selected, if not it looks in *. But in case the template is in a parent organization of the current one, it is not selected. -When selecting just one document to email, the UI shows a combo where the template to use should be selected if many are defined (this is not working). But in case many documents are selected UI hides this template selection. How should it behave in this case? -There is no UI at all to select template when printing. |
(0044234) azabaleta (developer) 2012-01-11 10:34 |
Hi Asier, Im gonna answer your points: There are several design problems: -Template is taken regarding template organization. In case there is a template exactly in the same organization as the document, it is selected, if not it looks in *. But in case the template is in a parent organization of the current one, it is not selected. AZA: Known. Would be nice to design better, but is not a must now. -When selecting just one document to email, the UI shows a combo where the template to use should be selected if many are defined (this is not working). But in case many documents are selected UI hides this template selection. How should it behave in this case? AZA: User selects 10 mails and click on send email There should also have the possibility to select template. The goal is to allow the user to sent mail from ultiple documents at the same time (working) and being able to select between the email templates (not working). -There is no UI at all to select template when printing. AZA: Known. We dont support this feature, so there is no bug here. |
(0044294) alostale (manager) 2012-01-12 11:11 |
As discussed with AZA: -For now design defects are not going to be fixed (they are reported in 0019472). -To fix this concrete issue: in case several templates are available for the same document type, when selecting one in the combo, fields coming from email configuration should be refreshed in the UI. |
(0044340) dbaz (developer) 2012-01-14 20:04 |
- Also, there is the posibility of changing the from field, but it will not matter, it will send the email from the account configured in the Client window. <-- In fact this "From" field really is a "Reply to" field. It will be renamed too to avoid confusions. |
(0044473) hgbot (developer) 2012-01-23 09:30 |
Repository: erp/devel/pi Changeset: 82d33010411343c836bff19076bbd08e9693023e Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Mon Jan 23 09:29:23 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/82d33010411343c836bff19076bbd08e9693023e [^] fixed bug 19322: Refresh subject and body when changing poc template --- M src/org/openbravo/erpCommon/utility/reporting/printing/EmailOptions.html M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java --- |
(0044474) alostale (manager) 2012-01-23 09:34 |
The fix adds logic to refresh subject and body in case a different template is selected in the UI. It is very localized in this part and just adds the new logic, so no other flows are affected. Test plan: -Define 2 different templates and email definitions for a doc type (i.e. AR Invoice). -In sales invoice select an AR invoice -Click in the email button: notice the combo is populated with the 2 templates -Select the default one and send email: note the template and email definition are used -Select the other template: note the in the UI the other email definition replaces the original one, the file name changes according to the new template file name. -Send the email: the selected email definition and template are used in the email. - |
(0044493) hgbot (developer) 2012-01-23 20:12 |
Repository: erp/devel/pi Changeset: 67671c4afeb674f4e4ecf07e7bfed2b9174cb845 Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Mon Jan 23 20:16:27 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/67671c4afeb674f4e4ecf07e7bfed2b9174cb845 [^] Related to issue 19322: Renamed 'From' to 'Reply-to' since it is its real behavior --- M src-db/database/sourcedata/AD_TEXTINTERFACES.xml M src/org/openbravo/erpCommon/utility/reporting/printing/EmailOptions.html --- |
(0044506) hudsonbot (developer) 2012-01-24 13:34 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9a942bd15053 [^] Maturity status: Test |
(0044512) hudsonbot (developer) 2012-01-24 13:34 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9a942bd15053 [^] Maturity status: Test |
(0044517) dbaz (developer) 2012-01-24 17:16 |
Reviewed @ changeset 15187 - 91a0972e4ee7 |
Issue History | |||
Date Modified | Username | Field | Change |
2011-12-16 14:30 | ioritzCia | New Issue | |
2011-12-16 14:30 | ioritzCia | Assigned To | => alostale |
2011-12-16 14:30 | ioritzCia | Web browser | => Google Chrome, Mozilla Firefox |
2011-12-16 14:30 | ioritzCia | Modules | => Core |
2011-12-16 14:37 | ioritzCia | Web browser | Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox |
2011-12-16 14:37 | ioritzCia | Target Version | => 3.0MP8 |
2011-12-16 14:37 | ioritzCia | Issue Monitored: networkb | |
2011-12-16 14:38 | ioritzCia | Web browser | Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox |
2011-12-16 14:38 | ioritzCia | Resolution time | => 1326927600 |
2012-01-02 12:42 | ioritzCia | Web browser | Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox |
2012-01-02 12:42 | ioritzCia | Steps to Reproduce Updated | View Revisions |
2012-01-11 09:04 | alostale | Note Added: 0044227 | |
2012-01-11 10:34 | azabaleta | Note Added: 0044234 | |
2012-01-12 11:07 | alostale | Relationship added | related to 0019472 |
2012-01-12 11:11 | alostale | Note Added: 0044294 | |
2012-01-12 11:12 | alostale | Assigned To | alostale => dbaz |
2012-01-14 20:04 | dbaz | Note Added: 0044340 | |
2012-01-15 22:26 | dbaz | Assigned To | dbaz => alostale |
2012-01-23 09:30 | hgbot | Checkin | |
2012-01-23 09:30 | hgbot | Note Added: 0044473 | |
2012-01-23 09:30 | hgbot | Status | new => resolved |
2012-01-23 09:30 | hgbot | Resolution | open => fixed |
2012-01-23 09:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/82d33010411343c836bff19076bbd08e9693023e [^] |
2012-01-23 09:34 | alostale | Note Added: 0044474 | |
2012-01-23 20:12 | hgbot | Checkin | |
2012-01-23 20:12 | hgbot | Note Added: 0044493 | |
2012-01-24 13:34 | hudsonbot | Checkin | |
2012-01-24 13:34 | hudsonbot | Note Added: 0044506 | |
2012-01-24 13:34 | hudsonbot | Checkin | |
2012-01-24 13:34 | hudsonbot | Note Added: 0044512 | |
2012-01-24 17:16 | dbaz | Note Added: 0044517 | |
2012-01-24 17:16 | dbaz | Status | resolved => closed |
2012-01-24 17:16 | dbaz | Fixed in Version | => 3.0MP8 |
Copyright © 2000 - 2009 MantisBT Group |