transactions page progress.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
(ns auto-ap.routes.transactions)
|
||||
|
||||
(def routes {"" {:get ::page}
|
||||
(def routes {"" {:get ::page
|
||||
:put ::edit-wizard-navigate}
|
||||
"/new" {:get ::new
|
||||
:post ::new-submit
|
||||
"/location-select" ::location-select
|
||||
@@ -13,5 +14,18 @@
|
||||
"/import" ::external-import-import}
|
||||
|
||||
"/table" ::table
|
||||
"/csv" ::csv
|
||||
"/bank-account-filter" ::bank-account-filter })
|
||||
"/csv" ::csv
|
||||
"/bank-account-filter" ::bank-account-filter
|
||||
|
||||
["/" [#"\d+" :db/id]] {"/edit" {:get ::edit-wizard
|
||||
} }
|
||||
"/edit-submit" ::edit-submit
|
||||
"/location-select" ::location-select
|
||||
"/account-total" ::account-total
|
||||
"/account-balance" ::account-balance
|
||||
"/edit-wizard-new-account" ::edit-wizard-new-account
|
||||
"/match-payment" ::match-payment
|
||||
"/match-autopay-invoices" ::match-autopay-invoices
|
||||
"/match-unpaid-invoices" ::match-unpaid-invoices
|
||||
"/apply-rule" ::apply-rule
|
||||
"/unlink-payment" ::unlink-payment})
|
||||
Reference in New Issue
Block a user