Adds sales date

This commit is contained in:
2021-09-03 14:07:55 -07:00
parent 92447e0836
commit 35d875dd2f
3 changed files with 30 additions and 5 deletions

View File

@@ -333,9 +333,10 @@
:db/doc "What day of the month"
:db/valueType :db.type/long
:db/cardinality :db.cardinality/one}]]}
:auto-ap/add-power-user-schema {:txes [[{:db/ident :user-role/power-user}]]}}
:auto-ap/add-transaction-date-index {:txes [[{:db/ident :transaction/date
:db/index true}]]}
:auto-ap/add-power-user-schema {:txes [[{:db/ident :user-role/power-user}]]}
:auto-ap/add-transaction-date-index {:txes [[{:db/ident :transaction/date
:db/index true}]]}}
sales/norms-map