Adds advanced view
This commit is contained in:
17
src/cljc/auto_ap/routes/transactions.cljc
Normal file
17
src/cljc/auto_ap/routes/transactions.cljc
Normal file
@@ -0,0 +1,17 @@
|
||||
(ns auto-ap.routes.transactions)
|
||||
|
||||
(def routes {"" {:get ::page}
|
||||
"/new" {:get ::new
|
||||
:post ::new-submit
|
||||
"/location-select" ::location-select
|
||||
"/account-typeahead" ::account-typeahead
|
||||
"/line-item" {:get ::new-line-item}}
|
||||
|
||||
"/external-new" ::external-page
|
||||
"/external-import-new" {"" ::external-import-page
|
||||
"/parse" ::external-import-parse
|
||||
"/import" ::external-import-import}
|
||||
|
||||
"/table" ::table
|
||||
"/csv" ::csv
|
||||
"/bank-account-filter" ::bank-account-filter })
|
||||
Reference in New Issue
Block a user