Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
import_bank.php File Reference

Go to the source code of this file.

Variables

if(!isset($_REQUEST['sb'])) $format =new IText('format_name')
 
 $jrn_def =new ISelect('jrn_def')
 
$jrn_def value =$cn->make_array('select jrn_def_id,jrn_def_name from jrn_def where '.$g_user->get_ledger_sql('FIN',3).' order by jrn_def_name')
 
 $sep_decimal =new ISelect('sep_dec')
 
 $sep_thousand =new ISelect('sep_thous')
 
 $sep_field =new ISelect('sep_field')
 
 $col_valid =new INum('col_valid')
 
 $format_date =new ISelect('format_date')
 
 $file =new IFile('import_file')
 
 $skip =new INum('skip')
 
$skip size =5
 
 $nb_col =new INum('nb_col')
 

Variable Documentation

$col_valid =new INum('col_valid')

Definition at line 55 of file import_bank.php.

$file =new IFile('import_file')
if (!isset($_REQUEST['sb'])) $format =new IText('format_name')

Definition at line 43 of file import_bank.php.

$format_date =new ISelect('format_date')

Definition at line 57 of file import_bank.php.

$jrn_def =new ISelect('jrn_def')

Definition at line 44 of file import_bank.php.

$nb_col =new INum('nb_col')

Definition at line 65 of file import_bank.php.

$sep_decimal =new ISelect('sep_dec')

Definition at line 46 of file import_bank.php.

$sep_field =new ISelect('sep_field')

Definition at line 52 of file import_bank.php.

$sep_thousand =new ISelect('sep_thous')

Definition at line 49 of file import_bank.php.

$skip =new INum('skip')

Definition at line 61 of file import_bank.php.

$skip size =5

Definition at line 63 of file import_bank.php.

$skip value =$cn->make_array('select jrn_def_id,jrn_def_name from jrn_def where '.$g_user->get_ledger_sql('FIN',3).' order by jrn_def_name')

Definition at line 45 of file import_bank.php.