Dolibarr module to send recurring invoice by email.
Go to file
2021-02-20 00:32:15 +01:00
.tx Commit initial 2018-12-01 22:40:20 +01:00
class Allow some mail customization for each template via note_private 2021-02-20 00:32:15 +01:00
core/modules Allow some mail customization for each template via note_private 2021-02-20 00:32:15 +01:00
img Renaming from sendfacrecmail to sendrecurringinvoicebymail 2019-08-03 19:08:07 +02:00
langs Renaming from sendfacrecmail to sendrecurringinvoicebymail 2019-08-03 19:08:07 +02:00
test/phpunit Renaming from sendfacrecmail to sendrecurringinvoicebymail 2019-08-03 19:08:07 +02:00
.editorconfig Commit initial 2018-12-01 22:40:20 +01:00
.gitattributes Commit initial 2018-12-01 22:40:20 +01:00
.gitignore Commit initial 2018-12-01 22:40:20 +01:00
ChangeLog.md Allow some mail customization for each template via note_private 2021-02-20 00:32:15 +01:00
COPYING Commit initial 2018-12-01 22:40:20 +01:00
modulebuilder.txt Commit initial 2018-12-01 22:40:20 +01:00
phpdoc.dist.xml Renaming from sendfacrecmail to sendrecurringinvoicebymail 2019-08-03 19:08:07 +02:00
README.md Allow some mail customization for each template via note_private 2021-02-20 00:32:15 +01:00

SendRecurringInvoiceByMail for DOLIBARR ERP CRM

Features

This module send the PDF generated with recurring invoices by email to the client.

You can customize the mail template in Home > Setup > Emails > Email templates.

Beta - test in progress : you can also customize for each template invoice, by adding some of those blocks in the private notes of the template.

This is a good client (this is outside of the %%% blocks so it won't appear in the mails :)

%%% sendrecurringinvoicebymail::body
Hello dear client,

Please find attached... invoice __REF__...

__(Sincerely)__,

__MYCOMPANY_NAME__
%%%

%%% sendrecurringinvoicebymail::subject
My custom subject
%%%
%%% sendrecurringinvoicebymail::sendto
test1@example.org, "Mr. Test2" <test2@example.com>
%%%

Requirements

It requires Dolibarr version 10.0 at least (first version with the 'cron/afterCreationOfRecurringInvoice()' hook).

Other modules are available on Dolistore.com.

Licenses

Main code

GPLv3 logo

GPLv3 or (at your option) any later version.

See file COPYING for more information.

Documentation

All texts and readmes.

GFDL logo