The great thing about this template is that everything is editable on this page. Mouse over any text and click to edit it. Add more items, change/add clients, update your company info etc. Invoices can be saved, printed, exported to PDF, or emailed to the client via a secure link. You can get this template for $50.
Live demo Buy nowIf you are already own Invoice template v1 you can upgrade to version 2 for $25.
Version 2.2 - May 2021
Version 2.1 - December 2020
Version 2.0 - December 2018
Type in invoice items manually or pick from auto-suggest list. Add new items on the fly.
Proceed to Visual Editor, open Add page of Invoices table and double-click on seller_info field. Change the default company value under 'Default value'.
To create multiline default value use \n in PHP version.
Example: "Line 1\nLine 2\nLine3"
In ASP use vbcrlf constant for this purpose.
Example: "Line 1" & vbcrlf & "Line 2" & vbcrlf & "Line3"
You can simply re-order invoice items dragging them. Notice that item position will be updated automatically.
Proceed to the Page Designer, open Add page of 'invdetails' view and double-click 'item' field. The default edit type is 'Edit box with AJAX popup'. You can disallow free input or change edit type to 'Dropdown box'.
You can also change the default value of this field from "Title1" to something like 'Please select".
Invoice template supports Microsoft Access, SQL Server, MySQL, Oracle and Postgre databases.
1. Proceed to Page Designer, open Invocies Add page, double-click on Company field and make it a "Readonly" field.
2. Proceed to Events page, choose Invoices - Add page - Javascript OnLoad event and comment out or remove the following line of code:
To do so add the following code to AfterAppInit event via Event Editor. In this example SAR is your custom currency symbol.
Glad you asked. There is an article in our blog that explains how to add checkout functionality to your project using Invoice template.