change supplier do date and supplier name

This commit is contained in:
omair saleh
2021-03-12 15:12:13 +08:00
parent c0fb95afbf
commit 89503ab8d4
+6 -4
View File
@@ -450,10 +450,12 @@ class InvoiceController extends Controller
</table> </table>
'); ');
$mpdf->SetHTMLHeader(' $mpdf->SetHTMLHeader('
<div style="border-bottom: solid 1px black; padding-bottom: 5px; width: 100%"> <table width="100%">
<div style="float: left; text-align: center; color: red; text-transform: uppercase; font-weight: bold; font-size: 14px;">Atvantic Import & Export Snd. Bhd (1309816-P)</div> <tr>
<div style="text-align: right; width: 200px; float: right">'.$invoice->po_number.'</div> <td style="text-align: center; color: red; text-transform: uppercase; font-weight: bold; font-size: 14px; border-bottom: 1px solid black; padding-bottom: 5px;">Atvantic Import & Export Snd. Bhd (1309816-P)</td>
</div> <td style="text-align: right; border-bottom: 1px solid black; padding-bottom: 5px;" width="200px">'.$invoice->po_number.'</td>
</tr>
</table>
'); ');
$mpdf->WriteHTML($html); $mpdf->WriteHTML($html);