InvoicePlane / InvoicePlane

A self-hosted open source application for managing your invoices, clients and payments.
https://www.invoiceplane.com
Other
2.55k stars 799 forks source link

Add subject line to email templates #11

Closed Kovah closed 10 years ago

Kovah commented 10 years ago

Let the user specify the subject line for the email templates.

Jadaw1n commented 10 years ago

Working on this.

email_template

How do you do database migrations?

Kovah commented 10 years ago

Migrations are done with the setup (application/modules/setup). The setup has to be opened after updating InvoicePlane. Database changes have to be aded to the next version's sql file and the models/mdl_setup.php file. Please use 002_1.1.0.sqlas 001_1.0.1.sql is reserved for the next hotfix release.