started on expense accounts.

This commit is contained in:
Bryce Covert
2018-05-31 18:43:12 -07:00
parent d38059cb1d
commit b98d00a196
14 changed files with 128 additions and 12 deletions

View File

@@ -24,6 +24,7 @@
(s/def ::secondary-email ::email)
(s/def ::secondary-phone ::phone)
(s/def ::address ::address/address)
(s/def ::default-expense-account int?)
(s/def ::code (s/nilable string?))
@@ -38,6 +39,7 @@
::secondary-email
::secondary-phone
::address
::default-expense-account
]))