banco-alimentar / alimentestaideia.pt

Site doações alimente esta ideia
http://alimentestaideia.pt
Other
10 stars 0 forks source link

Added support for invoices pages per tenant #733

Closed guerrerotook closed 1 year ago

guerrerotook commented 1 year ago

This PR adds support for having a separate page for each tenant, so they can customize the HTML generated in the PDF.

There is a new folder Invoices in the /Areas/Identity/Pages/Account/Manage that contains the normalized names of the tenants and inside an Invoice.cshtml page. All models have the same properties, but they can be customized for each tenant without affecting others.

The existing invoice generator for alimenta esta ideia should be working same.