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