You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docket-pdf.blade.php 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <style type="text/css">
  5. body{
  6. font-family: 'Helvetica','sans-serif';
  7. }
  8. .o{
  9. font-size: 12px;
  10. font-style: italic;
  11. }
  12. .p{
  13. padding-top: 5px;
  14. padding-bottom: 5px;
  15. }
  16. .page-break {
  17. page-break-after: always;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin: 0px; padding: 0px;">
  23. <tr>
  24. <td align="left" style="font-size: 10px;">
  25. <table border="0" width="100%">
  26. <tr>
  27. <td align="left" style="font-size: 10px;"><b>ALLO TECHNOLOGY SDN BHD</b></td>
  28. </tr>
  29. <tr>
  30. <td align="left" style="font-size: 10px;">Cyberview Garden Villas, Persiaran Multimedia, Cyber 7</td>
  31. </tr>
  32. <tr>
  33. <td align="left" style="font-size: 10px;">64000 Cyberjaya, Selangor Darul Ehsan</td>
  34. </tr>
  35. <tr>
  36. <td align="left" style="font-size: 10px;">Tel: 03-8800 5222 Fax 03-8800 5221</td>
  37. <td align="right" style="font-size: 12px;"><b>SERIAL NUMBER: {{ $docket->docket_id }}</b></td>
  38. </tr>
  39. </table>
  40. </td>
  41. </tr>
  42. </table>
  43. <p><table width="100%">
  44. <tr>
  45. <td width="150">
  46. <table border="1" cellpadding="0" cellspacing="0" width="100%">
  47. <tr>
  48. <td align="center" style="font-size: 13px; height: 35px;" ><b>WORK COMPLETION ADVICE FORM (DOCKET)</b></td>
  49. </tr>
  50. </table>
  51. </td>
  52. </tr>
  53. </table>
  54. <div class="o">Please tick (/) where applicable.</div>
  55. <p>
  56. <table border="0" width="100%" cellspacing="0" cellpadding="5">
  57. <tr style="height: 50px;">
  58. <td style="font-size: 12px; width: 150px;">Nature of Work</td>
  59. <td style="width: 50px;">:</td>
  60. <td style="font-size: 12px;"> {{ $docket->WorkOrder->nature_work }}</td>
  61. </tr>
  62. <tr style="height: 50px;">
  63. <td style="font-size: 12px; width: 150px;">Customer Name</td>
  64. <td>:</td>
  65. <td style="font-size: 12px;"> {{ $form->Subscriber->name }}</td>
  66. </tr>
  67. <tr style="height: 50px;">
  68. <td style="font-size: 12px;">Address</td>
  69. <td>:</td>
  70. <td style="font-size: 12px;"> {{ $address }}</td>
  71. </tr>
  72. <tr style="height: 50px;">
  73. <td style="font-size: 12px; width: 150px;">Work Order Serial No.</td>
  74. <td>:</td>
  75. <td style="font-size: 12px;"> {{ $docket->work_order_id }}</td>
  76. </tr>
  77. <tr style="height: 50px;">
  78. <td style="font-size: 12px; width: 150px;">Product Type</td>
  79. <td>:</td>
  80. <td style="font-size: 12px;"> {{ $product }}</td>
  81. </tr>
  82. <tr style="height: 50px;">
  83. <td style="font-size: 12px; width: 150px;">Installer Name</td>
  84. <td>:</td>
  85. <td colspan="9" style="font-size: 12px">{{ $installer->StaffDetail->name }}</td>
  86. </tr>
  87. </table>
  88. <table border="0" width="100%" cellspacing="0" cellpadding="5">
  89. <tr style="height: 50px;">
  90. <td style="font-size: 12px; width: 100px;">Type of Testing</td>
  91. <td>:</td>
  92. <td style="width:30px;">
  93. @if (preg_match("/Browsing Internet/i", $docket->type_testing) != 0 )
  94. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  95. @else
  96. <table border="1" style="width: 25px; height: 20px;"></table>
  97. @endif
  98. </td>
  99. <td style="width: 50px;">
  100. <div style="font-size: 11px">Browsing Internet<div>
  101. </td>
  102. <td style="width:30px;">
  103. @if (preg_match("/Throughput Test/i", $docket->type_testing) != 0 )
  104. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  105. @else
  106. <table border="1" style="width: 25px; height: 20px;"></table>
  107. @endif
  108. </td>
  109. <td style="width: 50px;">
  110. <div style="font-size: 11px">Throughput Test</div>
  111. </td>
  112. <td style="width:30px;">
  113. @if (preg_match("/Ping Test/i", $docket->type_testing) != 0 )
  114. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  115. @else
  116. <table border="1" style="width: 25px; height: 20px;"></table>
  117. @endif
  118. </td>
  119. <td style="width: 70px;">
  120. <div style="font-size: 11px">"Ping" Test</div>
  121. </td>
  122. <td style="width:30px;">
  123. <table border="1" style="width: 25px; height: 20px;"></table>
  124. </td>
  125. <td style="width: 50px;">
  126. <div style="font-size: 11px">Others-</div>
  127. </td>
  128. <td>
  129. <table border="1" style="width: 100px; height: 20px;"></table>
  130. </td>
  131. </tr>
  132. </table>
  133. </p>
  134. <p>
  135. <table border="1" width="75%" cellpadding="5" cellspacing="0" align="center">
  136. <tr>
  137. <td align="center" style="font-size: 12px; width: 125px;">Start Date</td>
  138. <td align="center" style="font-size: 12px">{{ date('d/m/Y',strtotime($dateTime)) }}</td>
  139. <td align="center" style="font-size: 12px; width: 125px;">End Date</td>
  140. <td align="center" style="font-size: 12px">{{ date('d/m/Y',strtotime($edateTime)) }}</td>
  141. </tr>
  142. <tr>
  143. <td align="center" style="font-size: 12px;">Start Time</td>
  144. <td align="center" style="font-size: 12px">{{ date('H:i:s a',strtotime($dateTime)) }}</td>
  145. <td align="center" style="font-size: 12px;">End Time</td>
  146. <td align="center" style="font-size: 12px;">{{ date('H:i:s a',strtotime($edateTime)) }}</td>
  147. </tr>
  148. </table>
  149. </p>
  150. <p>
  151. <b style="font-size: 13px;">Equipment Information:</b>
  152. <table border="0" style="width: 700px; height: 75px; ">
  153. <tr>
  154. <td style="border:1px solid black;font-size: 13px;"><b>
  155. <p>Router S/N : {{ $docket->router_serial_number }}</p>
  156. <p>Cable Read : {{ $docket->cable_read }}</p>
  157. <p>Modem S/N : {{ $docket->modem_sn }}</p></b>
  158. </td>
  159. </tr>
  160. </table>
  161. </p>
  162. <b style="font-size: 13px;">Remarks:</b>
  163. <table border="0" style="width: 700px; height: 75px; ">
  164. <tr>
  165. <td style="border:1px solid black;font-size: 13px;">Condition : {{ $docket->condition }}. {{ $docket->Note }}</td>
  166. </tr>
  167. </table>
  168. <p>
  169. <table border="0" width="75%" cellpadding="5" cellspacing="0">
  170. <tr>
  171. <td style="width: 150px; font-size: 13px;"><b>Date Completed :</b></td>
  172. <td>
  173. <table border="0" style="width: 250px; height: 20px;">
  174. <tr>
  175. <td style="border:1px solid black;font-size: 13px;">{{ date('d/m/Y',strtotime($edateTime)) }}</td>
  176. </tr>
  177. </table>
  178. </td>
  179. </tr>
  180. </table>
  181. </p>
  182. <p>
  183. <table border="1" bgcolor="#000000" width="100%"></table>
  184. </p>
  185. <div class="page-break"></div>
  186. <div class="o">* Below section to be filled up by customer </div>
  187. <table width="100%">
  188. <tr><td colspan="2" style="font-size: 12px;"><b>I hereby confirm that the equipment/service installation is acceptable and is to my satisfaction.</b></tr>
  189. <tr><td colspan="2" height="2" style="font-size: 12px;">&nbsp;</tr>
  190. <tr>
  191. <td>
  192. <table border="0" align="left" cellpadding="0" cellspacing="0">
  193. <tr>
  194. <td style="width: 300px; border: 1px solid black; font-size: 13px; padding-left: 5; padding-top: 2; padding-bottom: 2;">
  195. <b>Customer Signature</b>
  196. </td>
  197. </tr>
  198. <tr>
  199. <td style="width: 300px; height: 70px; border: 1px solid black;">
  200. <img src="{{ url($docket->customer_signature) }}" style="width:100%;height:auto">
  201. </td>
  202. </tr>
  203. <tr>
  204. <td style="font-size: 12px;padding-top: 2; padding-bottom: 2;">
  205. <p>Name: {{ $form->Subscriber->name }}</p>
  206. <p>IC/Passport No: {{ $form->Subscriber->ic }}</p>
  207. </td>
  208. </tr>
  209. </table>
  210. </td>
  211. <td style="float:right">
  212. <table border="1" align="right" cellspacing="0" cellpadding="0" style=" margin-bottom: 30px;">
  213. <tr>
  214. <td style="width: 300px; font-size: 13px; padding-left: 5; padding-top: 2; padding-bottom: 2;">
  215. <b>Company stamp (if any)</b>
  216. </td>
  217. </tr>
  218. <tr>
  219. <td style="width: 300px; height: 150px;"></td>
  220. </tr>
  221. </table>
  222. </td>
  223. </tr>
  224. </table>
  225. </body>
  226. </html>