noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Functions | Variables
param_jrn.php File Reference

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 >< thServices

Function Documentation

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 ( )

Definition at line 338 of file param_jrn.php.

References style.

Referenced by show_ledger_div().

    {
        $('type_ods').style.display='none';
        $('type_fin').style.display='none';
        $('type_fin2').style.display='none';
    }

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();
       }
   }

Variable Documentation

$num = $cn->size()

Definition at line 151 of file param_jrn.php.

Definition at line 153 of file param_jrn.php.

if ($new==1||$type=='FIN') margin left

Definition at line 133 of file param_jrn.php.

Definition at line 140 of file param_jrn.php.

 All Data Structures Namespaces Files Functions Variables Enumerations