summaryrefslogtreecommitdiff
path: root/templates/Russian-packing_list.html
blob: 4f2d2ad86ff4a8767b2c8ed7bccc6287243d2b96 (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. <td 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;ДЛЯ&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><%shiptoname%>
  40. <br><%shiptoaddress1%>
  41. <%if shiptoaddress2%>
  42. <br><%shiptoaddress2%>
  43. <%end shiptoaddress2%>
  44. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  45. <%if shiptocountry%>
  46. <br><%shiptocountry%>
  47. <%end shiptocountry%>
  48. </td>
  49. <td>
  50. <%if shiptocontact%>
  51. <br>Сонтакт: <%shiptocontact%>
  52. <%end shiptocontact%>
  53. <%if shiptophone%>
  54. <br>Тел: <%shiptophone%>
  55. <%end shiptophone%>
  56. <%if shiptofax%>
  57. <br>Факс: <%shiptofax%>
  58. <%end shiptofax%>
  59. <%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><%invnumber%>&nbsp;</td>
  82. <td><%ordnumber%>&nbsp;</td>
  83. <%if shippingdate%>
  84. <td><%shippingdate%></td>
  85. <%end shippingdate%>
  86. <%if not shippingdate%>
  87. <td><%transdate%></td>
  88. <%end shippingdate%>
  89. <td><%employee%>&nbsp;</td>
  90. <td><%warehouse%>&nbsp;</td>
  91. <td><%shippingpoint%>&nbsp;</td>
  92. <td><%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. <%foreach number%>
  111. <tr valign=top>
  112. <td><%runningnumber%>
  113. <td><%number%></td>
  114. <td><%description%></td>
  115. <td align=right><%qty%></td>
  116. <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
  117. <td><%unit%></td>
  118. <td align=right><%bin%></td>
  119. </tr>
  120. <%end number%>
  121. </table>
  122. </td>
  123. </tr>
  124. <tr>
  125. <td>&nbsp;</td>
  126. <td><hr noshade></td>
  127. </tr>
  128. </table>