Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

impress_bilan.php File Reference

form who call the printing of the bilan in RTF file included by user_impress More...

Go to the source code of this file.

Variables

 $ret
 $w = new widget("select")
$w table = 1
 print
 $filter_year = " where p_exercice='".$User->getExercice()."'"
 $periode_start = make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
$w label = "Depuis"
 $periode_end = make_array($cn,"select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")


Detailed Description

form who call the printing of the bilan in RTF file included by user_impress

some variable are already defined ($cn, $User ...)

Definition in file impress_bilan.php.


Variable Documentation

$filter_year = " where p_exercice='".$User->getExercice()."'"
 

Definition at line 47 of file impress_bilan.php.

$periode_end = make_array($cn,"select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
 

Definition at line 53 of file impress_bilan.php.

$periode_start = make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
 

Definition at line 49 of file impress_bilan.php.

$ret
 

Initial value:

make_array($cn,"select fr_id,fr_label
                 from formdef
                 order by fr_label")

Definition at line 32 of file impress_bilan.php.

Referenced by cl_user::Check(), fiche::Display(), ExecSql(), FormPeriode(), FormPeriodeMult(), Document::Generate(), poste::get(), Document_modele::Get(), Document::get(), getDbValue(), GetJrnName(), rapport::GetName(), poste::GetName(), jrn::GetName(), GetNextFiche(), getPeriodeName(), ImpHtml(), ParseFormula(), PosteForm(), Document_modele::Save(), save_upload_document(), Document::Send(), ShowItem(), ShowMenuJrn(), and Document::Upload().

$w = new widget("select")
 

Definition at line 38 of file impress_bilan.php.

$w label = "Depuis"
 

Definition at line 50 of file impress_bilan.php.

print
 

Definition at line 41 of file impress_bilan.php.

Referenced by ExecuteScript(), ImportCSV(), and Cpdf::setEncryption().

$w table = 1
 

Definition at line 39 of file impress_bilan.php.