array( 'width'=>'1', 'sortable'=>false, 'label'=>' ', 'customCode'=>' ', 'default'=>true, ), 'PRODUCT_CODE' => array( 'width'=>'10', 'label'=>'LBL_LIST_PRODUCT_CODE', 'default'=>true, ), 'PRODUCT_NAME' => array( 'width' => '30', 'label' => 'LBL_LIST_PRODUCT_NAME', 'module'=>'EcmProducts', 'id'=>'PRODUCT_ID', //'customCode'=>'{$PRODUCT_NAME}', 'default' => true, 'link' => true), 'STOCK_ID' => array( 'width'=>'1', 'sortable'=>false, 'label'=>' ', 'customCode'=>' ', 'default'=>true, ), 'STOCK_NAME' => array( 'width' => '15', 'label' => 'LBL_LIST_STOCK_NAME', 'module'=>'EcmStocks', 'id'=>'STOCK_ID', 'customCode'=>'{$STOCK_NAME}', 'default' => true, 'link' => true), 'DATE_ENTERED' => array( 'width' => '15', 'label' => 'Data ostatniej operacji', 'default' => true), 'QUANTITY' => array( 'width' => '5', 'align'=>'right', 'label' => 'Stan', 'default' => true), 'PART_ID' => array( 'width' => '10', 'label' => 'Jednostka miary', 'default' => true), 'OPTIONS' => array( 'width' => '2', 'label' => 'WiÄ™cej', 'default' => true, 'sortable' => false, 'align' => 'center' ) ); ?>