add waste to invetory gui

This commit is contained in:
2017-05-01 22:04:05 +02:00
parent 010ff62506
commit 1a04a6e351
3 changed files with 10 additions and 2 deletions

View File

@@ -152,6 +152,12 @@ $this->registerJs('inventoryItemIndex.init( ' . json_encode($options) . ' );');
'label' => 'Beszerzett mennyiség (db)',
'contentOptions' => ['class' => 'numeric ' ]
],
[
'attribute' => 'item_count_waste',
'label' => 'Selejtezett mennyiség (db)',
'contentOptions' => ['class' => 'numeric ' ]
],
[
'attribute' => 'item_count_sold',