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', 'default' => true, 'link' => true), 'STOCK_NAME' => array( 'width' => '10', 'label' => 'LBL_LIST_STOCK_NAME', 'default' => true, ), 'PARENT_ID' => array( 'width'=>'1', 'sortable'=>false, 'label'=>' ', 'customCode'=>' ', 'default'=>true, ), 'DOCUMENT_NAME' => array( 'width'=>'1', 'sortable'=>false, 'label'=>' ', 'customCode'=>' ', 'default'=>true, ), 'PARENT_NAME' => array( 'width' => '15', 'label' => 'LBL_LIST_DOCUMENT_NAME', //'id'=>'PARENT_ID', 'customCode'=>'{$DOCUMENT_NAME}', 'default' => true, //'link' => true ), 'COUNTER' => array( 'width' => '15', 'label' => 'LBL_LIST_DATE', 'default' => true), 'PART_NO' => array( 'width' => '5', 'label' => 'Nr partii', 'align' => 'right', 'default' => true), 'PRICE' => array( 'width' => '10', 'label' => 'LBL_LIST_PRICE', 'align' => 'right', 'default' => true), 'TYPE' => array( 'width' => '5', 'label' => 'LBL_LIST_TYPE', 'default' => true), 'QUANTITY' => array( 'width' => '5', 'label' => 'LBL_LIST_QUANTITY', 'align' => 'right', 'default' => true), 'STATE' => array( 'width' => '5', 'label' => 'Stan po', 'align' => 'right', 'default' => true), ); ?>