minor changes

This commit is contained in:
Bryce Covert
2022-10-24 09:14:26 -07:00
parent 640f3ef207
commit fa8b9b0ab2
2 changed files with 2 additions and 1 deletions

View File

@@ -644,6 +644,7 @@
:journal_detail_report_category :journal_detail_report_category
{:fields {:category {:type :ledger_category} {:fields {:category {:type :ledger_category}
:account {:type :account} :account {:type :account}
:total {:type :money}
:client_id {:type :id} :client_id {:type :id}
:location {:type 'String} :location {:type 'String}
:journal_entries {:type '(list :journal_detail_report_row)}}} :journal_entries {:type '(list :journal_detail_report_row)}}}

View File

@@ -52,9 +52,9 @@
[[:categories [[:journal-entries [:description [[:categories [[:journal-entries [:description
:date :date
:debit :credit :location :running-balance :debit :credit :location :running-balance
:total
[:account [:id :name]]]] [:account [:id :name]]]]
:category :category
:total
:client-id :client-id
:location :location
[:account [:numeric-code :name]]]]]]]} [:account [:numeric-code :name]]]]]]]}