-
Notifications
You must be signed in to change notification settings - Fork 36
Transaction
Sean Callan edited this page Jun 9, 2020
·
1 revision
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.