From 32306b5f8ffe4ce594409aa6e89626740b225a39 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 15 Nov 2004 10:35:56 +0000 Subject: import sql-ledger 2.4.4 --- sql-ledger/templates/Estonian-invoice.html | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'sql-ledger/templates/Estonian-invoice.html') diff --git a/sql-ledger/templates/Estonian-invoice.html b/sql-ledger/templates/Estonian-invoice.html index 8660fb866..7522436ce 100644 --- a/sql-ledger/templates/Estonian-invoice.html +++ b/sql-ledger/templates/Estonian-invoice.html @@ -56,17 +56,25 @@ tel, fax, signature, username, businessnumber --> <%name%> -
<%addr1%> -
<%addr2%> -
<%addr3%> -
<%addr4%> +
<%address1%> + <%if address2%> +
<%address2%> +<%end address2%> +
<%city%> <%state%> <%zipcode%> + <%if country%> +<%country%> +<%end country%> <%shiptoname%> -
<%shiptoaddr1%> -
<%shiptoaddr2%> -
<%shiptoaddr3%> -
<%shiptoaddr4%> +
<%shiptoaddress1%> + <%if shiptoaddress2%> +
<%shiptoaddress2%> +<%end shiptoaddress2%> +
<%shiptocity%> <%shiptostate%> <%shiptozipcode%> + <%if shiptocountry%> +<%shiptocountry%> +<%end shiptocountry%> @@ -101,6 +109,7 @@ tel, fax, signature, username, businessnumber --> you can also use netprice instead of sellprice if you don't want to show the discount netprice = sellprice - discount +to show the percentage for a discount use <%discountrate%> --> -- cgit v1.2.1