Added pay voucher feature. Added dialog with paied vouchers. Added
support for printing receipts on POS printer.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user