Adds uploaded by for invoices, fixes REEL Produce, adds Mani Produce

This commit is contained in:
2024-09-25 08:36:45 -07:00
parent bcd78e7813
commit dc44233640
5 changed files with 44 additions and 26 deletions

View File

@@ -677,6 +677,10 @@
:db/cardinality #:db{:ident :db.cardinality/one},
:db/doc "A vendor-specified number for the invoice",
:db/ident :invoice/invoice-number}
{:db/valueType :db.type/ref,
:db/cardinality :db.cardinality/one,
:db/doc "Who uploaded the invoice?",
:db/ident :invoice/uploader}
{:db/valueType #:db{:ident :db.type/string},
:db/cardinality #:db{:ident :db.cardinality/one},
:db/doc "An identifier found to suggest the customer",