castle/static
padreug af424109f1 Enables admin to generate invoices for users
Allows administrators to generate payment invoices on behalf of specific users.
This is useful for handling settlement invoices in certain scenarios.

The changes include:
- Adding a `user_id` field to the generate payment invoice request model
- Updating the API endpoint to accept the `user_id` parameter
- Implementing checks to ensure only superusers can generate invoices for other users
- Updating the memo and extra data to reflect the target user
2025-10-23 03:07:47 +02:00
..
image Adds comprehensive documentation and patterns 2025-10-22 23:38:05 +02:00
js Enables admin to generate invoices for users 2025-10-23 03:07:47 +02:00