summaryrefslogtreecommitdiff
path: root/templates/spiff-en/work_order.html
blob: ddb04e2e79b45ac348781c2e9968ddc63d9ce59c (plain)
  1. <body bgcolor=ffffff>
  2. <table width="100%">
  3. <?lsmb include letterhead.html ?>
  4. <tr>
  5. <td width=10>&nbsp;</td>
  6. <th colspan=3>
  7. <h4>W O R K &nbsp;&nbsp; O R D E R</h4>
  8. </th>
  9. </tr>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <td>
  13. <table width="100%" callspacing=0 cellpadding=0>
  14. <tr bgcolor=000000>
  15. <th align=left width="50%"><font color=ffffff>To</th>
  16. <th align=left width="50%"><font color=ffffff>Ship To</th>
  17. </tr>
  18. <tr valign=top>
  19. <td><?lsmb name ?>
  20. <br><?lsmb address1 ?>
  21. <?lsmb if address2 ?>
  22. <br><?lsmb address2 ?>
  23. <?lsmb end address2 ?>
  24. <br><?lsmb city ?>
  25. <?lsmb if state ?>
  26. , <?lsmb state ?>
  27. <?lsmb end state ?>
  28. <?lsmb zipcode ?>
  29. <?lsmb if country ?>
  30. <br><?lsmb country ?>
  31. <?lsmb end country ?>
  32. <br>
  33. <?lsmb if contact ?>
  34. <br>Attn: <?lsmb contact ?>
  35. <?lsmb end contact ?>
  36. <?lsmb if customerphone ?>
  37. <br>Tel: <?lsmb customerphone ?>
  38. <?lsmb end customerphone ?>
  39. <?lsmb if customerfax ?>
  40. <br>Fax: <?lsmb customerfax ?>
  41. <?lsmb end customerfax ?>
  42. <?lsmb if email ?>
  43. <br><?lsmb email ?>
  44. <?lsmb end email ?>
  45. </td>
  46. <td><?lsmb shiptoname ?>
  47. <br><?lsmb shiptoaddress1 ?>
  48. <?lsmb if shiptoaddress2 ?>
  49. <br><?lsmb shiptoaddress2 ?>
  50. <?lsmb end shiptoaddress2 ?>
  51. <br><?lsmb shiptocity ?>
  52. <?lsmb if shiptostate ?>
  53. , <?lsmb shiptostate ?>
  54. <?lsmb end shiptostate ?>
  55. <?lsmb shiptozipcode ?>
  56. <?lsmb if shiptocountry ?>
  57. <br><?lsmb shiptocountry ?>
  58. <?lsmb end shiptocountry ?>
  59. <br>
  60. <?lsmb if shiptocontact ?>
  61. <br><?lsmb shiptocontact ?>
  62. <?lsmb end shiptocontact ?>
  63. <?lsmb if shiptophone ?>
  64. <br>Tel: <?lsmb shiptophone ?>
  65. <?lsmb end shiptophone ?>
  66. <?lsmb if shiptofax ?>
  67. <br>Fax: <?lsmb shiptofax ?>
  68. <?lsmb end shiptofax ?>
  69. <?lsmb if shiptoemail ?>
  70. <br><?lsmb shiptoemail ?>
  71. <?lsmb end shiptoemail ?>
  72. </td>
  73. </tr>
  74. </table>
  75. </td>
  76. </tr>
  77. <tr height=5></tr>
  78. <tr>
  79. <td>&nbsp;</td>
  80. <td>
  81. <table width="100%" border=1>
  82. <tr>
  83. <th width="17%" align=left nowrap>Order #</th>
  84. <th width="17%" align=left>Order Date</th>
  85. <th width="17%" align=left>Required by</th>
  86. <th width="17%" align=left nowrap>Salesperson</th>
  87. <th width="17%" align=left nowrap>Shipping Point</th>
  88. <th width="15%" align=left nowrap>Ship Via</th>
  89. </tr>
  90. <tr>
  91. <td><?lsmb ordnumber ?></td>
  92. <td><?lsmb orddate ?></td>
  93. <td><?lsmb reqdate ?></td>
  94. <td><?lsmb employee ?></td>
  95. <td><?lsmb shippingpoint ?>&nbsp;</td>
  96. <td><?lsmb shipvia ?>&nbsp;</td>
  97. </tr>
  98. </table>
  99. </td>
  100. </tr>
  101. <tr>
  102. <td>&nbsp;</td>
  103. <td>
  104. <table width="100%">
  105. <tr bgcolor=000000>
  106. <th align=right><font color=ffffff>Item</th>
  107. <th align=left><font color=ffffff>Number</th>
  108. <th align=left><font color=ffffff>Description</th>
  109. <th><font color=ffffff>Qt'y</th>
  110. <th>&nbsp;</th>
  111. <th><font color=ffffff>Bin</th>
  112. <th><font color=ffffff>Serial #</th>
  113. </tr>
  114. <?lsmb foreach number ?>
  115. <tr valign=top>
  116. <td align=right><?lsmb runningnumber ?>.</td>
  117. <td><?lsmb number ?></td>
  118. <td><?lsmb description ?></td>
  119. <td align=right><?lsmb qty ?></td>
  120. <td><?lsmb unit ?></td>
  121. <td><?lsmb bin ?></td>
  122. <td><?lsmb serialnumber ?></td>
  123. </tr>
  124. <?lsmb end number ?>
  125. <tr>
  126. <td colspan=7><hr noshade></td>
  127. </tr>
  128. </table>
  129. </td>
  130. </tr>
  131. <tr>
  132. <td>&nbsp;</td>
  133. <?lsmb if notes ?>
  134. <td><?lsmb notes ?></td>
  135. <?lsmb end notes ?>
  136. </tr>
  137. </table>
  138. </body>
  139. </html>