Simple Invoices

From Indie IT Wiki
Revision as of 11:09, 22 June 2021 by Gcoles (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: &#146;

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.

SI Inventory Adding.png

To have the list sort by description, edit:

/var/www/localhost/htdocs/simpleinvoices/include/class/product.php