profit and loss screen.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
[auto-ap.events :as events]
|
||||
[auto-ap.subs :as subs]
|
||||
[cljs-time.format :as format]
|
||||
[goog.i18n.NumberFormat.Format])
|
||||
[goog.i18n.NumberFormat.Format]
|
||||
[cljs-time.core :as t])
|
||||
(:import
|
||||
(goog.i18n NumberFormat)
|
||||
(goog.i18n.NumberFormat Format)))
|
||||
@@ -184,3 +185,6 @@
|
||||
(if (or @final-state visible?)
|
||||
(first children)
|
||||
[:span])])))
|
||||
|
||||
(defn local-now []
|
||||
(t/to-default-time-zone (t/now)))
|
||||
|
||||
Reference in New Issue
Block a user