noalyss Version-9
Variables
export_fiche_detail_csv.php File Reference

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
 

Detailed Description

Send the poste list in csv.

Definition in file export_fiche_detail_csv.php.

Variable Documentation

◆ $cn

Definition at line 36 of file export_fiche_detail_csv.php.

◆ $diff

$diff =abs($tot_deb-$tot_cred)

Definition at line 187 of file export_fiche_detail_csv.php.

◆ $export

$export =new Noalyss_Csv(_('fiche_').$qcode)

Definition at line 43 of file export_fiche_detail_csv.php.

◆ $f_id

$f_id =$http->request("f_id", "number")

Definition at line 28 of file export_fiche_detail_csv.php.

◆ $Fiche

$Fiche =new Fiche($cn,$f_id)

Definition at line 40 of file export_fiche_detail_csv.php.

Referenced by Pre_Op_Advanced\display(), and Acc_Ledger\input().

◆ $from_periode

$from_periode =$http->get("from_periode")

◆ $gDossier

$gDossier =dossier::id()

Definition at line 33 of file export_fiche_detail_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 26 of file export_fiche_detail_csv.php.

◆ $ople

$ople =$http->get("ople")

Definition at line 31 of file export_fiche_detail_csv.php.

◆ $qcode

$qcode =$Fiche->get_quick_code()

Definition at line 41 of file export_fiche_detail_csv.php.

◆ $solde_type

$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

$to_periode =$http->get("to_periode")

Definition at line 30 of file export_fiche_detail_csv.php.

◆ else

if(count($Fiche->row)==0) if (! isset( $_REQUEST[ 'oper_detail'])) else
Initial value:
{
$title=array("Poste","Qcode","date","ref","internal",
"Description","Montant","D/C")

Definition at line 154 of file export_fiche_detail_csv.php.

◆ exit

exit

Definition at line 199 of file export_fiche_detail_csv.php.