Makes outgoing invoice look a little better

This commit is contained in:
2024-04-01 20:19:28 -07:00
parent 092377a93b
commit b7c6493bd6
4 changed files with 188 additions and 140 deletions

View File

@@ -1,3 +1,4 @@
(ns auto-ap.routes.outgoing-invoice)
(def routes {"/" {"new" {:get ::new
:post ::new-submit} }})
:post ::new-submit}
"line-item/new" {:get ::new-line-item}}})