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

show history of call More...

Go to the source code of this file.

Variables

global $cn
 
 $sql
 
 $array =$cn->get_array($sql)
 

Detailed Description

show history of call

Definition in file historic.inc.php.

Variable Documentation

$array =$cn->get_array($sql)

Definition at line 44 of file historic.inc.php.

global $cn

Definition at line 29 of file historic.inc.php.

$sql
Initial value:
="select af_id,af_date,to_char(af_date,'DD.MM.YY') as str_date,af_percent,af_amount,af_card,af_ledger,af.jr_internal,
bd.b_id,bd.b_name,bd.b_exercice,bd.b_type,jrn.jr_id,
cr.cr_id,cr_name,
jrn_def_name
from
coprop.appel_fond as af
left join coprop.budget as bd on (af.b_id=bd.b_id)
left join coprop.clef_repartition as cr on (af.cr_id=cr.cr_id)
join jrn_def on (jrn_def_id=af_ledger)
join jrn on (jrn.jr_internal=af.jr_internal)
where af_confirmed='Y'
order by 2
"

Definition at line 31 of file historic.inc.php.