dolibarr 19.0.3
|
Class to manage accountancy code of thirdparties with Digitaria rules. More...
Public Member Functions | |
__construct () | |
Constructor. | |
info ($langs) | |
Return description of module. | |
getExample ($langs, $objsoc=0, $type=-1) | |
Return an example of result returned by getNextValue. | |
get_code ($db, $societe, $type='') | |
Set accountancy account code for a third party into this->code. | |
checkIfAccountancyCodeIsAlreadyUsed ($db, $code, $type='') | |
Check accountancy account code for a third party into this->code. | |
Public Member Functions inherited from ModeleAccountancyCode | |
getToolTip ($langs, $soc, $type) | |
Return description of module parameters. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name TODO Replace with getName() | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns version of numbering module. | |
Class to manage accountancy code of thirdparties with Digitaria rules.
Definition at line 33 of file mod_codecompta_digitaria.php.
mod_codecompta_digitaria::checkIfAccountancyCodeIsAlreadyUsed | ( | $db, | |
$code, | |||
$type = '' ) |
Check accountancy account code for a third party into this->code.
DoliDB | $db | Database handler |
string | $code | Code of third party |
int | $type | 'customer' or 'supplier' |
Definition at line 283 of file mod_codecompta_digitaria.php.
References dol_syslog(), and getDolGlobalString().
Referenced by get_code().
mod_codecompta_digitaria::get_code | ( | $db, | |
$societe, | |||
$type = '' ) |
Set accountancy account code for a third party into this->code.
DoliDB | $db | Database handler |
Societe | $societe | Third party object |
int | $type | 'customer' or 'supplier' |
Reimplemented from ModeleAccountancyCode.
Definition at line 194 of file mod_codecompta_digitaria.php.
References checkIfAccountancyCodeIsAlreadyUsed(), dol_syslog(), and getDolGlobalString().
mod_codecompta_digitaria::getExample | ( | $langs, | |
$objsoc = 0, | |||
$type = -1 ) |
Return an example of result returned by getNextValue.
Translate | $langs | Object langs |
Societe | $objsoc | Object thirdparty |
int | $type | Type of third party (1:customer, 2:supplier, -1:autodetect) |
Definition at line 168 of file mod_codecompta_digitaria.php.
mod_codecompta_digitaria::info | ( | $langs | ) |
Return description of module.
Translate | $langs | Object langs |
Reimplemented from CommonNumRefGenerator.
Definition at line 99 of file mod_codecompta_digitaria.php.
References getDolGlobalString(), name, and yn().