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,8 @@
<?php
echo $this->render('_list_pdf_head',[ 'searchModel' =>$searchModel, 'label' => 'Napi bevételek','type' =>'full']);
?>
<?php echo $this->render('_total_easy', ['searchModel' => $searchModel]); ?>
<pagebreak />
<?php echo $this->render('_total_medium', ['searchModel' => $searchModel]); ?>
<pagebreak />
<?php echo $this->render('_total_detailed', ['searchModel' => $searchModel]); ?>