Adds new ledger page
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
[auto-ap.ssr.indicators :as indicators]
|
||||
[auto-ap.ssr.invoice.glimpse :as invoice-glimpse]
|
||||
[auto-ap.ssr.invoices :as invoice]
|
||||
[auto-ap.ssr.ledger :as l]
|
||||
[auto-ap.ssr.outgoing-invoice.new :as oin]
|
||||
[auto-ap.ssr.payments :as payments]
|
||||
[auto-ap.ssr.pos.cash-drawer-shifts :as pos-cash-drawer-shifts]
|
||||
@@ -105,5 +106,6 @@
|
||||
(into dashboard/key->handler)
|
||||
(into indicators/key->handler)
|
||||
(into payments/key->handler)
|
||||
(into oin/route->handler)))
|
||||
(into oin/route->handler)
|
||||
(into l/key->handler)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user