(cloud) adds transaction insights
This commit is contained in:
@@ -25,4 +25,28 @@
|
||||
:db/doc "Used to find sales orders quickly",
|
||||
:db/noHistory true
|
||||
}
|
||||
|
||||
{:db/valueType :db.type/ref
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/ident :transaction/recommended-account
|
||||
:db/doc "The recommended account from the ML alogorithm"
|
||||
:db/noHistory true}
|
||||
|
||||
{:db/valueType :db.type/ref
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/ident :transaction/recommended-vendor
|
||||
:db/doc "The recommended vendor from the ML alogorithm"
|
||||
:db/noHistory true}
|
||||
|
||||
{:db/valueType :db.type/double
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/ident :transaction/vendor-confidence
|
||||
:db/doc "The confidence from the ML alogorithm"
|
||||
:db/noHistory true}
|
||||
|
||||
{:db/valueType :db.type/double
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/ident :transaction/account-confidence
|
||||
:db/doc "The confidence from the ML alogorithm"
|
||||
:db/noHistory true}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user