28require_once DOL_DOCUMENT_ROOT.
'/core/modules/accountancy/modules_accountancy.php';
39 public $version =
'dolibarr';
49 public $name =
'Neon';
54 public $position = 40;
63 public function info($langs)
65 $langs->load(
"companies");
66 return $langs->trans(
"LeopardNumRefModelDesc");
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Class to manage Ledger (General Ledger and Subledger)
Parent class to manage numbering of Sale Orders.
Class to manage numbering of thirdparties code.
info($langs)
Return description of module.
getNextValue(BookKeeping $object)
Return next free value.
getExample()
Return an example of result returned by getNextValue.