19 #include "MOOrderInfo"
20 #include "MOCustomerInfo"
41 QList<MOOrderInfo>morders;
42 QList<MOCustomerInfo>mcustomers;
43 QMap<int,MOCustomer>mcustomerdetails;
45 QString mticketname,mvouchername,minvoicename;
46 QMap<int,MOEvent>mevents;
49 void uploadFile(
int orderid,QString localfile,QString remotefile,QList<MOOrderDocument>&doclist);
50 void sendMail(
const MOOrder&,
const QList<MOOrderDocument>&);
this class wraps a single template
Definition: templates.h:25
This class represents a document stored for a specific order.
Definition: srcMOOrderDocument.h:15
Represents a single printing run with multiple orders to be printed.
Definition: printrun.h:30
Definition: orderinfo.h:24
PrintingRun()
retrieves all basic information for open orders
Definition: printrun.cpp:44
void exec()
executes the actual print run
Definition: printrun.cpp:72
this class represents a complete order
Definition: order.h:27