Uploading invoices now attaches the file.

This commit is contained in:
2022-01-12 20:53:12 -08:00
parent 4d6b3b1e2e
commit 30bbf51011
7 changed files with 260 additions and 198 deletions

View File

@@ -471,7 +471,15 @@
:requires [:auto-ap/add-transaction-import2]}
:auto-ap/apply-idents-to-well-known {:txes-fn `apply-idents-to-well-known
:requires [:auto-ap/add-general-ledger6
:auto-ap/add-account-to-vendor]}}
:auto-ap/add-account-to-vendor]}
:auto-ap/add-invoice-link {:txes [[{:db/ident :invoice/source-url
:db/doc "An s3 location for the invoice"
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one}
{:db/ident :invoice/location
:db/doc "The location to code the invoice as"
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one}]]}}