Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

poste_csv.php File Reference

Send the poste list in csv. More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $User = new cl_user($cn)
 $Poste = new poste($cn,$_POST['poste_id'])
 $solde_type = ($tot_deb>$tot_cred)?"solde débiteur":"solde créditeur"
 $diff = abs($tot_deb-$tot_cred)
 exit


Detailed Description

Send the poste list in csv.

Definition in file poste_csv.php.


Variable Documentation

$cn = DbConnect($_SESSION['g_dossier'])
 

Definition at line 32 of file poste_csv.php.

$diff = abs($tot_deb-$tot_cred)
 

Definition at line 66 of file poste_csv.php.

Referenced by ViewStock().

$Poste = new poste($cn,$_POST['poste_id'])
 

Definition at line 39 of file poste_csv.php.

$solde_type = ($tot_deb>$tot_cred)?"solde débiteur":"solde créditeur"
 

Definition at line 65 of file poste_csv.php.

$User = new cl_user($cn)
 

Definition at line 35 of file poste_csv.php.

exit
 

Definition at line 73 of file poste_csv.php.