Skip to content
Sean Callan edited this page Jun 9, 2020 · 2 revisions

Beans_Account

Represents an account from the chart of accounts.


Attributes

  • id INTEGER -

  • parent_account_id INTEGER - representing the ID of the parent Beans_Account.

  • reserved BOOLEAN - whether or not this is a system-only account.

  • name STRING -

  • code STRING -

  • reconcilable BOOLEAN -

  • terms INTEGER - Number of days that forms attached to this account are due on.

  • balance - DECIMAL The current account balance.

  • 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.

  • writeoff BOOLEAN - Writeoffs can be put into this account.

  • type - The Beans_Account_Type for this account.

Clone this wiki locally