From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- templates/Dutch-pos_invoice.txt | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 templates/Dutch-pos_invoice.txt (limited to 'templates/Dutch-pos_invoice.txt') diff --git a/templates/Dutch-pos_invoice.txt b/templates/Dutch-pos_invoice.txt new file mode 100755 index 00000000..77008066 --- /dev/null +++ b/templates/Dutch-pos_invoice.txt @@ -0,0 +1,50 @@ +<%company align=center width=40%> +<%address align=center width=40%> + +Kassa: <%till align=left width=3%> Phone#: <%tel%> +Kassier: <%employee%> +Verk Nr/Datum: <%invnumber%> / <%invdate%> +Afgedrukt: <%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%> + +Aantal items: <%rowcount%> +<%if taxincluded%> + --------------- + Bedrag : <%invtotal align=right width=9%> +<%end taxincluded%> +<%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%> + + Dank u en tot ziens! + +<%if taxincluded%> +Belasting is in de prijs inbegrepen. +<%end taxincluded%> + + + + -- cgit v1.2.3