You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we handle paying subscriptions and buying articles, and that we generate sales and invoices for that, we should display them in the UI.
Add a new section in the "Users/show" template to list the sales, showing the date, price, and allowing the user to download the invoice.
Make sure permissions are checked: a user should only see their own sales/invoices, only have "read" rights on them. An admin can do everything.
The text was updated successfully, but these errors were encountered:
Now that we handle paying subscriptions and buying articles, and that we generate sales and invoices for that, we should display them in the UI.
Add a new section in the "Users/show" template to list the sales, showing the date, price, and allowing the user to download the invoice.
Make sure permissions are checked: a user should only see their own sales/invoices, only have "read" rights on them. An admin can do everything.
The text was updated successfully, but these errors were encountered: