dolibarr
x.y.z
|
Class to manage the numbering module Simple for project references. More...
Public Member Functions | |
info () | |
Return description of numbering module. More... | |
getExample () | |
Return an example of numbering module values. More... | |
canBeActivated () | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
getNextValue ($objsoc, $project) | |
Return next value. More... | |
project_get_num ($objsoc=0, $project='') | |
Return next reference not yet used as a reference. More... | |
Public Member Functions inherited from ModeleNumRefProjects | |
isEnabled () | |
Return if a module can be used or not. More... | |
getVersion () | |
Renvoi version du module numerotation. More... | |
Class to manage the numbering module Simple for project references.
Definition at line 32 of file mod_project_simple.php.
mod_project_simple::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Reimplemented from ModeleNumRefProjects.
Definition at line 89 of file mod_project_simple.php.
mod_project_simple::getExample | ( | ) |
Return an example of numbering module values.
Reimplemented from ModeleNumRefProjects.
Definition at line 77 of file mod_project_simple.php.
mod_project_simple::getNextValue | ( | $objsoc, | |
$project | |||
) |
Return next value.
Reimplemented from ModeleNumRefProjects.
Definition at line 126 of file mod_project_simple.php.
mod_project_simple::info | ( | ) |
Return description of numbering module.
Reimplemented from ModeleNumRefProjects.
Definition at line 65 of file mod_project_simple.php.
mod_project_simple::project_get_num | ( | $objsoc = 0 , |
|
$project = '' |
|||
) |
Return next reference not yet used as a reference.
Definition at line 174 of file mod_project_simple.php.