diff options
| author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
| commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
| tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/templates/Danish-invoice.html | |
| parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
| parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) | |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/templates/Danish-invoice.html')
| -rw-r--r-- | sql-ledger/templates/Danish-invoice.html | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/sql-ledger/templates/Danish-invoice.html b/sql-ledger/templates/Danish-invoice.html index d150a8475..4eda948ad 100644 --- a/sql-ledger/templates/Danish-invoice.html +++ b/sql-ledger/templates/Danish-invoice.html @@ -79,18 +79,26 @@ <tr> <td><%name%> - <br><%addr1%> - <br><%addr2%> - <br><%addr3%> - <br><%addr4%> + <br><%address1%> + <%if address2%> +<br><%address2%> +<%end address2%> + <br><%city%> <%state%> <%zipcode%> + <%if country%> +<%country%> +<%end country%> </td> <%if shiptoname%> <td><%shiptoname%> - <br><%shiptoaddr1%> - <br><%shiptoaddr2%> - <br><%shiptoaddr3%> - <br><%shiptoaddr4%> + <br><%shiptoaddress1%> + <%if shiptoaddress2%> +<br><%shiptoaddress2%> +<%end shiptoaddress2%> + <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%> + <%if shiptocountry%> +<%shiptocountry%> +<%end shiptocountry%> </td> <%end shiptoname%> </tr> @@ -135,6 +143,7 @@ adjust the colspan if you include this to shift subtotal one to the right 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%> --> <tr> |
