Simple Invoices
From Indie IT Wiki
Revision as of 17:51, 17 September 2013 by imported>Indieit (→HTML Code)
HOWTO: Email Signature - Adding
Edit:
/var/www/localhost/htdocs/simpleinvoices/templates/default/invoices/email.tpl
Add the email signature content between the <textarea> tags on line 53.
This will auto-fill the textbox when using the 'send invoice by email' form.
HTML Code
When entering an apostrophe in a text field (for instance in a customer's name) you must use HTML code: ’
Otherwise when the name is viewed in the customer list it will show like this: Gavin's Emporium....
Voiding a payment
Inventory - Add - Issues
The drop down list is shown by the order a product was created (its ID number when viewed in phpMyAdmin) and not by description which would make it easier to locate and item.
To have the list sort by description edit:
/var/www/localhost/htdocs/simpleinvoices/include/class/product.php