dolibarr
x.y.z
|
Class to manage contract numbering rules madonna. More...
Public Member Functions | |
info () | |
Return default description of numbering model. More... | |
getExample () | |
Return numbering example. More... | |
canBeActivated () | |
Test if existing numbers make problems with numbering. More... | |
getNextValue ($objsoc, $holiday) | |
Return next value. More... | |
holiday_get_num ($fuser, $objforref) | |
Return next value. More... | |
Public Member Functions inherited from ModelNumRefHolidays | |
isEnabled () | |
Return if a module can be used or not. More... | |
getVersion () | |
Return numbering version module. More... | |
Class to manage contract numbering rules madonna.
Definition at line 30 of file mod_holiday_madonna.php.
mod_holiday_madonna::canBeActivated | ( | ) |
Test if existing numbers make problems with numbering.
Reimplemented from ModelNumRefHolidays.
Definition at line 91 of file mod_holiday_madonna.php.
mod_holiday_madonna::getExample | ( | ) |
Return numbering example.
Reimplemented from ModelNumRefHolidays.
Definition at line 80 of file mod_holiday_madonna.php.
mod_holiday_madonna::getNextValue | ( | $objsoc, | |
$holiday | |||
) |
Return next value.
Reimplemented from ModelNumRefHolidays.
Definition at line 128 of file mod_holiday_madonna.php.
mod_holiday_madonna::holiday_get_num | ( | $fuser, | |
$objforref | |||
) |
Return next value.
Definition at line 173 of file mod_holiday_madonna.php.
mod_holiday_madonna::info | ( | ) |
Return default description of numbering model.
Reimplemented from ModelNumRefHolidays.
Definition at line 68 of file mod_holiday_madonna.php.