summaryrefslogtreecommitdiff
path: root/templates/Estonian-ar_transaction.html
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /templates/Estonian-ar_transaction.html
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Estonian-ar_transaction.html')
-rwxr-xr-xtemplates/Estonian-ar_transaction.html239
1 files changed, 239 insertions, 0 deletions
diff --git a/templates/Estonian-ar_transaction.html b/templates/Estonian-ar_transaction.html
new file mode 100755
index 00000000..f3cd7909
--- /dev/null
+++ b/templates/Estonian-ar_transaction.html
@@ -0,0 +1,239 @@
+
+<body bgcolor=ffffff>
+
+<table width=100%>
+
+ <%include letterhead.html%>
+
+ <tr>
+ <td width=10>&nbsp;</td>
+
+ <th colspan=3>
+ <h4>MÌÌgiReskontro - T E H I N G</h4>
+ </th>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td>
+ <table width=100% callspacing=0 cellpadding=0>
+ <tr valign=top>
+ <td><%name%>
+ <br><%address1%>
+ <%if address2%>
+ <br><%address2%>
+ <%end address2%>
+ <br><%city%>
+ <%if state%>
+ , <%state%>
+ <%end state%>
+ <%zipcode%>
+ <%if country%>
+ <br><%country%>
+ <%end country%>
+ <br>
+
+ <%if contact%>
+ <br><%contact%>
+ <br>
+ <%end contact%>
+
+ <%if customerphone%>
+ <br>Tel: <%customerphone%>
+ <%end customerphone%>
+
+ <%if customerfax%>
+ <br>Faks: <%customerfax%>
+ <%end customerfax%>
+
+ <%if email%>
+ <br><%email%>
+ <%end email%>
+
+ <%if customertaxnumber%>
+ <br>KÀibemaksukohuslane : <%customertaxnumber%>
+ <%end customertaxnumber%>
+ </td>
+
+ <td align=right>
+ <table>
+ <tr>
+ <th align=left nowrap>Arve #</th>
+ <td><%invnumber%></td>
+ </tr>
+ <tr>
+ <th align=left nowrap>KuupÀev</th>
+ <td><%invdate%></td>
+ </tr>
+ <tr>
+ <th align=left nowrap>Maksta olev</th>
+ <td><%duedate%></td>
+ </tr>
+ <%if ponumber%>
+ <tr>
+ <th align=left>PO #</th>
+ <td><%ponumber%>&nbsp;</td>
+ </tr>
+ <%end ponumber%>
+ <%if ordnumber%>
+ <tr>
+ <th align=left>Tellimus #</th>
+ <td><%ordnumber%>&nbsp;</td>
+ </tr>
+ <%end ordnumber%>
+ <tr>
+ <th align=left nowrap>MÌÌja</th>
+ <td><%employee%>&nbsp;</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr height=5></tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td>
+ <table>
+ <%foreach account%>
+ <tr valign=top>
+ <td><%accno%></td>
+ <td><%account%></td>
+ <td width=10> </td>
+ <td align=right><%amount%></td>
+ <td width=10> </td>
+ <td><%description%></td>
+ <td width=10> </td>
+ <td><%projectnumber%></td>
+ </tr>
+ <%end account%>
+
+ <tr>
+ <%if taxincluded%>
+ <th colspan=2 align=right>Kokku</th>
+ <td width=10> </td>
+ <td align=right><%invtotal%></td>
+ <%end taxincluded%>
+
+ <%if not taxincluded%>
+ <th colspan=2 align=right>Vahesumma</th>
+ <td width=10> </td>
+ <td align=right><%subtotal%></td>
+ <%end taxincluded%>
+ </tr>
+
+ <%foreach tax%>
+ <tr>
+ <th colspan=2 align=right><%taxdescription%> @ <%taxrate%> %</th>
+ <td width=10> </td>
+ <td align=right><%tax%></td>
+ </tr>
+ <%end tax%>
+
+ <%if not taxincluded%>
+ <tr>
+ <th colspan=2 align=right>Kokku</th>
+ <td width=10> </td>
+ <td align=right><%invtotal%></td>
+ </tr>
+ <%end taxincluded%>
+ </table>
+ </td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td>
+ <%text_amount%> ***** <%decimal%>/100 <%currency%>
+ </td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td>
+ <%notes%>
+ </td>
+ </tr>
+
+ <%if paid_1%>
+ <tr>
+ <td>&nbsp;</td>
+
+ <td>
+ <table>
+ <tr>
+ <th>Maksed</th>
+ </tr>
+
+ <tr>
+ <td>
+ <hr noshade>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <table>
+ <tr>
+ <th>KuupÀev</th>
+ <th>&nbsp;</th>
+ <th>Alus</th>
+ <th>Summa</th>
+ </tr>
+ <%end paid_1%>
+
+ <%foreach payment%>
+ <tr>
+ <td><%paymentdate%></td>
+ <td><%paymentaccount%></td>
+ <td><%paymentsource%></td>
+ <td align=right><%payment%></td>
+ </tr>
+ <%end payment%>
+
+ <%if paid_1%>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <%end paid_1%>
+
+ <tr height=10></tr>
+
+ <%foreach tax%>
+ <tr>
+ <td>&nbsp;</td>
+
+ <th colspan=9 align=left><font size=-2><%taxdescription%> KÀibemaksukohuslase NR: <%taxnumber%></th>
+ </tr>
+ <%end tax%>
+
+ <%if taxincluded%>
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
+
+ <tr>
+ <th colspan=3 align=left><font size=-2>Summad sisaldavad kÀibemaksu.</th>
+ </tr>
+ <%end taxincluded%>
+
+</table>
+
+</body>
+</html>
+
+
+
+
+
+