| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <style type="text/css">
- body{
- font-family: 'Helvetica','sans-serif';
- }
- .o{
- font-size: 12px;
- font-style: italic;
- }
-
- .p{
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .page-break {
- page-break-after: always;
- }
- </style>
- </head>
- <body>
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin: 0px; padding: 0px;">
- <tr>
- <td align="left" style="font-size: 10px;">
-
- <table border="0" width="100%">
- <tr>
- <td align="left" style="font-size: 10px;"><b>ALLO TECHNOLOGY SDN BHD</b></td>
- </tr>
- <tr>
- <td align="left" style="font-size: 10px;">Cyberview Garden Villas, Persiaran Multimedia, Cyber 7</td>
- </tr>
- <tr>
- <td align="left" style="font-size: 10px;">64000 Cyberjaya, Selangor Darul Ehsan</td>
- </tr>
- <tr>
- <td align="left" style="font-size: 10px;">Tel: 03-8800 5222 Fax 03-8800 5221</td>
- <td align="right" style="font-size: 12px;"><b>SERIAL NUMBER: {{ $docket->docket_id }}</b></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <p><table width="100%">
- <tr>
- <td width="150">
- <table border="1" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td align="center" style="font-size: 13px; height: 35px;" ><b>WORK COMPLETION ADVICE FORM (DOCKET)</b></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <div class="o">Please tick (/) where applicable.</div>
- <p>
- <table border="0" width="100%" cellspacing="0" cellpadding="5">
- <tr style="height: 50px;">
- <td style="font-size: 12px; width: 150px;">Customer Category</td>
- <td style="width: 50px;">:</td>
- <td style="font-size: 12px;"> {{ $category }}</td>
- </tr>
- <tr style="height: 50px;">
- <td style="font-size: 12px; width: 150px;">Nature of Work</td>
- <td style="width: 50px;">:</td>
- <td style="font-size: 12px;"> {{ $docket->WorkOrder->nature_work }}</td>
- </tr>
- <tr style="height: 50px;">
- <td style="font-size: 12px; width: 150px;">Customer Name</td>
- <td>:</td>
- @if ($form->type_application == "R")
- <td style="font-size: 12px;"> {{ $form->Subscriber->name }}</td>
- @elseif ($form->type_application == "B")
- <td style="font-size: 12px;"> {{ $form->Subscriber->company_name }}</td>
- @endif
- </tr>
- <tr style="height: 50px;">
- <td style="font-size: 12px;">Address</td>
- <td>:</td>
- <td style="font-size: 12px;"> {{ $address }}</td>
- </tr>
- <tr style="height: 50px;">
- <td style="font-size: 12px; width: 150px;">Work Order Serial No.</td>
- <td>:</td>
- <td style="font-size: 12px;"> {{ $docket->work_order_id }}</td>
- </tr>
- <tr style="height: 50px;">
- <td style="font-size: 12px; width: 150px;">Product Type</td>
- <td>:</td>
- <td style="font-size: 12px;"> {{ $product }}</td>
- </tr>
- <tr style="height: 50px;">
- <td style="font-size: 12px; width: 150px;">Installer Name</td>
- <td>:</td>
- <td colspan="9" style="font-size: 12px">{{ $installer->StaffDetail->name }}</td>
- </tr>
- </table>
- <table border="0" width="100%" cellspacing="0" cellpadding="5">
-
- <tr style="height: 50px;">
- <td style="font-size: 12px; width: 100px;">Type of Testing</td>
- <td>:</td>
- <td style="width:30px;">
- @if (preg_match("/Browsing Internet/i", $docket->type_testing) != 0 )
- <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
- @else
- <table border="1" style="width: 25px; height: 20px;"></table>
- @endif
- </td>
- <td style="width: 50px;">
- <div style="font-size: 11px">Browsing Internet<div>
- </td>
- <td style="width:30px;">
- @if (preg_match("/Throughput Test/i", $docket->type_testing) != 0 )
- <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
- @else
- <table border="1" style="width: 25px; height: 20px;"></table>
- @endif
- </td>
- <td style="width: 50px;">
- <div style="font-size: 11px">Throughput Test</div>
- </td>
- <td style="width:30px;">
- @if (preg_match("/Ping Test/i", $docket->type_testing) != 0 )
- <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
- @else
- <table border="1" style="width: 25px; height: 20px;"></table>
- @endif
- </td>
- <td style="width: 70px;">
- <div style="font-size: 11px">"Ping" Test</div>
- </td>
- <td style="width:30px;">
- <table border="1" style="width: 25px; height: 20px;"></table>
- </td>
- <td style="width: 50px;">
- <div style="font-size: 11px">Others-</div>
- </td>
- <td>
- <table border="1" style="width: 100px; height: 20px;"></table>
- </td>
- </tr>
- </table>
- </p>
- <p>
- <table border="1" width="75%" cellpadding="5" cellspacing="0" align="center">
- <tr>
- <td align="center" style="font-size: 12px; width: 125px;">Start Date</td>
- <td align="center" style="font-size: 12px">{{ date('d/m/Y',strtotime($dateTime)) }}</td>
- <td align="center" style="font-size: 12px; width: 125px;">End Date</td>
- <td align="center" style="font-size: 12px">{{ date('d/m/Y',strtotime($edateTime)) }}</td>
- </tr>
- <tr>
- <td align="center" style="font-size: 12px;">Start Time</td>
- <td align="center" style="font-size: 12px">{{ date('H:i:s a',strtotime($dateTime)) }}</td>
- <td align="center" style="font-size: 12px;">End Time</td>
- <td align="center" style="font-size: 12px;">{{ date('H:i:s a',strtotime($edateTime)) }}</td>
- </tr>
- </table>
- </p>
- <p>
- <b style="font-size: 13px;">Equipment Information:</b>
- <table border="0" style="width: 700px; height: 75px; ">
- <tr>
- <td style="border:1px solid black;font-size: 13px;"><b>
- <p>Router S/N : {{ $docket->router_serial_number }}</p>
- <p>Cable Read : {{ $docket->cable_read }}</p>
- <p>Modem S/N : {{ $docket->modem_sn }}</p></b>
- </td>
- </tr>
- </table>
- </p>
- <b style="font-size: 13px;">Remarks:</b>
- <table border="0" style="width: 700px; height: 75px; ">
- <tr>
- <td style="border:1px solid black;font-size: 13px;">Condition : {{ $docket->condition }}. {{ $docket->Note }}</td>
- </tr>
- </table>
- <p>
- <table border="0" width="75%" cellpadding="5" cellspacing="0">
- <tr>
- <td style="width: 150px; font-size: 13px;"><b>Date Completed :</b></td>
- <td>
- <table border="0" style="width: 250px; height: 20px;">
- <tr>
- <td style="border:1px solid black;font-size: 13px;">{{ date('d/m/Y',strtotime($edateTime)) }}</td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </p>
- <p>
- <table border="1" bgcolor="#000000" width="100%"></table>
- </p>
-
- <div class="page-break"></div>
- <div class="o">* Below section to be filled up by customer </div>
- <table width="100%">
- <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>
- <tr><td colspan="2" height="2" style="font-size: 12px;"> </tr>
- <tr>
- <td>
- <table border="0" align="left" cellpadding="0" cellspacing="0">
- <tr>
- <td style="width: 300px; border: 1px solid black; font-size: 13px; padding-left: 5; padding-top: 2; padding-bottom: 2;">
- <b>Customer Signature</b>
- </td>
- </tr>
- <tr>
- <td style="width: 300px; height: 70px; border: 1px solid black;">
- <img src="{{ url($docket->customer_signature) }}" style="width:100%;height:auto">
- </td>
- </tr>
- <tr>
- <td style="font-size: 12px;padding-top: 2; padding-bottom: 2;">
- <p>Name: {{ $form->Subscriber->name }}</p>
- <p>IC/Passport No: {{ $form->Subscriber->ic }}</p>
- </td>
- </tr>
- </table>
- </td>
- <td style="float:right">
- <table border="1" align="right" cellspacing="0" cellpadding="0" style=" margin-bottom: 30px;">
- <tr>
- <td style="width: 300px; font-size: 13px; padding-left: 5; padding-top: 2; padding-bottom: 2;">
- <b>Company stamp (if any)</b>
- </td>
- </tr>
- <tr>
- <td style="width: 300px; height: 150px;"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|