Progress on the new vendor form

This commit is contained in:
2023-01-13 22:00:52 -08:00
parent f93c7fd9d0
commit 6077c3119e
6 changed files with 261 additions and 74 deletions

View File

@@ -5,5 +5,7 @@
#"/search/?" :admin-history-search
["/" [#"\d+" :entity-id] #"/?"] :admin-history-search
["/inspect/" [#"\d+" :entity-id] #"/?"] :admin-history-inspect}}
"company" {"/1099" :company-1099}})
"company" {"/1099" :company-1099
"/1099/vendor-dialog" {["/" [#"\d+" :vendor-id]] {:get :company-1099-vendor-dialog
:post :company-1099-vendor-save}}}})