Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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;">Customer Category</td>
  59. <td style="width: 50px;">:</td>
  60. <td style="font-size: 12px;"> {{ $category }}</td>
  61. </tr>
  62. <tr style="height: 50px;">
  63. <td style="font-size: 12px; width: 150px;">Nature of Work</td>
  64. <td style="width: 50px;">:</td>
  65. <td style="font-size: 12px;"> {{ $docket->WorkOrder->nature_work }}</td>
  66. </tr>
  67. <tr style="height: 50px;">
  68. <td style="font-size: 12px; width: 150px;">Customer Name</td>
  69. <td>:</td>
  70. @if ($form->type_application == "R")
  71. <td style="font-size: 12px;"> {{ $form->Subscriber->name }}</td>
  72. @elseif ($form->type_application == "B")
  73. <td style="font-size: 12px;"> {{ $form->Subscriber->company_name }}</td>
  74. @endif
  75. </tr>
  76. <tr style="height: 50px;">
  77. <td style="font-size: 12px;">Address</td>
  78. <td>:</td>
  79. <td style="font-size: 12px;"> {{ $address }}</td>
  80. </tr>
  81. <tr style="height: 50px;">
  82. <td style="font-size: 12px; width: 150px;">Work Order Serial No.</td>
  83. <td>:</td>
  84. <td style="font-size: 12px;"> {{ $docket->work_order_id }}</td>
  85. </tr>
  86. <tr style="height: 50px;">
  87. <td style="font-size: 12px; width: 150px;">Product Type</td>
  88. <td>:</td>
  89. <td style="font-size: 12px;"> {{ $product }}</td>
  90. </tr>
  91. <tr style="height: 50px;">
  92. <td style="font-size: 12px; width: 150px;">Installer Name</td>
  93. <td>:</td>
  94. <td colspan="9" style="font-size: 12px">{{ $installer->StaffDetail->name }}</td>
  95. </tr>
  96. </table>
  97. <table border="0" width="100%" cellspacing="0" cellpadding="5">
  98. <tr style="height: 50px;">
  99. <td style="font-size: 12px; width: 100px;">Type of Testing</td>
  100. <td>:</td>
  101. <td style="width:30px;">
  102. @if (preg_match("/Browsing Internet/i", $docket->type_testing) != 0 )
  103. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  104. @else
  105. <table border="1" style="width: 25px; height: 20px;"></table>
  106. @endif
  107. </td>
  108. <td style="width: 50px;">
  109. <div style="font-size: 11px">Browsing Internet<div>
  110. </td>
  111. <td style="width:30px;">
  112. @if (preg_match("/Throughput Test/i", $docket->type_testing) != 0 )
  113. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  114. @else
  115. <table border="1" style="width: 25px; height: 20px;"></table>
  116. @endif
  117. </td>
  118. <td style="width: 50px;">
  119. <div style="font-size: 11px">Throughput Test</div>
  120. </td>
  121. <td style="width:30px;">
  122. @if (preg_match("/Ping Test/i", $docket->type_testing) != 0 )
  123. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  124. @else
  125. <table border="1" style="width: 25px; height: 20px;"></table>
  126. @endif
  127. </td>
  128. <td style="width: 70px;">
  129. <div style="font-size: 11px">"Ping" Test</div>
  130. </td>
  131. <td style="width:30px;">
  132. <table border="1" style="width: 25px; height: 20px;"></table>
  133. </td>
  134. <td style="width: 50px;">
  135. <div style="font-size: 11px">Others-</div>
  136. </td>
  137. <td>
  138. <table border="1" style="width: 100px; height: 20px;"></table>
  139. </td>
  140. </tr>
  141. </table>
  142. </p>
  143. <p>
  144. <table border="1" width="75%" cellpadding="5" cellspacing="0" align="center">
  145. <tr>
  146. <td align="center" style="font-size: 12px; width: 125px;">Start Date</td>
  147. <td align="center" style="font-size: 12px">{{ date('d/m/Y',strtotime($dateTime)) }}</td>
  148. <td align="center" style="font-size: 12px; width: 125px;">End Date</td>
  149. <td align="center" style="font-size: 12px">{{ date('d/m/Y',strtotime($edateTime)) }}</td>
  150. </tr>
  151. <tr>
  152. <td align="center" style="font-size: 12px;">Start Time</td>
  153. <td align="center" style="font-size: 12px">{{ date('H:i:s a',strtotime($dateTime)) }}</td>
  154. <td align="center" style="font-size: 12px;">End Time</td>
  155. <td align="center" style="font-size: 12px;">{{ date('H:i:s a',strtotime($edateTime)) }}</td>
  156. </tr>
  157. </table>
  158. </p>
  159. <p>
  160. <b style="font-size: 13px;">Equipment Information:</b>
  161. <table border="0" style="width: 700px; height: 75px; ">
  162. <tr>
  163. <td style="border:1px solid black;font-size: 13px;"><b>
  164. <p>Router S/N : {{ $docket->router_serial_number }}</p>
  165. <p>Cable Read : {{ $docket->cable_read }}</p>
  166. <p>Modem S/N : {{ $docket->modem_sn }}</p></b>
  167. </td>
  168. </tr>
  169. </table>
  170. </p>
  171. <b style="font-size: 13px;">Remarks:</b>
  172. <table border="0" style="width: 700px; height: 75px; ">
  173. <tr>
  174. <td style="border:1px solid black;font-size: 13px;">Condition : {{ $docket->condition }}. {{ $docket->Note }}</td>
  175. </tr>
  176. </table>
  177. <p>
  178. <table border="0" width="75%" cellpadding="5" cellspacing="0">
  179. <tr>
  180. <td style="width: 150px; font-size: 13px;"><b>Date Completed :</b></td>
  181. <td>
  182. <table border="0" style="width: 250px; height: 20px;">
  183. <tr>
  184. <td style="border:1px solid black;font-size: 13px;">{{ date('d/m/Y',strtotime($edateTime)) }}</td>
  185. </tr>
  186. </table>
  187. </td>
  188. </tr>
  189. </table>
  190. </p>
  191. <p>
  192. <table border="1" bgcolor="#000000" width="100%"></table>
  193. </p>
  194. <div class="page-break"></div>
  195. <div class="o">* Below section to be filled up by customer </div>
  196. <table width="100%">
  197. <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>
  198. <tr><td colspan="2" height="2" style="font-size: 12px;">&nbsp;</tr>
  199. <tr>
  200. <td>
  201. <table border="0" align="left" cellpadding="0" cellspacing="0">
  202. <tr>
  203. <td style="width: 300px; border: 1px solid black; font-size: 13px; padding-left: 5; padding-top: 2; padding-bottom: 2;">
  204. <b>Customer Signature</b>
  205. </td>
  206. </tr>
  207. <tr>
  208. <td style="width: 300px; height: 70px; border: 1px solid black;">
  209. <img src="{{ url($docket->customer_signature) }}" style="width:100%;height:auto">
  210. </td>
  211. </tr>
  212. <tr>
  213. <td style="font-size: 12px;padding-top: 2; padding-bottom: 2;">
  214. <p>Name: {{ $form->Subscriber->name }}</p>
  215. <p>IC/Passport No: {{ $form->Subscriber->ic }}</p>
  216. </td>
  217. </tr>
  218. </table>
  219. </td>
  220. <td style="float:right">
  221. <table border="1" align="right" cellspacing="0" cellpadding="0" style=" margin-bottom: 30px;">
  222. <tr>
  223. <td style="width: 300px; font-size: 13px; padding-left: 5; padding-top: 2; padding-bottom: 2;">
  224. <b>Company stamp (if any)</b>
  225. </td>
  226. </tr>
  227. <tr>
  228. <td style="width: 300px; height: 150px;"></td>
  229. </tr>
  230. </table>
  231. </td>
  232. </tr>
  233. </table>
  234. </body>
  235. </html>