summaryrefslogtreecommitdiff
path: root/templates/Dutch-pos_invoice.txt
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/Dutch-pos_invoice.txt
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/Dutch-pos_invoice.txt')
-rwxr-xr-xtemplates/Dutch-pos_invoice.txt72
1 files changed, 36 insertions, 36 deletions
diff --git a/templates/Dutch-pos_invoice.txt b/templates/Dutch-pos_invoice.txt
index 77008066..11ceeeaf 100755
--- a/templates/Dutch-pos_invoice.txt
+++ b/templates/Dutch-pos_invoice.txt
@@ -1,49 +1,49 @@
-<%company align=center width=40%>
-<%address align=center width=40%>
+<?lsmb company align=center width=40 ?>
+<?lsmb address align=center width=40 ?>
-Kassa: <%till align=left width=3%> Phone#: <%tel%>
-Kassier: <%employee%>
-Verk Nr/Datum: <%invnumber%> / <%invdate%>
-Afgedrukt: <%dateprinted%>
+Kassa: <?lsmb till align=left width=3 ?> Phone#: <?lsmb tel ?>
+Kassier: <?lsmb employee ?>
+Verk Nr/Datum: <?lsmb invnumber ?> / <?lsmb invdate ?>
+Afgedrukt: <?lsmb dateprinted ?>
Hoeveelheid Omschrijving Bedrag
-<%foreach number%>
-<%qty align=right width=5%> <%description align=left width=24 offset=6%> <%linetotal align=right width=9%>
- <%number%> @ <%sellprice%>/<%unit%>
-<%end number%>
+<?lsmb foreach number ?>
+<?lsmb qty align=right width=5 ?> <?lsmb description align=left width=24 offset=6 ?> <?lsmb linetotal align=right width=9 ?>
+ <?lsmb number ?> @ <?lsmb sellprice ?>/<?lsmb unit ?>
+<?lsmb end number ?>
-Aantal items: <%rowcount%>
-<%if taxincluded%>
+Aantal items: <?lsmb rowcount ?>
+<?lsmb if taxincluded ?>
---------------
- Bedrag : <%invtotal align=right width=9%>
-<%end taxincluded%>
-<%if not taxincluded%>
+ Bedrag : <?lsmb invtotal align=right width=9 ?>
+<?lsmb end taxincluded ?>
+<?lsmb if not taxincluded ?>
------------
- Subtotaal: <%subtotal align=right width=9%>
-<%end taxincluded%>
-<%foreach tax%>
-<%taxdescription align=right width=23%> @ <%taxrate align=right width=2%>%: <%tax align=right width=9%>
-<%end tax%>
- Bedrag : <%invtotal align=right width=9%>
-<%foreach payment%>
-<%paymentaccount align=right width=29%>: <%payment align=right width=9%> <%currency%>
-<%end payment%>
-<%if change%>
- Wisselgeld: <%change align=right width=9%>
-<%end change%>
-<%if total%>
- Te betalen : <%total align=right width=9%>
-<%end total%>
-<%if discount%>
-
-<%discount%> % Discount applied
-<%end discount%>
+ Subtotaal: <?lsmb subtotal align=right width=9 ?>
+<?lsmb end taxincluded ?>
+<?lsmb foreach tax ?>
+<?lsmb taxdescription align=right width=23 ?> @ <?lsmb taxrate align=right width=2 ?>%: <?lsmb tax align=right width=9 ?>
+<?lsmb end tax ?>
+ Bedrag : <?lsmb invtotal align=right width=9 ?>
+<?lsmb foreach payment ?>
+<?lsmb paymentaccount align=right width=29 ?>: <?lsmb payment align=right width=9 ?> <?lsmb currency ?>
+<?lsmb end payment ?>
+<?lsmb if change ?>
+ Wisselgeld: <?lsmb change align=right width=9 ?>
+<?lsmb end change ?>
+<?lsmb if total ?>
+ Te betalen : <?lsmb total align=right width=9 ?>
+<?lsmb end total ?>
+<?lsmb if discount ?>
+
+<?lsmb discount ?> % Discount applied
+<?lsmb end discount ?>
Dank u en tot ziens!
-<%if taxincluded%>
+<?lsmb if taxincluded ?>
Belasting is in de prijs inbegrepen.
-<%end taxincluded%>
+<?lsmb end taxincluded ?>