noalyss Version-9
Functions
header_print.php File Reference

contains several function to replace the header in generated document More...

Go to the source code of this file.

Functions

 header_txt ($p_cn)
 

Detailed Description

contains several function to replace the header in generated document

Definition in file header_print.php.

Function Documentation

◆ header_txt()

header_txt (   $p_cn)

Definition at line 31 of file header_print.php.

32{
34 $soc=$own->MY_NAME;
35
36 $date=date('d / m / Y H:i ');
37 $dossier=mb_convert_encoding(" Dossier : ".dossier::name(),'ISO-8859-1','UTF-8');
38
39 return $dossier." ".$soc." ".$date;
40}
$from_poste name
$dossier
Class to manage the company parameter (address, name...)

References $date, $dossier, $own, and name.

Referenced by Acc_Bilan\generate_odt(), and Acc_Bilan\generate_plain().