From f6c9088e16c4c083174dd1130ae58d213923cdef Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Jul 2003 11:45:14 +0000 Subject: import of sql-ledger 2.0.8 --- sql-ledger/templates/Service-invoice.html | 226 ++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 sql-ledger/templates/Service-invoice.html (limited to 'sql-ledger/templates/Service-invoice.html') diff --git a/sql-ledger/templates/Service-invoice.html b/sql-ledger/templates/Service-invoice.html new file mode 100644 index 000000000..8ae689775 --- /dev/null +++ b/sql-ledger/templates/Service-invoice.html @@ -0,0 +1,226 @@ + + + + + + + + +
+ + + + + + + + + +
+

+ <%company%> +
<%address%> +
Tel/Fax <%tel%> / <%fax%> +

+
+

I N V O I C E

+
+ + + + + + + + + + + + + + + + + + + + +<%if notes%> + + + +<%end notes%> + + + + + + + + + + + + + + +<%foreach tax%> + + + +<%end tax%> + + + + + +
+ + + + + + + + + + + +
Date <%invdate%>
Number<%invnumber%>
+
+ + + + + + + + + +
To:
<%name%> +
<%addr1%> +
<%addr2%> +
<%addr3%> +
<%addr4%> +
+
+
+ + + + + + + +<%foreach number%> + + + + + +<%end number%> + + + + + + +<%if taxincluded%> + + + +<%end taxincluded%> +<%if not taxincluded%> + + + +<%end taxincluded%> + + +<%foreach tax%> + + + + +<%end tax%> + + + +<%if paid%> + + + + + +<%end paid%> + + + + + + + + + + + + + + + + +
Description Amount
<%description%> <%linetotal%>

 Total<%invtotal%> Subtotal<%subtotal%>
<%taxdescription%><%tax%>
 Paid<%paid%>
 
+<%if terms%> +Terms  Net <%terms%> days +<%end terms%> +Total<%total%>
 
+
+ + + + + + + +
Notes
<%notes%>
+   +
+
 
+ Please make check payable to <%company%> +
Thank you for your valued business! +
 
+ + + + + +
+ Payment due NET <%terms%> Days from date of Invoice. + Interest on overdue amounts will acrue at the rate of 1.5% per month + from due date until paid in full. + + + X
+
+
<%taxdescription%> Registration <%taxnumber%>
+ +
+ + + + -- cgit v1.2.1