add feature payout_later

This commit is contained in:
2016-03-25 19:05:42 +01:00
parent b84ebf0177
commit 51b28134c1
14 changed files with 193 additions and 35 deletions

View File

@@ -23,18 +23,24 @@
</tr>
<?php } ?>
<?php if ( count($model->moneyMovements ) == 0 ) {
?>
<tr>
<td colspan="7" style="text-align: right; padding: 3px;">
Nincs találat
</td>
</tr>
<?php
}?>
</tbody>
</table>
<?php if ( count($model->moneyMovements ) == 0 ) {
?>
Nincs találat
<?php
}else{?>
<?php if ( count($model->moneyMovements ) > 0 ) {
?>
<div class="row">
<div class="col-md-12 text-right" style="text-decoration: underline;">
Összesen: <?php echo \Yii::$app->formatter->asInteger( $model->moneyMovementMoneis); ?> Ft
</div>
</div>
<?php