init
This commit is contained in:
25
modules/EcmInvoiceOuts/PDFTemplate/tpl/header_en.php
Normal file
25
modules/EcmInvoiceOuts/PDFTemplate/tpl/header_en.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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 />
|
||||
e5 Polska Sp. z o. o.<br />
|
||||
ul. Wąwozowa 11<br />
|
||||
02-796 Warszawa<br />
|
||||
NIP: PL5252173990<br>
|
||||
BDO: 000036962
|
||||
</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%">
|
||||
<img style="width: 70px;" src="modules/EcmDocumentTemplates/files/13899e0f-321c-229a-aa3e-48be4a1532c1.png"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
';
|
||||
Reference in New Issue
Block a user