add inventory item fast edit

This commit is contained in:
2016-08-08 07:41:31 +02:00
parent 576a9ba2dc
commit e79187c50e
9 changed files with 433 additions and 119 deletions

View File

@@ -2,15 +2,14 @@
namespace backend\controllers;
use Yii;
use /** @noinspection PhpMethodOrClassCallIsNotCaseSensitiveInspection */
Yii;
use common\models\Inventory;
use backend\models\InventorySearch;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use common\models\User;
use yii\db\Query;
use backend\models\InventoryItemSearch;
use common\models\InventoryItem;
use common\components\Helper;