adds total.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
[:payments [:amount :id [:payment [:id :status :amount :s3_url :check_number
|
||||
[:transaction [:post_date]]]]]]]]
|
||||
:outstanding
|
||||
:total_amount
|
||||
:total
|
||||
:start
|
||||
:end]]]})
|
||||
@@ -254,7 +255,8 @@
|
||||
:column-count (if selected-client 8 9)}
|
||||
[grid/controls data
|
||||
[:div.level-item
|
||||
"Outstanding " (nf (:outstanding data))]]
|
||||
"Outstanding " (nf (:outstanding data))
|
||||
" Total " (nf (:total-amount data))]]
|
||||
(for [invoices invoice-groups]
|
||||
^{:key (or (:id (first invoices)) "init")}
|
||||
[grid/table {:fullwidth true}
|
||||
|
||||
Reference in New Issue
Block a user