1 #ifndef ADDQUOTEDIALOG_H
2 #define ADDQUOTEDIALOG_H
5 #include "models/billing.h"
6 #include "database/billingdatabase.h"
8 #include "gui/widgets/contributorieswidget.h"
9 #include "gui/utils/windowsettings.h"
11 using namespace Models;
36 explicit AddQuoteDialog(
bool isBilling,
int idCustomer = 0,
int id = 0,
37 bool copy =
false, QWidget *parent = 0);
66 void setCopy(
bool copy);
72 int getIdCustomer()
const;
79 void fillQuoteBilling(
bool isBilling);
84 void fillQuoteBillingCopy(
bool isBilling);
93 void setQuoteIdNumber(
int id,
int idCustomer,
bool isBilling);
100 Ui::AddQuoteDialog *ui;
106 #endif // ADDQUOTEDIALOG_H
The Billing class : Billing or Quote of a Customer.
Definition: billing.h:28
The AddQuoteDialog class Window to add or modify a Quote.
Definition: addquotedialog.h:23