Files
crm.twinpol.com/modules/EcmInvoiceOuts/PDFTemplate/tpl/header_en.php
2025-05-12 15:44:39 +00:00

24 lines
630 B
PHP
Executable File

<?php
if($focus->type=='normal')$text='Faktura/Invoice';
if($focus->type=='correct')$text='Faktura korygująca nr/Correct Invoice';
$header = '
<table style="font-size: 8pt; width: 100%"><tr>
<td width="35%" style="text-align: left; vertical-align: top;">
<b>SPRZEDAWCA / SELLER
</b><br />
Twinpol sp. z O. O.<br />
ul. Al. Lipowa 48<br />
87-126 Obrowo<br />
NIP: PL8792676609
</td>
</td>
<td style="text-align: left; vertical-align: middle;"><p style="text-align: center;font-size: 12pt;"><b>'.$text.' '.$focus->document_no.'</b></p>
</td>
<td width="15%">
</td>
</tr></table>
<hr>
';