visual tweaks
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
::report
|
||||
:periods
|
||||
(mapcat :accounts)
|
||||
(group-by :location)
|
||||
(filter (fn [[k as]]
|
||||
(not (dollars-0? (reduce + 0 (map :amount as))))))
|
||||
(mapcat second)
|
||||
(map :location)
|
||||
(map not-empty)
|
||||
(filter #(not= "A" %))
|
||||
|
||||
Reference in New Issue
Block a user