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
{:fields {:category {:type :ledger_category}
:account {:type :account}
:total {:type :money}
:client_id {:type :id}
:location {:type 'String}
:journal_entries {:type '(list :journal_detail_report_row)}}}

View File

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