Merge branch 'add-general-ledger' of bitbucket.org:brycecovertoperations/integreat into add-general-ledger

This commit is contained in:
Bryce Covert
2019-04-10 09:18:03 -07:00
9 changed files with 260 additions and 117 deletions

View File

@@ -268,6 +268,7 @@
:payment_page {:type '(list :payment_page)
:args {:client_id {:type :id}
:vendor_id {:type :id}
:check_number_like {:type 'String}
:start {:type 'Int}
:sort_by {:type 'String}
:asc {:type 'Boolean}}
@@ -388,8 +389,7 @@
:resolve :mutation/print-checks}
:add_handwritten_check {:type :check_result
:args {:invoice_id {:type :id}
:amount {:type 'Float}
:args {:invoice_payments {:type '(list :invoice_payment_amount)}
:date {:type 'String}
:check_number {:type 'Int}
:bank_account_id {:type :id}}