implemented crud
This commit is contained in:
10
src/cljs/auto_ap/views/pages/admin/rules/common.cljs
Normal file
10
src/cljs/auto_ap/views/pages/admin/rules/common.cljs
Normal 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]]
|
||||
])
|
||||
Reference in New Issue
Block a user