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

@@ -23,11 +23,11 @@ use common\components\ProductAwareBehavior;
* @property integer $id_inventory_group
* @property integer $id_user
* @property integer $id_inventory_item_prev
* @property integer $id_user
* @property integer $price_brutto
* @property integer $total_price_brutto
* @property string $created_at
* @property string $updated_at
* @property mixed productName
*/
class InventoryItem extends BaseFitnessActiveRecord
{