SimpleInvoices stuff
I set up Simple Invoices this evening for some basic billing I need to do (and automate). Pretty straightforward for the basic part. I did discover that there was a bug for the recurring invoicing that was reported as fixed, but apparently still exists. Fairly simple fix – assuming your “simpleinvoices” install is in /var/www/simpleinvoices, run:
vim /var/www/simpleinvoices/include/class/cron.php
Issue a “:117” (followed by enter) in vim, then add a closing quote to the line referenced in the link above.
Still working on my invoicing emails, as I don’t run a mail server on the host I run the service on, and need to get it set up to send messages through my gmail – or actually configure a basic mail server. Will see what works the best.
Leave a Reply