sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Implement sending receipt as attachment on successful payment #96

Closed lilliputten closed 6 months ago

lilliputten commented 6 months ago

See previous (base) tasks: #74 ("Invoice email: fixes"), #84 ("Send invoices as email message attachments on membership and event success").

See also: #94 ("Refactor invoice PDF creation").

There is required to pass real generated invoice data to updated email_user methods.

lilliputten commented 6 months ago

@cmutel What do you mean by 'receipt'? Do we have to send not only an invoice, but smth else alongside with it (or instead)?

cmutel commented 6 months ago

An invoice is something you have to pay, a receipt is for when you have already paid.

Can you do #103? I will do the work needed for sending receipts from paid invoices.

lilliputten commented 6 months ago

Is that finished now (#84), or we have to complete smth else here?