noalyss Version-9
Variables
export_fiche_balance_csv.php File Reference

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

Go to the source code of this file.

Variables

 $allcard =(isset($_GET['allcard']))?1:0
 
 $export =new Noalyss_Csv(_('fiche-balance'))
 
 $fic =new Fiche($cn)
 
if( $_GET['histo']==4|| $_GET['histo']==5) else
 
for($e=0; $e< count($afiche); $e++) exit
 

Detailed Description

Called by impress->category, export in CVS the history of a category of card.

Definition in file export_fiche_balance_csv.php.

Variable Documentation

◆ $allcard

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

Definition at line 32 of file export_fiche_balance_csv.php.

◆ $export

$export =new Noalyss_Csv(_('fiche-balance'))

Definition at line 33 of file export_fiche_balance_csv.php.

◆ $fic

$fic =new Fiche($cn)

Definition at line 108 of file export_fiche_balance_csv.php.

◆ else

if ($_GET[ 'histo']==4||$_GET[ 'histo']==5) else
Initial value:
{
if ($allcard == 1)
{
$afiche = $cn->get_array("select fd_id from vw_fiche_def where ad_id=" . ATTR_DEF_ACCOUNT . " order by fd_label asc");
}
else
{
$afiche[0] = array('fd_id' => $_REQUEST['cat']);
}
$export->send_header()
$_REQUEST['ac']
const ATTR_DEF_ACCOUNT
Definition: constant.php:215
$afiche[0]
Definition: fiche.inc.php:482

Definition at line 96 of file export_fiche_balance_csv.php.

◆ exit

for ( $e=0;$e< count( $afiche);$e++) exit ( )