-
Notifications
You must be signed in to change notification settings - Fork 36
Account Type
Sean Callan edited this page Jun 9, 2020
·
1 revision
A type of account.
-
id INTEGER -
-
name STRING -
-
code STRING - A code for quick lookup and reference.
-
type STRING - A short code to denote a broader type.
-
table_sign INTEGER - Either +1 or -1 to denote double entry account sign.
-
deposit BOOLEAN - Payments can be received to this account.
-
payment BOOLEAN - Payments on Purchases can
-
receivable BOOLEAN - Customers Sales can be recorded to this account.
-
payable BOOLEAN - Vendor Purchases can be recorded to this account.
-
reconcilable BOOLEAN - Account can be reconciled.