Skip to content
Sean Callan edited this page Jun 9, 2020 · 1 revision

Beans_Account_Type

A type of account.


Attributes

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

Clone this wiki locally