Add php files
This commit is contained in:
24
modules/EcmInvoiceOuts/PDFTemplate/tpl/header_en.php
Executable file
24
modules/EcmInvoiceOuts/PDFTemplate/tpl/header_en.php
Executable file
@@ -0,0 +1,24 @@
|
||||
<?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>
|
||||
';
|
||||
Reference in New Issue
Block a user