NumModelSaphir
class NumModelSaphir extends NumModel (View source)
NumModelSaphir class
Class to manage module numbering rules Saphir
Properties
$error | from NumModel | ||
$version | |||
$nom | |||
protected | $const_name | ||
protected | $table_name | ||
protected | $field_name |
Methods
string
info()
Return description of numbering model
string
getExample()
Return an example of numbering
boolean
canBeActivated()
Check if the numbers already existing in the database doesn't have conflicts with this numbering model
from NumModel
string
getNextValue(Societe $objsoc = null)
Return next free value
__construct($const_name_prefix, $model_name = '')
Constructor
Details
at line 65
string
info()
Return description of numbering model
at line 105
string
getExample()
Return an example of numbering
boolean
canBeActivated()
Check if the numbers already existing in the database doesn't have conflicts with this numbering model
at line 125
string
getNextValue(Societe $objsoc = null)
Return next free value
at line 40
__construct($const_name_prefix, $model_name = '')
Constructor