|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
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 | |
| $cat = $http->get("cat") | |
| $cn =Dossier::connect() | |
| for($e=0; $e< count($afiche); $e++) | $fDate =date('dmy-Hi') |
| $gDossier =dossier::id() | |
| $histo = $http->get("histo") | |
| $http =new HttpInput() | |
| $name =$cn->get_value('select fd_label from fiche_def where fd_id=$1',array($cat)) | |
| $pdf =new PDF($cn) | |
| if($histo==4|| $histo==5) | else |
| exit | |
Called by impress->category, export in PDF the history of a category or balance of card.
Definition in file export_fiche_balance_pdf.php.
| $allcard =(isset($_GET['allcard']))?1:0 |
Definition at line 51 of file export_fiche_balance_pdf.php.
| $cat = $http->get("cat") |
Definition at line 38 of file export_fiche_balance_pdf.php.
| $cn =Dossier::connect() |
Definition at line 32 of file export_fiche_balance_pdf.php.
| for ( $e=0;$e< count( $afiche);$e++) $fDate | ( | ) | =date('dmy-Hi') |
Definition at line 289 of file export_fiche_balance_pdf.php.
| $gDossier =dossier::id() |
Definition at line 31 of file export_fiche_balance_pdf.php.
| $histo = $http->get("histo") |
Definition at line 39 of file export_fiche_balance_pdf.php.
Referenced by HtmlInput\card_detail().
| $http =new HttpInput() |
Definition at line 36 of file export_fiche_balance_pdf.php.
Definition at line 41 of file export_fiche_balance_pdf.php.
Definition at line 43 of file export_fiche_balance_pdf.php.
| if ( $histo==4||$histo==5) else |
Definition at line 154 of file export_fiche_balance_pdf.php.
| exit |
Definition at line 291 of file export_fiche_balance_pdf.php.