Skip to main content

Account Transactions

Accounting transactions are the smallest unit of record stored an accounting tool. They are also know as journal entries. This job fetches account transactions from zoho books.

Add this job

Data

Sample Data

Open in new tab -

Data headers

HeaderDescription
dateDate of the invoice
account_nameChart of account name
transaction_detailsTransaction details. Usually contains company name
transaction_typeType of the transcation. Can be customer_payment, invoice etc
reference_numberReference number if any
entity_numberEntity number. Usually contains human readable Invoice no or other document id
debitDebit in default currency
creditCredit in default currency
account_groupAccount group. Usual values - asset, expense, income,liability
account_typeType of the account as per zoho books. Usual values - accounts_receivable, bank, income, other_current_liability, other_expense
reporting_tag
currency_codeCurrency in which this transaction took place
transaction_idzoho books id used to refer to this transaction
contact_idzoho books id used to refer to the contact related to this transaction
account_idzoho books id used to refer to the account in this transaction
ymYear month of the entry in YYYY-MM format .e.g 2023-10

Filtration options

This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data.

ParameterOptions
start_dateSelect transactions with billing date on or after start_date. Format - YYYY-MM-DD
end_dateSelect transactions with billing date on or before end_date. Format - YYYY-MM-DD
contact_idSelect transactions related to a particular contact (either customer or vendor). Contact id is the id of the customer or vendor from zoho books.