Dolibarr module to send recurring invoice by email.
Go to file
2021-02-19 02:48:14 +01:00
.tx Commit initial 2018-12-01 22:40:20 +01:00
class Reload not needed anymore 2021-02-19 02:20:45 +01:00
core/modules First try at removing lang specifications from email template 2021-02-19 02:48:14 +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 version increment 2021-02-19 02:28:54 +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 First try at removing lang specifications from email template 2021-02-19 02:48:14 +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.

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

Other modules are available on Dolistore.com.

Translations

Translations can be define manually by editing files into directories langs.

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