implemented crud

This commit is contained in:
Bryce Covert
2019-05-07 18:18:57 -07:00
parent a1abb4b05e
commit 8c50085fcc
11 changed files with 355 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
(ns auto-ap.views.pages.admin.rules.common)
(def default-read [:id
:description
:note
:amount-gte
:amount-lte
[:client [:name :id]]
[:bank-account [:name :id]]
])