summaryrefslogtreecommitdiff
path: root/templates/Estonian_UTF8-bin_list.html
blob: c4d06d4d219ae09cde016ad6aea36ac99ca6568d (plain)
  1. <body bgcolor=ffffff>
  2. <table width=100%>
  3. <%include letterhead.html%>
  4. <tr>
  5. <td width=10>&nbsp;</td>
  6. <th colspan=3>
  7. <h4>P A K EN D I &nbsp;&nbsp; S A A T E L E H T</h4>
  8. </th>
  9. </tr>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <td>
  13. <table width=100% cellspacing=0 cellpadding=0>
  14. <tr bgcolor=000000>
  15. <th align=left width=50%><font color=ffffff>Saatja</th>
  16. <th align=left width=50%><font color=ffffff>Tarneaadress</th>
  17. </tr>
  18. <tr valign=top>
  19. <td><%name%>
  20. <br><%address1%>
  21. <%if address2%>
  22. <br><%address2%>
  23. <%end address2%>
  24. <br><%city%>
  25. <%if state%>
  26. , <%state%>
  27. <%end state%>
  28. <%zipcode%>
  29. <%if country%>
  30. <%country%>
  31. <%end country%>
  32. <br>
  33. <%if contact%>
  34. <br>Kontaktisik: <%contact%>
  35. <%end contact%>
  36. <%if vendorphone%>
  37. <br>Tel: <%vendorphone%>
  38. <%end vendorphone%>
  39. <%if vendorfax%>
  40. <br>Fax: <%vendorfax%>
  41. <%end vendorfax%>
  42. <%if email%>
  43. <br><%email%>
  44. <%end email%>
  45. </td>
  46. <td><%shiptoname%>
  47. <br><%shiptoaddress1%>
  48. <%if shiptoaddress2%>
  49. <br><%shiptoaddress2%>
  50. <%end shiptoaddress2%>
  51. <br><%shiptocity%>
  52. <%if shiptostate%>
  53. , <%shiptostate%>
  54. <%end shiptostate%>
  55. <%shiptozipcode%>
  56. <%if shiptocountry%>
  57. <%shiptocountry%>
  58. <%end shiptocountry%>
  59. <br>
  60. <%if shiptocontact%>
  61. <br>Kontaktisik: <%shiptocontact%>
  62. <%end shiptocontact%>
  63. <%if shiptophone%>
  64. <br>Tel: <%shiptophone%>
  65. <%end shiptophone%>
  66. <%if shiptofax%>
  67. <br>Faks: <%shiptofax%>
  68. <%end shiptofax%>
  69. </td>
  70. </tr>
  71. </table>
  72. </td>
  73. </tr>
  74. <tr height=5></tr>
  75. <tr>
  76. <td>&nbsp;</td>
  77. <td>
  78. <table width=100% border=1>
  79. <tr>
  80. <th width=17% align=left nowrap>Tellimus #</th>
  81. <th width=17% align=left nowrap>Kuupäev</th>
  82. <th width=17% align=left nowrap>Kontakt</th>
  83. <%if warehouse%>
  84. <th width=17% align=left nowrap>Kaubaladu</th>
  85. <%end warehouse%>
  86. <th width=17% align=left>Tarneaadress</th>
  87. <th width=15% align=left>Tarneviis</th>
  88. </tr>
  89. <tr>
  90. <td><%ordnumber%>&nbsp;</td>
  91. <%if shippingdate%>
  92. <td><%shippingdate%></td>
  93. <%end shippingdate%>
  94. <%if not shippingdate%>
  95. <td><%orddate%></td>
  96. <%end shippingdate%>
  97. <td><%employee%>&nbsp;</td>
  98. <%if warehouse%>
  99. <td><%warehouse%></td>
  100. <%end warehouse%>
  101. <td><%shippingpoint%>&nbsp;</td>
  102. <td><%shipvia%>&nbsp;</td>
  103. </tr>
  104. </table>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td>&nbsp;</td>
  109. <td>
  110. <table width=100%>
  111. <tr bgcolor=000000>
  112. <th align=left><font color=ffffff>AR.</th>
  113. <th align=left><font color=ffffff>Number</th>
  114. <th align=left><font color=ffffff>Kirjeldus</th>
  115. <th><font color=ffffff>Seerianumber</th>
  116. <th>&nbsp;</th>
  117. <th><font color=ffffff>Kokku</th>
  118. <th><font color=ffffff>Saadetud</th>
  119. <th>&nbsp;</th>
  120. <th><font color=ffffff>Pakend</th>
  121. </tr>
  122. <%foreach number%>
  123. <tr valign=top>
  124. <td><%runningnumber%></td>
  125. <td><%number%></td>
  126. <td><%description%></td>
  127. <td><%serialnumber%></td>
  128. <td><%deliverydate%></td>
  129. <td align=right><%qty%></td>
  130. <td align=right><%ship%></td>
  131. <td><%unit%></td>
  132. <td><%bin%></td>
  133. </tr>
  134. <%end number%>
  135. </table>
  136. </td>
  137. </tr>
  138. <tr>
  139. <td>&nbsp;</td>
  140. <td><hr noshade></td>
  141. </tr>
  142. </table>
  143. </body>
  144. </html>