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

: this file is called from Import_Bank::list_record , it lets you set the tiers, remove, transfer the imported operation More...

Go to the source code of this file.

Variables

 $dossier_id =Dossier::id()
 
 $conx2 =clone $cn
 
 $conx3 =clone $cn
 
 $suggest_sql
 
 if (isset($array[0]['id']))
 
 $check_all =new ICheckBox('check_all')
 
$check_all javascript =' onclick = "impb_check_all()"'
 
 $gdossier =Dossier::id()
 
 $plugin_code =$_REQUEST['plugin_code']
 
 $suggest =$conx2->execute('get_suggest',array($row['id']))
 
 $a_suggest = Database::fetch_all($suggest)
 
if($a_suggest==false) $class =($i%2==0)?' class="even"':'class="odd"'
 
 $javascript ="onclick=\"reconcilie('div${row['id']}','$gdossier','${row['id']}','$plugin_code')\""
 
 $check = new ICheckBox(sprintf('temp_bank%s',$row['id']))
 
$check value =$row['is_checked']
 

Detailed Description

: this file is called from Import_Bank::list_record , it lets you set the tiers, remove, transfer the imported operation

See Also
Import_Bank::list_record

Definition in file show_list.php.

Variable Documentation

$a_suggest = Database::fetch_all($suggest)

Definition at line 105 of file show_list.php.

$check = new ICheckBox(sprintf('temp_bank%s',$row['id']))

Definition at line 118 of file show_list.php.

Referenced by Import_Bank\is_valid_header().

$check_all =new ICheckBox('check_all')

Definition at line 84 of file show_list.php.

if ($a_suggest==false) $class =($i%2==0)?' class="even"':'class="odd"'

Definition at line 107 of file show_list.php.

$conx2 =clone $cn

Definition at line 14 of file show_list.php.

$conx3 =clone $cn

Definition at line 15 of file show_list.php.

$dossier_id =Dossier::id()

Definition at line 11 of file show_list.php.

$gdossier =Dossier::id()

Definition at line 100 of file show_list.php.

$javascript ="onclick=\"reconcilie('div${row['id']}','$gdossier','${row['id']}','$plugin_code')\""

Definition at line 109 of file show_list.php.

$plugin_code =$_REQUEST['plugin_code']

Definition at line 101 of file show_list.php.

Referenced by show().

$suggest =$conx2->execute('get_suggest',array($row['id']))

Definition at line 104 of file show_list.php.

$suggest_sql
Initial value:
=$conx2->prepare('get_suggest','
select id, temp_bank_id,jr_id,f_id
from
importbank.suggest_bank
where
temp_bank_id=$1')
$conx2
Definition: show_list.php:14

Definition at line 18 of file show_list.php.

if(isset($array[0]['id']))

Definition at line 29 of file show_list.php.

$check javascript =' onclick = "impb_check_all()"'

Definition at line 85 of file show_list.php.

$check value =$row['is_checked']

Definition at line 120 of file show_list.php.