array( 'form' => array( 'buttons'=>array( array( 'customCode' => ' ', ), 'CANCEL', ), 'enctype' => 'multipart/form-data', 'hidden' => array( '', '', '', ), ), 'maxColumns' => '2', 'widths' => array( array( 'label' => '10', 'field' => '30', ), array( 'label' => '10', 'field' => '30', ), ), /* 'javascript' => ' ', */ 'includes' => array( array( 'file' => 'include/JSON.js', ), /* array( 'file' => 'include/javascript/quicksearch.js', ), array( 'file' => 'include/ECM/EcmPreviewPDF/EcmPreviewPDF.js', ), array( 'file' => 'modules/EcmFkVatTables/AjaxSearch/AjaxSearch.js', ), array( 'file' => 'modules/EcmFkVatTables/formloader.js', ), */ array( 'file' => 'modules/EcmFkVatTables/MyTable.js', ), array( 'file' => 'modules/EcmFkVatTables/EcmFkVatRegisters.js', ), array( 'file' => 'modules/EcmFkVatTables/EcmFkVatRegistersEditView.js', ), array( 'file' => 'modules/EcmProducts/mintajax.js', ), array( 'file' => 'modules/EcmProducts/helper.js', ), ), ), 'panels' => array( 'LBL_DETAILS' => array( // array( // 'created_by', // 'modified_user_id', // ), // array( // 'date_entered', // 'date_modified', // ), array( 'position', 'name', ), array( 'account_acc_wn', 'account_acc_ma', ), array( // 'acc_wn', 'acc_wn_code', // 'acc_ma', 'acc_ma_code', ), array( 'rez', 'vat', ), array( 'netto', 'type', ), array( 'deleted', '', ), ), 'LBL_DECREE' => array( array( array( 'name' => 'decree_panel', 'allCols' => true, 'hideLabel' => true, 'customCode' => '
{$MOD.LBL_EDITABLE_POSITION} {$MOD.LBL_EDITABLE_NAME} {$MOD.LBL_EDITABLE_WN} {$MOD.LBL_EDITABLE_MA} {$MOD.LBL_EDITABLE_OPTIONS}
', ), ), ), 'LBL_DEFINITIONS' => array( array( // 'zal', array( 'label' => 'LBL_ZAL', 'customCode' => ' ', ), // 'licz', array( 'label' => 'LBL_LICZ', 'customCode' => ' ', ), ), array( // 'zal_wn', array( 'label' => 'LBL_ZAL_WN', 'customCode' => ' ', ), // 'zal_ma', array( 'label' => 'LBL_ZAL_MA', 'customCode' => ' ', ), ), ), ), );