Add php files
This commit is contained in:
18
modules/EcmSales/PDFTemplate/header.php
Executable file
18
modules/EcmSales/PDFTemplate/header.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
$header = '
|
||||
<table style="font-size: 8pt; width: 100%"><tr>
|
||||
<td width="15%">
|
||||
<img style="width: 70px;" src="modules/EcmSales/PDFTemplate/saas.jpg"/>
|
||||
</td>
|
||||
<td width="45%" style="text-align: left; vertical-align: top;">
|
||||
<b>DOSTAWCA</b><br />
|
||||
Saas SystemS Sp. z o.o.<br />
|
||||
ul. Lipnowska 21-23<br />
|
||||
87-100 Toruń<br />
|
||||
NIP: 9562307719
|
||||
</td>
|
||||
<td style="text-align: left; vertical-align: top;">
|
||||
</td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
';
|
||||
Reference in New Issue
Block a user