launch.
This commit is contained in:
@@ -573,7 +573,8 @@
|
||||
{:value ""}
|
||||
{:value ""}
|
||||
{:value (:total category)
|
||||
:format :dollar}]])
|
||||
:format :dollar
|
||||
:bold true}]])
|
||||
(map
|
||||
(fn [je]
|
||||
[{:value (user-friendly-date (:date je))}
|
||||
@@ -586,13 +587,18 @@
|
||||
:format :dollar}])
|
||||
(:journal-entries category))
|
||||
[[{:value (str "Total" )
|
||||
:bold true}
|
||||
:bold true
|
||||
:border [:bottom]}
|
||||
{:value (str (client-codes (:client-id category)) " - " (:location category) " - " (:name (:account category)))
|
||||
:bold true}
|
||||
{:value ""}
|
||||
:bold true
|
||||
:border [:bottom]}
|
||||
{:value ""}
|
||||
{:value ""
|
||||
:border [:bottom]}
|
||||
{:value (:total category)
|
||||
:format :dollar}]]))
|
||||
:format :dollar
|
||||
:bold true
|
||||
:border [:bottom]}]]))
|
||||
|
||||
)
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user