remove excluded from ledger.
This commit is contained in:
@@ -180,7 +180,6 @@
|
||||
:description_original {:type 'String}
|
||||
:description_simple {:type 'String}
|
||||
:location {:type 'String}
|
||||
:exclude_from_ledger {:type 'Boolean}
|
||||
:status {:type 'String}
|
||||
:yodlee_merchant {:type :yodlee_merchant}
|
||||
:client {:type :client}
|
||||
@@ -387,7 +386,8 @@
|
||||
:date_range {:type :date_range}
|
||||
:start {:type 'Int}
|
||||
:sort_by {:type 'String}
|
||||
:asc {:type 'Boolean}}
|
||||
:asc {:type 'Boolean}
|
||||
:approval_status {:type :transaction_approval_status}}
|
||||
|
||||
:resolve :get-transaction-page}
|
||||
|
||||
@@ -528,7 +528,6 @@
|
||||
:total {:type 'Float}}}
|
||||
:edit_transaction
|
||||
{:fields {:id {:type :id}
|
||||
:exclude_from_ledger {:type 'Boolean}
|
||||
:vendor_id {:type :id}
|
||||
:approval_status {:type :transaction_approval_status}
|
||||
:accounts {:type '(list :edit_expense_account)}}}
|
||||
@@ -576,7 +575,8 @@
|
||||
{:enum-value :revenue}]}
|
||||
:transaction_approval_status {:values [{:enum-value :approved}
|
||||
{:enum-value :unapproved}
|
||||
{:enum-value :requires_feedback}]}}
|
||||
{:enum-value :requires_feedback}
|
||||
{:enum-value :excluded}]}}
|
||||
:mutations
|
||||
{:reject_invoices {:type '(list :id)
|
||||
:args {:invoices {:type '(list :id)}}
|
||||
|
||||
Reference in New Issue
Block a user