* pdf changes
This commit is contained in:
parent
cee4134a21
commit
6bf7c90d3e
@ -64,6 +64,7 @@ return [
|
||||
// ],
|
||||
|
||||
'projektvezeto' => [
|
||||
'api.fault.post',
|
||||
'api.fault.put',
|
||||
'api.report.post',
|
||||
'api.fault-attachment.post',
|
||||
|
||||
BIN
data/pdf-resources/bng-logo.png
Normal file
BIN
data/pdf-resources/bng-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@ -5,7 +5,7 @@
|
||||
<table class="heading">
|
||||
<tr>
|
||||
<td class="large bold">
|
||||
<img src="data/pdf-resources/laterex-logo.png" height="60px"/>
|
||||
<img src="data/pdf-resources/bng-logo.png" height="60px"/>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
|
||||
@ -7,6 +7,10 @@
|
||||
<attribute name="vertical-align" value="middle" />
|
||||
</td>
|
||||
|
||||
<td class="top">
|
||||
<attribute name="vertical-align" value="top" />
|
||||
</td>
|
||||
|
||||
<td class="bottom">
|
||||
<attribute name="vertical-align" value="down" />
|
||||
</td>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<table class="heading">
|
||||
<tr>
|
||||
<td class="large bold">
|
||||
<img src="data/pdf-resources/laterex-logo.png" height="60px"/>
|
||||
<img src="data/pdf-resources/bng-logo.png" height="60px"/>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
@ -109,7 +109,7 @@
|
||||
<td width="120px" class="data"><![CDATA[%%CONFIRMER_JOB%%]]></td>
|
||||
<td width="80px" class="definition"><![CDATA[Javítást végző:]]></td>
|
||||
<td width="140px" class="definition"><![CDATA[%%WORKER_NAME%%]]></td>
|
||||
<td class="data"><![CDATA[%%WORKER_JOB%%]]></td>
|
||||
<td class="definition"><![CDATA[Aláírás:]]></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="fault">
|
||||
@ -177,7 +177,7 @@
|
||||
<td class="data"><![CDATA[]]></td>
|
||||
</tr>
|
||||
</table> <!-- end of fault -->
|
||||
<table class="fault">
|
||||
<table class="fault spacer">
|
||||
<tr>
|
||||
<td width="80px" class="definition"><![CDATA[Javítást igazoló:]]></td>
|
||||
<td width="100px" class="data"><![CDATA[%%ACKNOWLEDGEDBY_NAME%%]]></td>
|
||||
@ -188,5 +188,8 @@
|
||||
</tr>
|
||||
</table> <!-- end of fault -->
|
||||
|
||||
<table class="comment">
|
||||
<tr><td height="100px" class="top"><![CDATA[Megjegyzés:]]></td></tr>
|
||||
</table>
|
||||
</dynamic-page>
|
||||
</pdf>
|
||||
</pdf>
|
||||
|
||||
@ -23,7 +23,7 @@ class Maintenance implements JsonSerializable
|
||||
private $hash;
|
||||
|
||||
/**
|
||||
* @ORM\Column(name="old_hash", type="string", length=250)
|
||||
* @ORM\Column(name="old_hash", type="string", length=250, nullable=true)
|
||||
* @var string
|
||||
*/
|
||||
private $oldHash;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user