summaryrefslogtreecommitdiff
path: root/templates/Russian-packing_list.html
blob: 584cb2684213fecae358ac4133b5d164108b693d (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. <td 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;ДЛЯ&nbsp;&nbsp;ВЫБОРА</h4>
  25. </th>
  26. </tr>
  27. </table>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td>&nbsp;</td>
  32. <td>
  33. <table width=100% callspacing=0 cellpadding=0>
  34. <tr bgcolor=000000>
  35. <th width=50% align=left><font color=ffffff>Ship To:</th>
  36. <th width="50%">&nbsp;</th>
  37. </tr>
  38. <tr valign=top>
  39. <td><?lsmb shiptoname ?>
  40. <br><?lsmb shiptoaddress1 ?>
  41. <?lsmb if shiptoaddress2 ?>
  42. <br><?lsmb shiptoaddress2 ?>
  43. <?lsmb end shiptoaddress2 ?>
  44. <br><?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  45. <?lsmb if shiptocountry ?>
  46. <br><?lsmb shiptocountry ?>
  47. <?lsmb end shiptocountry ?>
  48. </td>
  49. <td>
  50. <?lsmb if shiptocontact ?>
  51. <br>Сонтакт: <?lsmb shiptocontact ?>
  52. <?lsmb end shiptocontact ?>
  53. <?lsmb if shiptophone ?>
  54. <br>Тел: <?lsmb shiptophone ?>
  55. <?lsmb end shiptophone ?>
  56. <?lsmb if shiptofax ?>
  57. <br>Факс: <?lsmb shiptofax ?>
  58. <?lsmb end shiptofax ?>
  59. <?lsmb shiptoemail ?>
  60. </td>
  61. </tr>
  62. </table>
  63. </td>
  64. </tr>
  65. <tr height=5></tr>
  66. <tr>
  67. <td>&nbsp;</td>
  68. <td>
  69. <table width=100% border=1>
  70. <tr>
  71. <th width=15% align=left>Счет No</th>
  72. <th width=15% align=left>Заказ No</th>
  73. <th width=10% align=left>Дата доставки</th>
  74. <th width=10% align=left>Дата проводки</th>
  75. <th width=15% align=left nowrap>Контакт</th>
  76. <th width=15% align=left>Склад</th>
  77. <th width=10% align=left>Доставка в</th>
  78. <th width=10% align=left>Доставка через</th>
  79. </tr>
  80. <tr>
  81. <td><?lsmb invnumber ?>&nbsp;</td>
  82. <td><?lsmb ordnumber ?>&nbsp;</td>
  83. <?lsmb if shippingdate ?>
  84. <td><?lsmb shippingdate ?></td>
  85. <?lsmb end shippingdate ?>
  86. <?lsmb if not shippingdate ?>
  87. <td><?lsmb transdate ?></td>
  88. <?lsmb end shippingdate ?>
  89. <td><?lsmb employee ?>&nbsp;</td>
  90. <td><?lsmb warehouse ?>&nbsp;</td>
  91. <td><?lsmb shippingpoint ?>&nbsp;</td>
  92. <td><?lsmb shipvia ?>&nbsp;</td>
  93. </tr>
  94. </table>
  95. </td>
  96. </tr>
  97. <tr>
  98. <td>&nbsp;</td>
  99. <td>
  100. <table width="100%">
  101. <tr bgcolor=000000>
  102. <th align=left><font color=ffffff>Поз.</th>
  103. <th align=left><font color=ffffff>Код</th>
  104. <th align=left><font color=ffffff>Описание</th>
  105. <th><font color=ffffff>К-во</th>
  106. <th><font color=ffffff>Доставка</th>
  107. <th><font color=ffffff>Ед. изм.</th>
  108. <th><font color=ffffff>"Bin"</th>
  109. </tr>
  110. <?lsmb foreach number ?>
  111. <tr valign=top>
  112. <td><?lsmb runningnumber ?>
  113. <td><?lsmb number ?></td>
  114. <td><?lsmb description ?></td>
  115. <td align=right><?lsmb qty ?></td>
  116. <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
  117. <td><?lsmb unit ?></td>
  118. <td align=right><?lsmb bin ?></td>
  119. </tr>
  120. <?lsmb end number ?>
  121. </table>
  122. </td>
  123. </tr>
  124. <tr>
  125. <td>&nbsp;</td>
  126. <td><hr noshade></td>
  127. </tr>
  128. </table>