dolibarr 18.0.6
|
Class to manage accountancy systems. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
fetch ($rowid=0, $ref='') | |
Load record in memory. | |
create ($user) | |
Insert accountancy system name into database. | |
Class to manage accountancy systems.
Definition at line 29 of file accountancysystem.class.php.
AccountancySystem::__construct | ( | $db | ) |
AccountancySystem::create | ( | $user | ) |
Insert accountancy system name into database.
User | $user | making insert |
Definition at line 145 of file accountancysystem.class.php.
References dol_now(), dol_syslog(), and rowid.
AccountancySystem::fetch | ( | $rowid = 0, | |
$ref = '' ) |
Load record in memory.
int | $rowid | Id |
string | $ref | ref |
Definition at line 99 of file accountancysystem.class.php.
References dol_syslog(), ref, and rowid.