noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
export.php File Reference

manage all the export to CSV or PDF act can be More...

Go to the source code of this file.

Variables

if(! $g_user->is_double_identified()) $action =$g_user->check_dossier($gDossier)
 check if 2FA is completed
 
global $cn =Dossier::connect()
 
global $g_parameter =new Noalyss_Parameter_Folder($cn)
 
global $g_user =new Noalyss_user($cn)
 
 $gDossier =dossier::id()
 
 $hi =new HttpInput()
 
if( $action=='X'|| $g_user->check_print($action)==0) $prfile =$cn->get_value("select me_file from menu_ref where me_code=$1",array($action))
 
const ALLOWED 1
 
if(LOGINPUT) if ($prfile==""||!file_exists(NOALYSS_INCLUDE."/export/$prfile"))
 

Detailed Description

manage all the export to CSV or PDF act can be

Definition in file export.php.

Variable Documentation

◆ $action

$action =$g_user->check_dossier($gDossier)

check if 2FA is completed

Definition at line 65 of file export.php.

◆ $cn

if(defined("noalyss_user")||defined("phpcompta_user")) if (isset( $_REQUEST[ 'loadjs']) &&$_REQUEST[ 'loadjs']=='message') $cn =Dossier::connect()

Definition at line 32 of file export.php.

◆ $g_parameter

$g_parameter =new Noalyss_Parameter_Folder($cn)

Definition at line 32 of file export.php.

◆ $g_user

$g_user =new Noalyss_user($cn)

Definition at line 32 of file export.php.

◆ $gDossier

$gDossier =dossier::id()

Definition at line 55 of file export.php.

◆ $hi

$hi =new HttpInput()

Definition at line 67 of file export.php.

◆ $prfile

if ($action=='X'||$g_user->check_print( $action)==0) $prfile =$cn->get_value("select me_file from menu_ref where me_code=$1",array($action))

Definition at line 78 of file export.php.

◆ ALLOWED

const ALLOWED 1

Definition at line 27 of file export.php.

◆ if

if(LOGINPUT) if( $prfile==""||!file_exists(NOALYSS_INCLUDE."/export/$prfile")) ( $prfile = = "" || !file_exists(NOALYSS_INCLUDE."/export/$prfile"))

Definition at line 100 of file export.php.