summaryrefslogtreecommitdiff
path: root/templates/Russian-bin_list.html
blob: 44b4f68b7756c0bd730ec8a0e3cdd3767e733127 (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. <?lsmb company ?>
  11. <br><?lsmb address ?>
  12. </h4>
  13. </td>
  14. <th></th>
  15. <th align=right>
  16. <h4>
  17. Тел: <?lsmb tel ?>
  18. <br>Факс: <?lsmb 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><?lsmb name ?>
  40. <br><?lsmb address1 ?>
  41. <?lsmb if address2 ?>
  42. <br><?lsmb address2 ?>
  43. <?lsmb end address2 ?>
  44. <br><?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
  45. <?lsmb if country ?>
  46. <?lsmb country ?>
  47. <?lsmb end country ?>
  48. <br>
  49. <?lsmb if contact ?>
  50. <br>Контакт: <?lsmb contact ?>
  51. <?lsmb end contact ?>
  52. <?lsmb if vendorphone ?>
  53. <br>Тел: <?lsmb vendorphone ?>
  54. <?lsmb end vendorphone ?>
  55. <?lsmb if vendorfax ?>
  56. <br>Факс: <?lsmb vendorfax ?>
  57. <?lsmb end vendorfax ?>
  58. <?lsmb if email ?>
  59. <br><?lsmb email ?>
  60. <?lsmb end email ?>
  61. </td>
  62. <td><?lsmb shiptoname ?>
  63. <br><?lsmb shiptoaddress1 ?>
  64. <?lsmb if shiptoaddress2 ?>
  65. <br><?lsmb shiptoaddress2 ?>
  66. <?lsmb end shiptoaddress2 ?>
  67. <br><?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  68. <?lsmb if shiptocountry ?>
  69. <?lsmb shiptocountry ?>
  70. <?lsmb end shiptocountry ?>
  71. <br>
  72. <?lsmb if shiptocontact ?>
  73. <br>Контакт: <?lsmb shiptocontact ?>
  74. <?lsmb end shiptocontact ?>
  75. <?lsmb if shiptophone ?>
  76. <br>Тел: <?lsmb shiptophone ?>
  77. <?lsmb end shiptophone ?>
  78. <?lsmb if shiptofax ?>
  79. <br>Факс: <?lsmb shiptofax ?>
  80. <?lsmb 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. <?lsmb if warehouse ?>
  97. <th width=17% align=left nowrap>Склад</th>
  98. <?lsmb end warehouse ?>
  99. <th width=17% align=left>Доставка в</th>
  100. <th width=15% align=left>Доставка через</th>
  101. </tr>
  102. <tr>
  103. <td><?lsmb ordnumber ?>&nbsp;</td>
  104. <?lsmb if shippingdate ?>
  105. <td><?lsmb shippingdate ?></td>
  106. <?lsmb end shippingdate ?>
  107. <?lsmb if not shippingdate ?>
  108. <td><?lsmb orddate ?></td>
  109. <?lsmb end shippingdate ?>
  110. <td><?lsmb employee ?>&nbsp;</td>
  111. <?lsmb if warehouse ?>
  112. <td><?lsmb warehouse ?></td>
  113. <?lsmb end warehouse ?>
  114. <td><?lsmb shippingpoint ?>&nbsp;</td>
  115. <td><?lsmb 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. <?lsmb foreach number ?>
  136. <tr valign=top>
  137. <td><?lsmb runningnumber ?></td>
  138. <td><?lsmb number ?></td>
  139. <td><?lsmb description ?></td>
  140. <td><?lsmb serialnumber ?></td>
  141. <td><?lsmb deliverydate ?></td>
  142. <td align=right><?lsmb qty ?></td>
  143. <td align=right><?lsmb ship ?></td>
  144. <td><?lsmb unit ?></td>
  145. <td><?lsmb bin ?></td>
  146. </tr>
  147. <?lsmb end number ?>
  148. </table>
  149. </td>
  150. </tr>
  151. <tr>
  152. <td>&nbsp;</td>
  153. <td><hr noshade></td>
  154. </tr>
  155. </table>