Viva-con-Agua / pool-backend

User service for handling user and crew relations
0 stars 0 forks source link

Deposit - receipt for external deposit #178

Open deinelieblings opened 5 months ago

deinelieblings commented 5 months ago

Implement a file upload for uploading receipts to an external deposit.

Collection: ReceiptCollection
CollectionName: `receipts`
ModelName: Receipt
index: deposit_id

The Depost must be extended by a list of Receipt Models. These are added from the collection via pipeline using the index deposit_id.

Wekan