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