added new fields.
This commit is contained in:
@@ -211,7 +211,16 @@
|
||||
:address {:type :address}
|
||||
|
||||
:default_account {:type :account}
|
||||
:invoice_reminder_schedule {:type 'String}}}
|
||||
:invoice_reminder_schedule {:type 'String}
|
||||
|
||||
:legal_entity_first_name {:type 'String}
|
||||
:legal_entity_middle_name {:type 'String}
|
||||
:legal_entity_last_name {:type 'String}
|
||||
:legal_entity_tin {:type 'String}
|
||||
:legal_entity_tin_type {:type :tin_type}
|
||||
:legal_entity_1099_type {:type :type_1099}
|
||||
|
||||
}}
|
||||
:reminder
|
||||
{:fields {:id {:type 'Int}
|
||||
:email {:type 'String}
|
||||
@@ -798,7 +807,15 @@
|
||||
:default_account_id {:type :id}
|
||||
:account_overrides {:type '(list :add_account_override)}
|
||||
:schedule_payment_dom {:type '(list :add_schedule_payment_dom)}
|
||||
:invoice_reminder_schedule {:type 'String}}}
|
||||
:invoice_reminder_schedule {:type 'String}
|
||||
|
||||
:legal_entity_first_name {:type 'String}
|
||||
:legal_entity_middle_name {:type 'String}
|
||||
:legal_entity_last_name {:type 'String}
|
||||
:legal_entity_tin {:type 'String}
|
||||
:legal_entity_tin_type {:type :tin_type}
|
||||
:legal_entity_1099_type {:type :type_1099}
|
||||
}}
|
||||
|
||||
:edit_expense_account
|
||||
{:fields {:id {:type :id}
|
||||
@@ -873,6 +890,11 @@
|
||||
:enums {:payment_type {:values [{:enum-value :check}
|
||||
{:enum-value :cash}
|
||||
{:enum-value :debit}]}
|
||||
:tin_type {:values [{:enum-value :ein}
|
||||
{:enum-value :ssn}]}
|
||||
:type_1099 {:values [{:enum-value :none}
|
||||
{:enum-value :misc}
|
||||
{:enum-value :landlord}]}
|
||||
:invoice_status {:values [{:enum-value :paid}
|
||||
{:enum-value :unpaid}
|
||||
{:enum-value :voided}]}
|
||||
|
||||
Reference in New Issue
Block a user