'', 'list_fields' => array ( /* 'number' => array ( 'name' => 'number', 'vname' => 'LBL_NUMBER', 'module' => 'EcmSales', 'usage' => 'query_only', ), */ 'document_no' => array ( 'name' => 'document_no', 'vname' => 'LBL_DOCUMENT_NO', 'module' => 'EcmSales', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '5%', ), 'PARENT_NAME' => array( 'width' => '10%', 'vname' => 'Kontrahent', 'default' => true, ), 'register_date' => array ( 'name' => 'register_date', 'vname' => 'LBL_REGISTER_DATE', 'module' => 'EcmSales', 'width' => '5%', ), 'QUANTITY' => array ( 'name' => 'quantity', 'vname' => 'Ilość', 'align'=>'right', 'module' => 'EcmSales', 'width' => '5%', ), 'PRICE_NETTO' => array ( 'name' => 'price_netto', 'vname' => 'Cena netto', 'align'=>'right', 'module' => 'EcmSales', 'width' => '5%', ), 'TOTAL_NETTO' => array ( 'name' => 'total_netto', 'vname' => 'Wartość netto', 'align'=>'right', 'module' => 'EcmSales', 'width' => '5%', ), 'options' => array ( 'name' => 'options', 'label' => ' ', 'default' => true, 'width' => '5%', 'sortable' => false, ), 'status' => array ( 'name' => 'status', 'vname' => 'LBL_STATUS', 'module' => 'EcmSales', 'width' => '60%', ), /* 'PDF_URL' => array( 'width' => '2%', 'label' => ' ', 'link' => true, 'default' => true, 'sortable' => false, ), 'edit_button'=>array( 'widget_class' => 'SubPanelEditButton', 'width' => '2%', ), */ ), ); ?>