constQStringanonymousReceiptsPlaceholder;//!< Placeholder which shall be inserted for participant names if anonymous printing is desired (QString != "")
QStringdateString;//!< The expected date string of the payment file in form 'yyMMdd_hhmm'
QStringexpectedPaymentFileName;//!< The name of the expected payment file
QStringexpectedPaymentFilePath;//!< The path of the expected payment file
constQStringdateString;//!< The expected date string of the payment file in form 'yyMMdd_hhmm'
constQStringexpectedPaymentFileName;//!< The name of the expected payment file
constQStringexpectedPaymentFilePath;//!< The path of the expected payment file
constQStringlatexHeaderName;//!< The name of the chosen LaTeX header template
QFile*paymentFile=nullptr;//!< A pointer to the '*.pay' file being watched for existance and starting the printing process
constbool*constprintReceiptsForLocalClients;//!< Stores if receipts shall be printed for local clients
QFilepaymentFile;//!< A pointer to the '*.pay' file being watched for existance and starting the printing process
constboolprintReceiptsForLocalClients;//!< Stores if receipts shall be printed for local clients
ReceiptsPrinter*receiptsPrinter=nullptr;//!< Creates new thread for receipts printing
QTimer*timer=nullptr;//!< Used for regular checking if the payment file was created
constQStringzTreeDataTargetPath;//!< A reference to the data target path stored in the session class instance