add display money to account state close, delete ticket on customer tickets
This commit is contained in:
@@ -13,6 +13,7 @@ use common\components\total\TotalDifferenceWidget;
|
||||
use common\models\AccountState;
|
||||
use yii\helpers\Url;
|
||||
use common\components\accountstate\AccountStateWidget;
|
||||
use common\components\total\TotalCassaOpenInfoWidget;
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $model common\models\AccountState */
|
||||
@@ -72,6 +73,8 @@ if ( $model ->type == AccountState::TYPE_OPEN ){
|
||||
<?php if ( $model ->type == AccountState::TYPE_CLOSE ){?>
|
||||
|
||||
<?php echo TotalEasyWidget::widget(['dailyListing' => $details]);?>
|
||||
|
||||
<?php echo TotalCassaOpenInfoWidget::widget(['dailyListing' => $details]);?>
|
||||
<h2>Közepes összesítés</h2>
|
||||
<h3>Bérletek típus szerint</h3>
|
||||
<?php echo TotalMediumTicketsWidget::widget(['dailyListing' => $details]);?>
|
||||
|
||||
Reference in New Issue
Block a user