noalyss Version-9
|
about the accountancy period (usually 1 year starting in January until december) = exercice More...
Public Member Functions | |
__construct ($cn) | |
count () | |
return the number of different exercices into a folder More... | |
exercice_from_label ($p_label) | |
retrieve the exercice from the exercice label More... | |
select ($name, $selected='', $js='') | |
Show a ISelect with the different exercices. More... | |
select_date ($name, $selected='', $js='') | |
Show a ISelect with the different exercices, display start and end date. More... | |
Data Fields | |
$cn | |
about the accountancy period (usually 1 year starting in January until december) = exercice
Definition at line 30 of file exercice.class.php.
Exercice::__construct | ( | $cn | ) |
Definition at line 33 of file exercice.class.php.
Exercice::count | ( | ) |
return the number of different exercices into a folder
$cn | is the database connexion object database |
Definition at line 42 of file exercice.class.php.
Exercice::exercice_from_label | ( | $p_label | ) |
retrieve the exercice from the exercice label
string | $p_label |
Definition at line 85 of file exercice.class.php.
Exercice::select | ( | $name, | |
$selected = '' , |
|||
$js = '' |
|||
) |
Show a ISelect with the different exercices.
$name | of the iselect |
$selected | the selected year (default = '') |
$js | javascript (default = '') |
Definition at line 54 of file exercice.class.php.
Exercice::select_date | ( | $name, | |
$selected = '' , |
|||
$js = '' |
|||
) |
Show a ISelect with the different exercices, display start and end date.
$name | of the iselect |
$selected | the selected year (default = '') |
$js | javascript (default = '') |
Definition at line 69 of file exercice.class.php.
Exercice::$cn |
Definition at line 32 of file exercice.class.php.
Referenced by __construct().