show location.
This commit is contained in:
@@ -76,6 +76,12 @@
|
||||
:sort-by sort-by
|
||||
:asc asc}
|
||||
"Date"]
|
||||
[sorted-column {:on-sort opc
|
||||
:style {:width "8em" :cursor "pointer"}
|
||||
:sort-key "location"
|
||||
:sort-by sort-by
|
||||
:asc asc}
|
||||
"Location"]
|
||||
[sorted-column {:on-sort opc
|
||||
:style {:width "8em" :cursor "pointer"}
|
||||
:sort-key "total"
|
||||
@@ -116,6 +122,7 @@
|
||||
[:td (:name company)]
|
||||
[:td invoice-number]
|
||||
[:td (date->str date) ]
|
||||
[:td (str/join ", " (set (map :location expense-accounts)))]
|
||||
|
||||
[:td (gstring/format "$%.2f" total )]
|
||||
[:td (gstring/format "$%.2f" outstanding-balance )]
|
||||
|
||||
Reference in New Issue
Block a user