add transfer#list pdf download, fix helper#fixascii function

This commit is contained in:
2016-01-06 16:18:15 +01:00
parent 932f071c13
commit 39ae361505
29 changed files with 1519 additions and 373 deletions

View File

@@ -0,0 +1,21 @@
<table class="table table-bordered table-striped table-summary">
<tbody>
<tr>
<th>Bérletek</th>
<td class="money"><?php echo $ticketMoney?> FT
</td>
</tr>
<tr>
<th>Termékek</th>
<td class="money"><?php echo $productMoney?> FT</td>
</tr>
<tr>
<th>Pénzmozgások</th>
<td class="money"><?php echo $moneyMovementMoneis?> FT</td>
</tr>
<tr>
<th>Végösszeg bruttó</th>
<td class="money"><span style='border-bottom: 1px solid black'><?php echo $total?> FT</span></td>
</tr>
</tbody>
</table>