summaryrefslogtreecommitdiff
path: root/templates/krings/work_order.html
blob: dd9cce457487cf2e38fb8bda4b99129455f952eb (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 valign=bottom>
  8. <td>
  9. <h4>
  10. <?lsmb company ?>
  11. <br><?lsmb address ?>
  12. </h4>
  13. </td>
  14. <th><img src=http://www.ledger-smb.org/images/ledger-smb.png border=0 width=80 height=58></th>
  15. <td align=right>
  16. <h4>
  17. Tel: <?lsmb tel ?>
  18. <br>Fax: <?lsmb fax ?>
  19. </h4>
  20. </td>
  21. </tr>
  22. <tr>
  23. <th colspan=3>
  24. <h4>W O R K &nbsp;&nbsp; O R D E R</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 align=left width="50%"><font color=ffffff>To</th>
  36. <th align=left width="50%"><font color=ffffff>Ship To</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 ?>
  45. <br><?lsmb zipcode ?>
  46. <?lsmb if country ?>
  47. <br><?lsmb country ?>
  48. <?lsmb end country ?>
  49. <br>
  50. <?lsmb if contact ?>
  51. <br>Attn: <?lsmb contact ?>
  52. <?lsmb end contact ?>
  53. <?lsmb if customerphone ?>
  54. <br>Tel: <?lsmb customerphone ?>
  55. <?lsmb end customerphone ?>
  56. <?lsmb if customerfax ?>
  57. <br>Fax: <?lsmb customerfax ?>
  58. <?lsmb end customerfax ?>
  59. <?lsmb if email ?>
  60. <br><?lsmb email ?>
  61. <?lsmb end email ?>
  62. </td>
  63. <td><?lsmb shiptoname ?>
  64. <br><?lsmb shiptoaddress1 ?>
  65. <?lsmb if shiptoaddress2 ?>
  66. <br><?lsmb shiptoaddress2 ?>
  67. <?lsmb end shiptoaddress2 ?>
  68. <br><?lsmb shiptocity ?> <?lsmb shiptostate ?>
  69. <br><?lsmb shiptozipcode ?>
  70. <?lsmb if shiptocountry ?>
  71. <br><?lsmb shiptocountry ?>
  72. <?lsmb end shiptocountry ?>
  73. <br>
  74. <?lsmb if shiptocontact ?>
  75. <br><?lsmb shiptocontact ?>
  76. <?lsmb end shiptocontact ?>
  77. <?lsmb if shiptophone ?>
  78. <br>Tel: <?lsmb shiptophone ?>
  79. <?lsmb end shiptophone ?>
  80. <?lsmb if shiptofax ?>
  81. <br>Fax: <?lsmb shiptofax ?>
  82. <?lsmb end shiptofax ?>
  83. <?lsmb if shiptoemail ?>
  84. <br><?lsmb shiptoemail ?>
  85. <?lsmb end shiptoemail ?>
  86. </td>
  87. </tr>
  88. </table>
  89. </td>
  90. </tr>
  91. <tr height=5></tr>
  92. <tr>
  93. <td>&nbsp;</td>
  94. <td>
  95. <table width="100%" border=1>
  96. <tr>
  97. <th width="17%" align=left nowrap>Order Number</th>
  98. <th width="17%" align=left>Order Date</th>
  99. <th width="17%" align=left>Required by</th>
  100. <th width="17%" align=left nowrap>Salesperson</th>
  101. <th width="17%" align=left nowrap>Shipping Point</th>
  102. <th width="15%" align=left nowrap>Ship Via</th>
  103. </tr>
  104. <tr>
  105. <td><?lsmb ordnumber ?></td>
  106. <td><?lsmb orddate ?></td>
  107. <td><?lsmb reqdate ?></td>
  108. <td><?lsmb employee ?></td>
  109. <td><?lsmb shippingpoint ?>&nbsp;</td>
  110. <td><?lsmb shipvia ?>&nbsp;</td>
  111. </tr>
  112. </table>
  113. </td>
  114. </tr>
  115. <tr>
  116. <td>&nbsp;</td>
  117. <td>
  118. <table width="100%">
  119. <tr bgcolor=000000>
  120. <th align=right><font color=ffffff>No.</th>
  121. <th align=left><font color=ffffff>Number</th>
  122. <th align=left><font color=ffffff>Description</th>
  123. <th><font color=ffffff>Qt'y</th>
  124. <th>&nbsp;</th>
  125. <th><font color=ffffff>Serial No.</th>
  126. </tr>
  127. <?lsmb foreach number ?>
  128. <tr valign=top>
  129. <td align=right><?lsmb runningnumber ?>.</td>
  130. <td><?lsmb number ?></td>
  131. <td><?lsmb description ?></td>
  132. <td align=right><?lsmb qty ?></td>
  133. <td><?lsmb unit ?></td>
  134. <td><?lsmb serialnumber ?></td>
  135. </tr>
  136. <?lsmb end number ?>
  137. <tr>
  138. <td colspan=6><hr noshade></td>
  139. </tr>
  140. </table>
  141. </td>
  142. </tr>
  143. <tr>
  144. <td>&nbsp;</td>
  145. <?lsmb if notes ?>
  146. <td><?lsmb notes ?></td>
  147. <?lsmb end notes ?>
  148. </tr>
  149. </table>
  150. </body>
  151. </html>