noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
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 ( p_cn)

Definition at line 34 of file header_print.php.

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

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

{
    $own=new own($p_cn);
    $soc=$own->MY_NAME;

    $date=date('d / m / Y H:i ');
    $dossier=utf8_decode(" Dossier : ".dossier::name());
    return $dossier." ".$soc." ".$date;
}
 All Data Structures Namespaces Files Functions Variables Enumerations