noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
export_fiche_balance_pdf.php File Reference

Called by impress->category, export in PDF the history of a category or balance of card. More...

Go to the source code of this file.

Variables

 $allcard = (isset($_GET['allcard']))?1:0
 $cn = new Database($gDossier)
 $gDossier = dossier::id()
 $name = $cn->get_value('select fd_label from fiche_def where fd_id=$1',array($_GET['cat']))
 $pdf = new PDF($cn)
 exit

Detailed Description

Called by impress->category, export in PDF the history of a category or balance of card.

Definition in file export_fiche_balance_pdf.php.


Variable Documentation

$allcard = (isset($_GET['allcard']))?1:0

Definition at line 50 of file export_fiche_balance_pdf.php.

$cn = new Database($gDossier)

Definition at line 37 of file export_fiche_balance_pdf.php.

$gDossier = dossier::id()

Definition at line 36 of file export_fiche_balance_pdf.php.

$name = $cn->get_value('select fd_label from fiche_def where fd_id=$1',array($_GET['cat']))

Definition at line 40 of file export_fiche_balance_pdf.php.

$pdf = new PDF($cn)
 All Data Structures Namespaces Files Functions Variables Enumerations