Difference between revisions of "Plugin: Mail button"
From iDempiere en
(Modification of the plugin to correct the call to the library com.itextpdf.text) Tag: visualeditor |
|||
| Line 4: | Line 4: | ||
[[File:Screenshot from 2020-02-03 00-55-19.png|thumb|right|The default button placement is Business Partner and User; this can be changed in ToolBar Button Window.]] | [[File:Screenshot from 2020-02-03 00-55-19.png|thumb|right|The default button placement is Business Partner and User; this can be changed in ToolBar Button Window.]] | ||
| − | * '''Creator/Maintainter:''' [[User:PhilB|Phil Barnett]] ([[User talk:PhilB|talk]]) | + | * '''Creator/Maintainter:''' [[User:PhilB|Phil Barnett]] ([[User talk:PhilB|talk]]) / CapChf |
* '''Current Version:''' 1.0.1 | * '''Current Version:''' 1.0.1 | ||
* '''License:''' [http://www.gnu.org/licenses/gpl-2.0.html GPLv2] - Free as in Freedom not Free Lunch | * '''License:''' [http://www.gnu.org/licenses/gpl-2.0.html GPLv2] - Free as in Freedom not Free Lunch | ||
| − | * '''Source:''' [https://github.com/ | + | * '''Source:''' [https://github.com/ChristopheCap/MailButton GitHub repository] |
| − | * '''Plugin:''' [https://github.com/ | + | * '''Plugin:''' [https://github.com/ChristopheCap/MailButton/blob/master/au.blindmot.mailbtn_1.0.0.202309041027.jar .jar plugin] |
__FORCETOC__ | __FORCETOC__ | ||
== Description == | == Description == | ||
| + | We modified the plugin so that it works on IDP 9.0 | ||
| + | |||
Idempiere makes great use of email to send reports and through its use of templates to send bulk email to 'interest areas'. But what if you want to send an email to say a CRM contact (user) from the context of the lead window? Or to a business partner contact? This handy little plugin allows this by placing a 'mail button' on the toolbar. | Idempiere makes great use of email to send reports and through its use of templates to send bulk email to 'interest areas'. But what if you want to send an email to say a CRM contact (user) from the context of the lead window? Or to a business partner contact? This handy little plugin allows this by placing a 'mail button' on the toolbar. | ||
* Allows the user to select a mail template, with option for a basic blank email. | * Allows the user to select a mail template, with option for a basic blank email. | ||
Revision as of 16:28, 11 September 2023
- Creator/Maintainter: Phil Barnett (talk) / CapChf
- Current Version: 1.0.1
- License: GPLv2 - Free as in Freedom not Free Lunch
- Source: GitHub repository
- Plugin: .jar plugin
Description
We modified the plugin so that it works on IDP 9.0
Idempiere makes great use of email to send reports and through its use of templates to send bulk email to 'interest areas'. But what if you want to send an email to say a CRM contact (user) from the context of the lead window? Or to a business partner contact? This handy little plugin allows this by placing a 'mail button' on the toolbar.
- Allows the user to select a mail template, with option for a basic blank email.
- Automatically populates the mail dialog with the email from the window context, or shows a list of users if you're in the business partner window.
- Uses the excellent WEMailDialog with built in HTML editor.
- Adds a 'User Mail' record to the recipient's ad_user record.
Steps To Use
- Just add the jar to your OSGi web console and start the plugin.
If you want to provide additional comments, please use the Discussion page.
