Skip to content

Version 3.2.0 - Recurring Invoices

Choose a tag to compare

@shivampaw shivampaw released this 02 Dec 22:30

Recurring Invoices are finally here!

This update adds a checkbox and two optional fields (compulsory if checkbox is checked). You can use them to make the invoice recurring by setting how often it should recur and what the due date should be.

This update also contains a lot of refactoring to make the code cleaner by using Laravel Requests and Laravel Maileable classes.

Upgrade Instructions

Run git pull to update the files and then run php artisan migrate which should run the database upgrades. Once done, everything should be working fine!