adds check number to transaction form.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
:amount
|
||||
:location
|
||||
:approval-status
|
||||
:check-number
|
||||
[:matched-rule [:note :id]]
|
||||
[:vendor [:name :id]]
|
||||
[:accounts [:id :amount :location [:account [:name :id :location :numeric-code]]]]
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
(forms/start-form db ::form
|
||||
(-> which
|
||||
(select-keys [:vendor :amount :payment :client :description-original
|
||||
:check-number
|
||||
:yodlee-merchant :id :potential-payment-matches
|
||||
:plaid-merchant
|
||||
:forecast-match :date
|
||||
@@ -360,6 +361,10 @@
|
||||
"Description"
|
||||
[:input.input {:type "text"
|
||||
:disabled "disabled"}]]
|
||||
[form-builder/field-v2 {:field [:check-number]}
|
||||
"Check Number"
|
||||
[:input.input {:type "text"
|
||||
:disabled "disabled"}]]
|
||||
[form-builder/field-v2 {:field [:plaid-merchant :name]}
|
||||
"Merchant"
|
||||
[:input.input {:type "text"
|
||||
|
||||
Reference in New Issue
Block a user