Added pay voucher feature. Added dialog with paied vouchers. Added

support for printing receipts on POS printer.
This commit is contained in:
Rokos Josef
2016-07-01 14:37:33 +02:00
parent a89b0381b1
commit e6dfc8ec21
29 changed files with 1123 additions and 8 deletions
+2 -1
View File
@@ -7,9 +7,10 @@
#include <odb/core.hxx>
#include "season.h"
#include "core_global.h"
#pragma db object
class NumberSeries : public QObject
class CORESHARED_EXPORT NumberSeries : public QObject
{
Q_OBJECT
Q_PROPERTY(QString prefix READ prefix WRITE setPrefix)