Closed kahlstrm closed 8 months ago
This PR refactors the database schema as discussed and does other things. The changes:
parties
addresses
invoices
due_date
Invoice,
invoice_status
creation_time.
This PR refactors the database schema as discussed and does other things. The changes:
parties
table, have theaddresses
table, and store recipient information (name, email, and IBAN) on theinvoices
instead.due_date
field fromInvoice,
as we do not want to implement it yet (it needs to be discussed with the treasurer, etc.)invoice_status
andcreation_time.
invoices
andaddresses
for the list endpoint.