merged.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
(let [query [[:all_invoices
|
||||
{:client-id (query-params "client")
|
||||
:original-id (query-params "original")}
|
||||
[:id :total :outstanding-balance :invoice-number :date
|
||||
[:id :total :outstanding-balance :invoice-number :date :status
|
||||
[:payments [:amount [:payment [:check-number :memo [:bank_account [:id :number :bank-name :bank-code]]]]]]
|
||||
[:vendor [:name :id [:primary_contact [:name]] [:address [:street1 :city :state :zip]]]]
|
||||
[:expense_accounts [:amount :id :expense_account_id :location
|
||||
@@ -43,7 +43,7 @@
|
||||
(let [query [[:all_payments
|
||||
{:client-id (query-params "client")
|
||||
:original-id (query-params "original")}
|
||||
[:id :check-number :amount :memo :date
|
||||
[:id :check-number :amount :memo :date :status
|
||||
[:invoices [[:invoice [:id]] :amount]]
|
||||
[:bank-account [:number :bank-name :bank-code :id]]
|
||||
[:vendor [:name :id [:primary-contact [:name :email :phone]] :default-expense-account [:address [:street1 :city :state :zip]]]]
|
||||
|
||||
Reference in New Issue
Block a user