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

Beans_Transaction

A transaction in the journal.


Attributes

  • id INTEGER -

  • code STRING -

  • check_number STRING -

  • description STRING -

  • date STRING - Date in YYYY-MM-DD format.

  • amount - DECIMAL The total one-way transfer amount.

  • payment BOOLEAN - Whether or not this transaction is a payment.

  • form OBJECT - Either FALSE if not applicable, or an object with an id and type representing the form this is attached to.

  • tax_payment OBJECT - Either FALSE if not applicable, or an object an id representing the tax payment.

  • reconciled BOOLEAN - Whether or not any of the splits on this transaction have been reconciled.

  • account_transactions ARRAY - An array of Beans_Account_Transaction representing all splits.

Clone this wiki locally