mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
various changes
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* libreevent - ticketGenerator.js
|
||||
*
|
||||
* Created by Janis Hutz 07/25/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
const pdfme = require( '@pdfme/generator' );
|
||||
|
||||
class TicketGenerator {
|
||||
constructor () {
|
||||
this.ticketQueue = {};
|
||||
}
|
||||
|
||||
generateTicket ( ) {
|
||||
|
||||
}
|
||||
|
||||
ticketGenerator () {
|
||||
return new Promise( ( resolve, reject ) => {
|
||||
|
||||
} );
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = TicketGenerator;
|
||||
Reference in New Issue
Block a user