summaryrefslogtreecommitdiff
path: root/templates/Spanish_Letter-packing_list.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Spanish_Letter-packing_list.html
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Spanish_Letter-packing_list.html')
-rwxr-xr-xtemplates/Spanish_Letter-packing_list.html78
1 files changed, 39 insertions, 39 deletions
diff --git a/templates/Spanish_Letter-packing_list.html b/templates/Spanish_Letter-packing_list.html
index 82cba4f6..7e93688a 100755
--- a/templates/Spanish_Letter-packing_list.html
+++ b/templates/Spanish_Letter-packing_list.html
@@ -8,7 +8,7 @@
<tr valign=bottom>
<td width="10">&nbsp;</td>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr>
<th colspan="5"> </th>
<th align="left">
@@ -22,7 +22,7 @@
<tr>
<td colspan="5"> </td>
- <td align="left"><%name%></td>
+ <td align="left"><?lsmb name ?></td>
</tr>
<tr>
@@ -31,23 +31,23 @@
<td>Fecha</td>
<td>Cód. Cliente</td>
<td width="10%"> </td>
- <td><%address1%></td>
+ <td><?lsmb address1 ?></td>
</tr>
<tr>
- <td><b><%ordnumber%></b></td>
- <td><b><%invnumber%></b></td>
- <td><b><%invdate%></b></td>
- <td><b><%customer_id%></b></td>
+ <td><b><?lsmb ordnumber ?></b></td>
+ <td><b><?lsmb invnumber ?></b></td>
+ <td><b><?lsmb invdate ?></b></td>
+ <td><b><?lsmb customer_id ?></b></td>
<td> </td>
- <td><%addr2%></td>
+ <td><?lsmb addr2 ?></td>
</tr>
<tr>
<td colspan="5">
- <td><%city%> <%state%> <%zipcode%></td>
+ <td><?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?></td>
</tr>
<tr>
<td colspan="5">
- <td><%addr4%></td>
+ <td><?lsmb addr4 ?></td>
</tr>
</table>
</table>
@@ -56,7 +56,7 @@
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr bgcolor=000000>
<!-- <th align=left><font color=ffffff>Número</th> -->
<!-- <th><font color=ffffff>Cant.</th> -->
@@ -71,17 +71,17 @@
<td colspan="4"><hr noshade></td>
</tr>
-<%foreach number%>
+<?lsmb foreach number ?>
<tr valign=top>
- <!-- <td><%number%></td> -->
- <!-- <td><%unit%></td> -->
- <td align="right"><%qty%></td>
- <td align="left"><%description%></td>
- <td align="right"><%sellprice%></td>
- <!-- <td align=right><%discount%></td> -->
- <td align="right"><%linetotal%></td>
+ <!-- <td><?lsmb number ?></td> -->
+ <!-- <td><?lsmb unit ?></td> -->
+ <td align="right"><?lsmb qty ?></td>
+ <td align="left"><?lsmb description ?></td>
+ <td align="right"><?lsmb sellprice ?></td>
+ <!-- <td align=right><?lsmb discount ?></td> -->
+ <td align="right"><?lsmb linetotal ?></td>
</tr>
-<%end number%>
+<?lsmb end number ?>
<tr>
<td colspan="4"><hr noshade></td>
@@ -91,29 +91,29 @@
<!-- Subtotales, impuestos y totales -->
<table width="100%">
<tr>
-<%if taxincluded%>
+<?lsmb if taxincluded ?>
<th align=right>Total</th>
- <td align=right><%invtotal%></td>
-<%end taxincluded%>
-<%if not taxincluded%>
+ <td align=right><?lsmb invtotal ?></td>
+<?lsmb end taxincluded ?>
+<?lsmb if not taxincluded ?>
<th align="right">Base imponible</th>
- <td align="right"><%subtotal%> &euro;</td>
-<%end taxincluded%>
+ <td align="right"><?lsmb subtotal ?> &euro;</td>
+<?lsmb end taxincluded ?>
</tr>
-<%foreach tax%>
+<?lsmb foreach tax ?>
<tr>
- <th align="right">IVA (<%taxrate%>%) sobre <%taxbase%>:</th>
- <td align="right"><%tax%> &euro;</td>
+ <th align="right">IVA (<?lsmb taxrate ?>%) sobre <?lsmb taxbase ?>:</th>
+ <td align="right"><?lsmb tax ?> &euro;</td>
</tr>
-<%end tax%>
+<?lsmb end tax ?>
-<%if paid%>
+<?lsmb if paid ?>
<tr>
<th align="right">Pagado:</th>
- <td align="right"><%paid%> &euro;</td>
+ <td align="right"><?lsmb paid ?> &euro;</td>
</tr>
-<%end paid%>
+<?lsmb end paid ?>
<tr>
<td>&nbsp;</td>
@@ -122,7 +122,7 @@
<tr>
<th align="right">Total:</th>
- <th align="right"><%invtotal%> &euro;</th>
+ <th align="right"><?lsmb invtotal ?> &euro;</th>
</tr>
<tr>
@@ -135,17 +135,17 @@
<!-- Pie -->
<table width="100%">
<tr valign=top>
-<%if notes%>
+<?lsmb if notes ?>
<td>Notas</td>
- <td><%notes%></td>
-<%end notes%>
+ <td><?lsmb notes ?></td>
+<?lsmb end notes ?>
</tr>
-<%if taxincluded%>
+<?lsmb if taxincluded ?>
<tr>
<th colspan="2" align="left"><font size=-2>Los precios incluyen impuestos.</th>
</tr>
-<%end taxincluded%>
+<?lsmb end taxincluded ?>
</table>