adding most simple balance sheet report.
This commit is contained in:
@@ -67,6 +67,19 @@
|
||||
:bank_code {:type 'String}
|
||||
:bank_name {:type 'String}
|
||||
:yodlee_account_id {:type 'Int}}}
|
||||
:balance_sheet_account
|
||||
{:fields {
|
||||
:amount {:type 'String}
|
||||
:name {:type 'String}}}
|
||||
|
||||
:balance_sheet_grouping
|
||||
{:fields {:accounts {:type '(list :balance_sheet_account)}
|
||||
:name {:type 'String}
|
||||
:grouping_type {:type 'String}}}
|
||||
|
||||
:balance_sheet
|
||||
{:fields {:balance_sheet_groupings {:type '(list :balance_sheet_grouping)}}}
|
||||
|
||||
:address
|
||||
{:fields {:street1 {:type 'String}
|
||||
:street2 {:type 'String}
|
||||
@@ -256,6 +269,11 @@
|
||||
:args {:client_id {:type :id}}
|
||||
:resolve :get-invoice-stats}
|
||||
|
||||
:balance_sheet {:type :balance_sheet
|
||||
:args {:client_id {:type :id}
|
||||
:date {:type 'String}}
|
||||
:resolve :get-balance-sheet}
|
||||
|
||||
:invoice_page {:type '(list :invoice_page)
|
||||
:args {:import_status {:type 'String}
|
||||
:status {:type 'String}
|
||||
@@ -612,6 +630,7 @@
|
||||
:get-accounts gq-accounts/get-accounts
|
||||
:get-transaction-page gq-transactions/get-transaction-page
|
||||
:get-ledger-page gq-ledger/get-ledger-page
|
||||
:get-balance-sheet gq-ledger/get-balance-sheet
|
||||
:get-expense-account-stats get-expense-account-stats
|
||||
:get-invoice-stats get-invoice-stats
|
||||
|
||||
|
||||
Reference in New Issue
Block a user