The new crewpage needs UI that allows certain users to issue free tickets. Therefore, the API needs to support this. The ticket type to be issued will always be the "Free ticket" Variant, we must be able to specify how many are to be issued, and each issuing will be logged in the syslog.
A valid free ticket has buyer as the person who issued the ticket, userId as the person who was issued the ticket, seat initially set to 0, and paymentid set to 0.
A new permission should also be made for this.
The new crewpage needs UI that allows certain users to issue free tickets. Therefore, the API needs to support this. The ticket type to be issued will always be the "Free ticket" Variant, we must be able to specify how many are to be issued, and each issuing will be logged in the syslog.
A valid free ticket has buyer as the person who issued the ticket, userId as the person who was issued the ticket, seat initially set to 0, and paymentid set to 0.
A new permission should also be made for this.