Go to the source code of this file.
Functions | |
hide_ledger () | |
hide_row () | |
show_ledger_div () | |
Variables | |
$num = $cn->size() | |
for($i=0;$i<$num;$i++) | endif |
if($new==1||$type=='ACH') margin | left |
< tr >< th > | Services |
hide_ledger | ( | ) |
Definition at line 331 of file param_jrn.php.
References style.
Referenced by show_ledger_div().
{ for (var i=0;i<a_div.length;i++) { $(a_div[i]).style.display='none'; } }
hide_row | ( | ) |
show_ledger_div | ( | ) |
Definition at line 344 of file param_jrn.php.
References hide_ledger(), hide_row(), style, and switch.
{ hide_ledger(); var ch=$('p_jrn_type_select_id').options[$('p_jrn_type_select_id').selectedIndex].value; console.log(" div = "+ch); $(ch+'_div').style.display='block'; switch (ch) { case 'FIN': hide_row(); $('type_fin').style.display='table-row'; $('type_fin2').style.display='table-row'; break; case 'ODS': hide_row(); $('type_ods').style.display='table-row'; break; default: hide_row(); } }
Definition at line 151 of file param_jrn.php.
Definition at line 153 of file param_jrn.php.
Definition at line 133 of file param_jrn.php.
Definition at line 140 of file param_jrn.php.