feat: additional receipts as attachments to teamer invoices
addresses #869dv97u9
This commit is contained in:
@@ -36,6 +36,15 @@ oneup_uploader:
|
||||
namer: app.upload_namer
|
||||
storage:
|
||||
directory: '%kernel.project_dir%/uploads/driver_license'
|
||||
# Belege backing a Honorarnote. The directory has to be named exactly after
|
||||
# Upload::TYPE_RECEIPT: UploadHandler::getUploadFilepath() interpolates the type into
|
||||
# uploads/<type>/<shard>/<filename> rather than looking the mapping up.
|
||||
receipt:
|
||||
frontend: dropzone
|
||||
use_orphanage: true
|
||||
namer: app.upload_namer
|
||||
storage:
|
||||
directory: '%kernel.project_dir%/uploads/receipt'
|
||||
chunks:
|
||||
maxage: 86400
|
||||
storage:
|
||||
|
||||
Reference in New Issue
Block a user