summaryrefslogtreecommitdiff
path: root/sql-ledger/templates/Brazilian_Portuguese-invoice.html
diff options
context:
space:
mode:
authorivan <ivan>2004-11-15 10:35:56 +0000
committerivan <ivan>2004-11-15 10:35:56 +0000
commit32306b5f8ffe4ce594409aa6e89626740b225a39 (patch)
tree8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/templates/Brazilian_Portuguese-invoice.html
parent52072fcd26f2faf57923f598c358e7f47c4e2643 (diff)
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/templates/Brazilian_Portuguese-invoice.html')
-rw-r--r--sql-ledger/templates/Brazilian_Portuguese-invoice.html25
1 files changed, 17 insertions, 8 deletions
diff --git a/sql-ledger/templates/Brazilian_Portuguese-invoice.html b/sql-ledger/templates/Brazilian_Portuguese-invoice.html
index 287123833..0d280d4b1 100644
--- a/sql-ledger/templates/Brazilian_Portuguese-invoice.html
+++ b/sql-ledger/templates/Brazilian_Portuguese-invoice.html
@@ -82,17 +82,25 @@
<tr valign=top>
<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>
<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>
</tr>
</table>
@@ -136,6 +144,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>