add waste to invetory gui
This commit is contained in:
@@ -81,6 +81,7 @@ class InventoryItemController extends Controller
|
||||
['item_count_sold', 'Eladott mennyiség (db)'],
|
||||
['item_count_in', 'Beszerzett mennyiség (db)'],
|
||||
['item_count', 'Leltározott mennyiség (db)'],
|
||||
['item_count_waste', 'Selejtezett mennyiség (db)'],
|
||||
['item_purchase_price_net', 'Nettó beszerezési ár (Ft)'],
|
||||
['item_net_stock_money', 'Nettó készlet érték (Ft)'],
|
||||
['item_stock_missing_count', 'Különbség (db)'],
|
||||
@@ -88,7 +89,7 @@ class InventoryItemController extends Controller
|
||||
['item_stock_missing_money', 'Leltár hiány (Ft)'],
|
||||
['item_count_system', 'Rendszer szerinti mennyiség (db)'],
|
||||
];
|
||||
$cols = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P'];
|
||||
$cols = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P','Q'];
|
||||
|
||||
/** @noinspection PhpUndefinedMethodInspection */
|
||||
$models = $dataProvider->getModels();
|
||||
|
||||
Reference in New Issue
Block a user