mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #74] [Feature Request]: Name Field in Kiosk for Voucher Creation #37
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#37
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 @projektug24 on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/74
Originally assigned to: @glenndehaan on GitHub.
The feature
Hi @glenndehaan ,
First of all, congratulations and thank you for the great implementation of this project! The solution is really well thought out and makes voucher management much easier.
We have a feature request that would help us in our daily workflow:
It would be great if the kiosk had an additional field to enter the name of the person who will use the voucher. Ideally, this name should also appear directly on the voucher in the UniFi portal (similar to the "Note" or "Name" field in UniFi's voucher management).
This would make it much easier to assign and track issued vouchers.
Thank you for your great work and best regards!
Michael
@glenndehaan commented on GitHub (Jul 5, 2025):
Hi @projektug24,
Thank you for the nice words.
I will try to implement this within the next release.
Kind regards,
Glenn de Haan
@glenndehaan commented on GitHub (Jul 7, 2025):
Hi @projektug24,
I have just released version 6.1.0. This allows you to set the
KIOSK_NAME_REQUIREDenvironment variable.When set to
truethis will display/require a Guest Name within the kiosk page:Kind regards,
Glenn de Haan
@projektug24 commented on GitHub (Jul 7, 2025):
@glenndehaan Thank you 😊