summaryrefslogtreecommitdiff
path: root/templates/Russian-bin_list.html
blob: d7b4f76aa1688bbfaea9343860ca5cd0a8178842 (plain)
  1. <body bgcolor=ffffff>
  2. <table width=100%>
  3. <tr>
  4. <td width=10>&nbsp;</td>
  5. <td>
  6. <table width=100%>
  7. <tr>
  8. <td>
  9. <h4>
  10. <%company%>
  11. <br><%address%>
  12. </h4>
  13. </td>
  14. <th></th>
  15. <th align=right>
  16. <h4>
  17. Тел: <%tel%>
  18. <br>Факс: <%fax%>
  19. </h4>
  20. </td>
  21. </tr>
  22. <tr>
  23. <th colspan=3>
  24. <h4>СПИСОК &nbsp;&nbsp;" B I N"</h4>
  25. </th>
  26. </tr>
  27. </table>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td>&nbsp;</td>
  32. <td>
  33. <table width=100% cellspacing=0 cellpadding=0>
  34. <tr bgcolor=000000>
  35. <th align=left width=50%><font color=ffffff>От</th>
  36. <th align=left width=50%><font color=ffffff>Доставка в</th>
  37. </tr>
  38. <tr valign=top>
  39. <td><%name%>
  40. <br><%address1%>
  41. <%if address2%>
  42. <br><%address2%>
  43. <%end address2%>
  44. <br><%city%> <%state%> <%zipcode%>
  45. <%if country%>
  46. <%country%>
  47. <%end country%>
  48. <br>
  49. <%if contact%>
  50. <br>Контакт: <%contact%>
  51. <%end contact%>
  52. <%if vendorphone%>
  53. <br>Тел: <%vendorphone%>
  54. <%end vendorphone%>
  55. <%if vendorfax%>
  56. <br>Факс: <%vendorfax%>
  57. <%end vendorfax%>
  58. <%if email%>
  59. <br><%email%>
  60. <%end email%>
  61. </td>
  62. <td><%shiptoname%>
  63. <br><%shiptoaddress1%>
  64. <%if shiptoaddress2%>
  65. <br><%shiptoaddress2%>
  66. <%end shiptoaddress2%>
  67. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  68. <%if shiptocountry%>
  69. <%shiptocountry%>
  70. <%end shiptocountry%>
  71. <br>
  72. <%if shiptocontact%>
  73. <br>Контакт: <%shiptocontact%>
  74. <%end shiptocontact%>
  75. <%if shiptophone%>
  76. <br>Тел: <%shiptophone%>
  77. <%end shiptophone%>
  78. <%if shiptofax%>
  79. <br>Факс: <%shiptofax%>
  80. <%end shiptofax%>
  81. </td>
  82. </tr>
  83. </table>
  84. </td>
  85. </tr>
  86. <tr height=5></tr>
  87. <tr>
  88. <td>&nbsp;</td>
  89. <td>
  90. <table width=100% border=1>
  91. <tr>
  92. <th width=17% align=left nowrap>Заказ No</th>
  93. <th width=17% align=left nowrap>Дата доставки</th>
  94. <th width=17% align=left nowrap>Дата заказа</th>
  95. <th width=17% align=left nowrap>Контакт</th>
  96. <%if warehouse%>
  97. <th width=17% align=left nowrap>Склад</th>
  98. <%end warehouse%>
  99. <th width=17% align=left>Доставка в</th>
  100. <th width=15% align=left>Доставка через</th>
  101. </tr>
  102. <tr>
  103. <td><%ordnumber%>&nbsp;</td>
  104. <%if shippingdate%>
  105. <td><%shippingdate%></td>
  106. <%end shippingdate%>
  107. <%if not shippingdate%>
  108. <td><%orddate%></td>
  109. <%end shippingdate%>
  110. <td><%employee%>&nbsp;</td>
  111. <%if warehouse%>
  112. <td><%warehouse%></td>
  113. <%end warehouse%>
  114. <td><%shippingpoint%>&nbsp;</td>
  115. <td><%shipvia%>&nbsp;</td>
  116. </tr>
  117. </table>
  118. </td>
  119. </tr>
  120. <tr>
  121. <td>&nbsp;</td>
  122. <td>
  123. <table width=100%>
  124. <tr bgcolor=000000>
  125. <th align=left><font color=ffffff>Поз.</th>
  126. <th align=left><font color=ffffff>Код</th>
  127. <th align=left><font color=ffffff>Описание</th>
  128. <th><font color=ffffff>Серийный No</th>
  129. <th><font color=ffffff>Дата получения</th>
  130. <th><font color=ffffff>К-во</th>
  131. <th><font color=ffffff>"Recd"</th>
  132. <th><font color=ffffff>Ед. изм.</th>
  133. <th><font color=ffffff>"Bin"</th>
  134. </tr>
  135. <%foreach number%>
  136. <tr valign=top>
  137. <td><%runningnumber%></td>
  138. <td><%number%></td>
  139. <td><%description%></td>
  140. <td><%serialnumber%></td>
  141. <td><%deliverydate%></td>
  142. <td align=right><%qty%></td>
  143. <td align=right><%ship%></td>
  144. <td><%unit%></td>
  145. <td><%bin%></td>
  146. </tr>
  147. <%end number%>
  148. </table>
  149. </td>
  150. </tr>
  151. <tr>
  152. <td>&nbsp;</td>
  153. <td><hr noshade></td>
  154. </tr>
  155. </table>