|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Send the poste list in csv. More...
Go to the source code of this file.
Variables | |
| $cn =Dossier::connect() | |
| $diff =abs($tot_deb-$tot_cred) | |
| $export =new Noalyss_Csv(_('fiche_').$qcode) | |
| $f_id =$http->request("f_id", "number") | |
| $Fiche =new Fiche($cn,$f_id) | |
| $from_periode =$http->get("from_periode") | |
| $gDossier =dossier::id() | |
| $http =new HttpInput() | |
| $ople =$http->get("ople") | |
| $qcode =$Fiche->get_quick_code() | |
| foreach( $Fiche->row as $op) | $solde_type =($tot_deb>$tot_cred)?"solde débiteur":"solde créditeur" |
| $to_periode =$http->get("to_periode") | |
| if(count( $Fiche->row)==0) if(! isset($_REQUEST['oper_detail'])) | else |
| exit | |
Send the poste list in csv.
Definition in file export_fiche_detail_csv.php.
| $cn =Dossier::connect() |
Definition at line 36 of file export_fiche_detail_csv.php.
| $diff =abs($tot_deb-$tot_cred) |
Definition at line 187 of file export_fiche_detail_csv.php.
| $export =new Noalyss_Csv(_('fiche_').$qcode) |
Definition at line 43 of file export_fiche_detail_csv.php.
| $f_id =$http->request("f_id", "number") |
Definition at line 28 of file export_fiche_detail_csv.php.
Definition at line 40 of file export_fiche_detail_csv.php.
Referenced by Pre_Op_Advanced\display(), and Acc_Ledger\input().
| $from_periode =$http->get("from_periode") |
Definition at line 29 of file export_fiche_detail_csv.php.
Referenced by Print_Ledger_Simple\__construct(), and Acc_Bilan\display_form().
| $gDossier =dossier::id() |
Definition at line 33 of file export_fiche_detail_csv.php.
| $http =new HttpInput() |
Definition at line 26 of file export_fiche_detail_csv.php.
| $ople =$http->get("ople") |
Definition at line 31 of file export_fiche_detail_csv.php.
| $qcode =$Fiche->get_quick_code() |
Definition at line 41 of file export_fiche_detail_csv.php.
| $solde_type =($tot_deb>$tot_cred)?"solde débiteur":"solde créditeur" |
Definition at line 185 of file export_fiche_detail_csv.php.
Referenced by Fiche\HtmlTableDetail().
| $to_periode =$http->get("to_periode") |
Definition at line 30 of file export_fiche_detail_csv.php.
Definition at line 154 of file export_fiche_detail_csv.php.
| exit |
Definition at line 199 of file export_fiche_detail_csv.php.