Skip to main content

Journals

In zoho books you can make journal entries directly. This job pulls such entries.

If you are looking for all data entry converted to journal entries, zoho uses the terminology accounting transactions. Refer to fetch accounting transactions to fetch that data

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

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.