Vendors form progress

This commit is contained in:
2023-11-02 23:40:24 -07:00
parent 99e4f05769
commit eef1cfb919
16 changed files with 846 additions and 425 deletions

View File

@@ -4,7 +4,11 @@
:put ::save
:post ::save}
"/table" ::table
"/terms" ::edit-terms
"/terms/override" ::new-terms-override
"/automatic-payment" ::new-automatic-payment
"/account-override" ::new-account-override
"/account-typeahead" ::account-typeahead
"/validate" ::validate
"/new" {:get ::new}
["/" [#"\d+" :db/id] "/edit"] {:get ::edit
}})