Completed
Push — master ( 3d3063...15f987 )
by Andrii
24:33 queued 09:29
created
src/views/sale/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 /** @var \yii\web\View $this */
9 8
 /** @var \hipanel\modules\finance\models\SaleSearch $model */
Please login to merge, or discard this patch.
src/logic/CertificateTariffManager.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,11 +14,8 @@
 block discarded – undo
14 14
 use hipanel\modules\finance\forms\CertificateTariffForm;
15 15
 use hipanel\modules\finance\models\Tariff;
16 16
 use hiqdev\hiart\ConnectionInterface;
17
-use hiqdev\hiart\ResponseErrorException;
18 17
 use Yii;
19 18
 use yii\base\InvalidConfigException;
20
-use yii\web\NotFoundHttpException;
21
-use yii\web\UnprocessableEntityHttpException;
22 19
 
23 20
 /**
24 21
  * Class CertificateTariffManager
Please login to merge, or discard this patch.
src/controllers/TariffProfileController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use hipanel\actions\SmartUpdateAction;
19 19
 use hipanel\actions\ValidateFormAction;
20 20
 use hipanel\filters\EasyAccessControl;
21
-use hipanel\modules\finance\models\TariffProfile;
22 21
 use Yii;
23 22
 
24 23
 class TariffProfileController extends \hipanel\base\CrudController
Please login to merge, or discard this patch.
src/views/tariff-profile/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use hipanel\modules\finance\grid\TariffProfileGridView;
4 4
 use hipanel\widgets\IndexPage;
5 5
 use hipanel\widgets\Pjax;
6
-use yii\bootstrap\Dropdown;
7 6
 use yii\helpers\Html;
8 7
 
9 8
 
Please login to merge, or discard this patch.
src/controllers/TariffController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use hipanel\modules\finance\logic\ServerTariffManager;
25 25
 use hipanel\modules\finance\logic\SvdsTariffManager;
26 26
 use hipanel\modules\finance\logic\TariffManagerFactory;
27
-use hipanel\modules\finance\models\CertificateResource;
28 27
 use Yii;
29 28
 
30 29
 class TariffController extends \hipanel\base\CrudController
Please login to merge, or discard this patch.
src/grid/TariffProfileGridView.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,13 +10,11 @@
 block discarded – undo
10 10
 
11 11
 namespace hipanel\modules\finance\grid;
12 12
 
13
-use hipanel\helpers\Url;
14 13
 use hiqdev\yii2\menus\grid\MenuColumn;
15 14
 use hipanel\modules\finance\menus\ProfileActionsMenu;
16 15
 use hipanel\modules\finance\models\Tariff;
17 16
 use hipanel\modules\finance\models\TariffProfile;
18 17
 use yii\helpers\Html;
19
-
20 18
 use Yii;
21 19
 
22 20
 class TariffProfileGridView extends \hipanel\grid\BoxedGridView
Please login to merge, or discard this patch.
src/grid/presenters/price/CertificatePricePresenter.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -3,12 +3,7 @@
 block discarded – undo
3 3
 namespace hipanel\modules\finance\grid\presenters\price;
4 4
 
5 5
 use hipanel\modules\finance\models\Price;
6
-use Money\Formatter\DecimalMoneyFormatter;
7
-use Money\Formatter\IntlMoneyFormatter;
8 6
 use Money\MoneyFormatter;
9
-use Yii;
10
-use yii\base\InvalidConfigException;
11
-use yii\helpers\Html;
12 7
 
13 8
 /**
14 9
  * Class CertificatePricePresenter
Please login to merge, or discard this patch.
src/controllers/BillController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@  discard block
 block discarded – undo
14 14
 use hipanel\actions\IndexAction;
15 15
 use hipanel\actions\RedirectAction;
16 16
 use hipanel\actions\SmartDeleteAction;
17
-use hipanel\actions\SmartUpdateAction;
18 17
 use hipanel\actions\ValidateFormAction;
19 18
 use hipanel\actions\ViewAction;
20 19
 use hipanel\filters\EasyAccessControl;
@@ -24,7 +23,6 @@  discard block
 block discarded – undo
24 23
 use hipanel\modules\finance\forms\BillImportForm;
25 24
 use hipanel\modules\finance\forms\CurrencyExchangeForm;
26 25
 use hipanel\modules\finance\helpers\ChargesGrouper;
27
-use hipanel\modules\finance\models\Bill;
28 26
 use hipanel\modules\finance\models\ExchangeRate;
29 27
 use hipanel\modules\finance\models\Resource;
30 28
 use hiqdev\hiart\Collection;
Please login to merge, or discard this patch.