mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #121] Automatic Print of new vouchers #68
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kaiuvve on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/121
Originally assigned to: @glenndehaan on GitHub.
Automatic Print of new vouchers
Hey,
would be awesome if there is a "checkbox" to tick while generating new vouchers - so you can print the new generated vouchers automatically.
Kind regards,
Kai
@glenndehaan commented on GitHub (Jan 26, 2026):
Hi @kaiuvve,
I get the idea but that would create one issue, when would you select the printer?
It would be weird to put that on the same page as the voucher fields.
@kaiuvve commented on GitHub (Jan 26, 2026):
Heyja,
maybe if you tick the "print" button, the menu expands with a dropdown and you can select one of the printers?
Especially if you do like 10-15 vouchers at the same time, its hard to tick them one by one at the bulk print feature.
@glenndehaan commented on GitHub (Jan 26, 2026):
Ahh, now I see where this is going. However there is one issue here.
When the vouchers are created I have no idea what has been created. This is a limitation of the API.
And then it becomes a guessing game, because yes I could attempt to fetch the last X vouchers.
But if someone else is also creating vouchers at the same time this would cause issues.
@glenndehaan commented on GitHub (Jan 27, 2026):
So I had a second look last night, and for now i'm going to close this since there might be a way to get it in. But it would make the UI very flaky and unstable.
Maybe in the future with a rewrite I could make it work, but this requires extensive rework.