@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use hipanel\modules\finance\logic\IntegrityException; |
| 14 | 14 | use hipanel\modules\finance\models\DomainResource; |
| 15 | 15 | use hipanel\modules\finance\models\DomainService; |
| 16 | -use hipanel\modules\finance\models\Tariff; |
|
| 17 | 16 | use yii\web\UnprocessableEntityHttpException; |
| 18 | 17 | |
| 19 | 18 | class DomainTariffForm extends AbstractTariffForm |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Yii; |
| 16 | 16 | use yii\base\Object; |
| 17 | 17 | use yii\helpers\ArrayHelper; |
| 18 | -use yii\web\ForbiddenHttpException; |
|
| 19 | 18 | use yii\web\NotFoundHttpException; |
| 20 | 19 | |
| 21 | 20 | abstract class AbstractTariffManager extends Object |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use hipanel\modules\finance\models\Merchant; |
| 14 | 14 | use hiqdev\hiart\ResponseErrorException; |
| 15 | 15 | use Yii; |
| 16 | -use yii\helpers\ArrayHelper; |
|
| 17 | 16 | |
| 18 | 17 | class Collection extends \hiqdev\yii2\merchant\Collection |
| 19 | 18 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace hipanel\modules\finance\actions; |
| 4 | 4 | |
| 5 | 5 | use hipanel\modules\finance\forms\BillForm; |
| 6 | -use hipanel\modules\finance\forms\BillImportForm; |
|
| 7 | 6 | use hipanel\modules\finance\models\Bill; |
| 8 | 7 | use hipanel\modules\finance\providers\BillTypesProvider; |
| 9 | 8 | use hiqdev\hiart\Collection; |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | use hipanel\actions\IndexAction; |
| 14 | 14 | use hipanel\actions\RedirectAction; |
| 15 | -use hipanel\actions\SmartCreateAction; |
|
| 16 | 15 | use hipanel\actions\SmartPerformAction; |
| 17 | 16 | use hipanel\actions\SmartUpdateAction; |
| 18 | 17 | use hipanel\actions\ValidateFormAction; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | use hipanel\modules\finance\grid\SaleGridView; |
| 4 | 4 | use hipanel\widgets\IndexPage; |
| 5 | 5 | use hipanel\widgets\Pjax; |
| 6 | -use yii\helpers\Html; |
|
| 7 | 6 | |
| 8 | 7 | $this->title = Yii::t('hipanel:finance:sale', 'Sale'); |
| 9 | 8 | $this->params['breadcrumbs'][] = $this->title; |