profit and loss screen.

This commit is contained in:
Bryce Covert
2019-04-13 22:04:29 -07:00
parent e79c0e1575
commit 7f6df3865c
4 changed files with 146 additions and 77 deletions

View File

@@ -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)))