We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A transaction in the journal.
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.