other changes to make app more predictable.
This commit is contained in:
@@ -52,22 +52,22 @@
|
||||
(-> db ::loading)))
|
||||
|
||||
(def groupings
|
||||
{:asset [["1100 Cash and Bank Accounts" 1100 1199]
|
||||
["1200 Accounts Receivable" 1200 1299]
|
||||
["1300 Inventory" 1300 1399]
|
||||
["1400 Prepaid Expenses" 1400 1499]
|
||||
["1500 Property and Equipment" 1500 1599]
|
||||
["1600 Intangible Assets" 1600 1699]
|
||||
["1700 Other Assets" 1700 1999]]
|
||||
:liability [["2000 Accounts Payable" 2000 2399]
|
||||
["2400 Accrued Expenses" 2400 2499]
|
||||
["2500 Other Liabilities" 2500 2599]
|
||||
["2600 Split Accounts" 2600 2699]
|
||||
["2700 Current Portion of Long-Term Debt" 2700 2799]
|
||||
["2800 Notes Payable" 2800 3000]
|
||||
{:asset [["1100 Cash and Bank Accounts" 11000 11999]
|
||||
["1200 Accounts Receivable" 12000 12999]
|
||||
["1300 Inventory" 13000 13999]
|
||||
["1400 Prepaid Expenses" 14000 14999]
|
||||
["1500 Property and Equipment" 15000 15999]
|
||||
["1600 Intangible Assets" 16000 16999]
|
||||
["1700 Other Assets" 17000 19999]]
|
||||
:liability [["2000 Accounts Payable" 21000 23999]
|
||||
["2400 Accrued Expenses" 24000 24999]
|
||||
["2500 Other Liabilities" 25000 25999]
|
||||
["2600 Split Accounts" 26000 26999]
|
||||
["2700 Current Portion of Long-Term Debt" 27000 27999]
|
||||
["2800 Notes Payable" 28000 28999]
|
||||
]
|
||||
:equity [["3000 Owner's Equity" 3000 3999]]
|
||||
:revenue [["Retained Earnings" 4000 9999]]})
|
||||
:equity [["3000 Owner's Equity" 30000 39999]]
|
||||
:revenue [["Retained Earnings" 40000 49999]]})
|
||||
|
||||
(re-frame/reg-event-db
|
||||
::received
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
[cljs-time.core :as t]
|
||||
[re-frame.core :as re-frame]))
|
||||
(def ranges
|
||||
{:sales [4100 4899]
|
||||
:cogs [5100 5999]
|
||||
:payroll [6010 6299]
|
||||
:controllable [7100 7999]
|
||||
:noncontrollable [8100 9999]})
|
||||
{:sales [41000 48999]
|
||||
:cogs [51000 59999]
|
||||
:payroll [60100 62999]
|
||||
:controllable [71000 79999]
|
||||
:noncontrollable [81000 99999]})
|
||||
|
||||
;; SUBS
|
||||
(re-frame/reg-sub
|
||||
|
||||
Reference in New Issue
Block a user