dolibarr
18.0.0
|
Class to manage accountancy systems. More...
Public Member Functions | |
__construct ($db) | |
Constructor. More... | |
fetch ($rowid=0, $ref='') | |
Load record in memory. More... | |
create ($user) | |
Insert accountancy system name into database. More... | |
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.
AccountancySystem::fetch | ( | $rowid = 0 , |
|
$ref = '' |
|||
) |
Load record in memory.
int | $rowid | Id |
string | $ref | ref |
Definition at line 99 of file accountancysystem.class.php.