Commit Graph

4 Commits

Author SHA1 Message Date
Chl 224e82f9fa Default choice for body format (auto/txt/html) in module's setup
Enhancement for issue #1
2021-12-05 02:04:18 +01:00
Chl faa9dcaa6c Allow sending emails even when the invoice is a draft 2021-12-05 02:04:18 +01:00
Chl 1e694ef51d [DB upgrade] Adding a field to select the mail's body format
Technical reminder about the DB upgrade :
There doesn't seem to be an easy and reusable way to give CMail both
parts of an text+html email, so we rework the database schema to have
a simple 'body' field with a 'body_ishtml' switch, following CMail
interface.

Enhancement from issue #1
2021-12-05 02:01:00 +01:00
Chl b5bc4bca93 v. 0.3.0 : customization form for each recurring invoice 2021-03-23 15:27:33 +01:00