| 
    dolibarr
    x.y.z
    
   | 
 
Class to manage accountancy code of thirdparties with Panicum rules. More...


Public Member Functions | |
| __construct () | |
| Constructor.  | |
| info ($langs) | |
| Return description of module.  More... | |
| getExample ($langs, $objsoc=0, $type=-1) | |
| Return an example of result returned by getNextValue.  More... | |
| get_code ($db, $societe, $type='') | |
| Set accountancy account code for a third party into this->code.  More... | |
  Public Member Functions inherited from ModeleAccountancyCode | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.  More... | |
| getVersion () | |
| Return version of module.  More... | |
| getToolTip ($langs, $soc, $type) | |
| Return description of module parameters.  More... | |
Class to manage accountancy code of thirdparties with Panicum rules.
Definition at line 31 of file mod_codecompta_panicum.php.
| mod_codecompta_panicum::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 88 of file mod_codecompta_panicum.php.
| mod_codecompta_panicum::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) | 
Reimplemented from ModeleAccountancyCode.
Definition at line 74 of file mod_codecompta_panicum.php.
| mod_codecompta_panicum::info | ( | $langs | ) | 
Return description of module.
| Translate | $langs | Object langs | 
Reimplemented from ModeleAccountancyCode.
Definition at line 61 of file mod_codecompta_panicum.php.