LedgerSMB::DBObject::Account
Base class for chart of accounts entries
- Provided by: ledgersmb (Version: 1.3.46-1)
- Report a bug
Base class for chart of accounts entries
This class contains methods for managing chart of accounts entries (headings and accounts).
The hash component of the object may contain an id attribute, used to overwrite an account if that one exists.
Hash entries Used:
id: (optional): If set, overwrite existing account. accno: the text used to specify the account number description: Text to describe the account category: A = asset, L = liability, Q = Equity, I = Income, E = expense gifi_accno: The GIFI account entry control code heading: (Optional) The integer representing the heading.id desired contra: If true, the account balances on the opposite side. tax: If true, is a tax account link: a list of strings representing text box identifier.
$account->{id} must be set.
$account->{id} must be set.
This is usually done (automatically) in preparation for saving the information to the database.
LedgerSMB::DBObject, LedgerSMB
Copyright (c) 2009, the LedgerSMB Core Team. This is licensed under the GNU General Public License, version 2, or at your option any later version. Please see the accompanying License.txt for more information.