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

gestion des clefs de répartitions More...

Go to the source code of this file.

Variables

global $cn
 
global $gDossier
 
if(isset($_POST['add_key']))
if(isset($_POST['mod_key'])) 
$sql
 
 $a_key =$cn->get_array($sql)
 
 $mod_key =HtmlInput::anchor($a_key[$i]['cr_name'],"","onclick=\"$js\"")
 

Detailed Description

gestion des clefs de répartitions

Definition in file key.inc.php.

Variable Documentation

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

Definition at line 59 of file key.inc.php.

Referenced by Copro_Budget\detail().

global $cn

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

global $gDossier

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

$mod_key =HtmlInput::anchor($a_key[$i]['cr_name'],"","onclick=\"$js\"")

Definition at line 83 of file key.inc.php.

if (isset($_POST['add_key'])) if (isset($_POST['mod_key'])) $sql
Initial value:
="select cr_id,cr_name,cr_note,cr_tantieme,
coalesce( (select sum(crd_amount) from
coprop.clef_repartition_detail as crd
where crd.cr_id=cr.cr_id) ,0) as delta
from
coprop.clef_repartition as cr
order by cr_name"

Definition at line 51 of file key.inc.php.