Makes an okay experience of editing vendors through a wizard

This commit is contained in:
2023-11-01 23:06:18 -07:00
parent 3211635dce
commit 99e4f05769
12 changed files with 683 additions and 23 deletions

View File

@@ -8,7 +8,8 @@
[auto-ap.routes.admin.transaction-rules :as transaction-rules]
[auto-ap.ssr.hiccup-helper :as hh]
[auto-ap.routes.admin.import-batch :as ib-routes]
[auto-ap.routes.admin.excel-invoices :as ei-routes]))
[auto-ap.routes.admin.excel-invoices :as ei-routes]
[auto-ap.routes.admin.vendors :as v-routes]))
(defn menu-button- [params & children]
[:div
@@ -203,9 +204,8 @@
"Clients")]
[:li
(menu-button- {:icon svg/vendors
:href (bidi/path-for client-routes/routes
:admin-vendors)
:target "_new"}
:href (bidi/path-for ssr-routes/only-routes
::v-routes/page)}
"Vendors")]
[:li
(menu-button- {:icon svg/user