The AddQuoteDialog class Window to add or modify a Quote.
More...
#include <addquotedialog.h>
|
void | updateBtn (void) |
|
void | changeDocType () |
|
The AddQuoteDialog class Window to add or modify a Quote.
- Author
Gui::Dialogs::AddQuoteDialog::AddQuoteDialog |
( |
bool |
isBilling, |
|
|
int |
idCustomer = 0 , |
|
|
int |
id = 0 , |
|
|
bool |
copy = false , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
AddQuoteDialog::AddQuoteDialog Construct a windows AddQuoteDialog.
- Parameters
-
isBilling | displaying of a quote or a Billing |
idCustomer | the id of the Customer |
id | the id of the quote or the billing of the Customer's Project |
edit | if it's an edition or a copy of a quote/Billing |
parent | QWidget of the current windows |
void Gui::Dialogs::AddQuoteDialog::fillQuoteBilling |
( |
bool |
isBilling | ) |
|
bool Gui::Dialogs::AddQuoteDialog::getCopy |
( |
| ) |
const |
int Gui::Dialogs::AddQuoteDialog::getIdCustomer |
( |
| ) |
const |
int Gui::Dialogs::AddQuoteDialog::getNumber |
( |
| ) |
|
void Gui::Dialogs::AddQuoteDialog::setCopy |
( |
bool |
copy | ) |
|
AddQuoteDialog::setCopy Change the _copy value to define if it's a copy of a Billing/quote or if it's a new Billing or a Billing edition.
- Parameters
-
void Gui::Dialogs::AddQuoteDialog::setQuoteIdNumber |
( |
int |
id, |
|
|
int |
idCustomer, |
|
|
bool |
isBilling |
|
) |
| |
AddQuoteDialog::setQuoteIdNumber set id and number of the _quote
- Parameters
-
id | the id of the Billing |
idCustomer | the id of the customer to set the number |
isBilling | if it's a quote or a Billing |
The documentation for this class was generated from the following files:
- /home/travis/build/FACT-Team/FactDev/src/gui/dialogs/addquotedialog.h
- /home/travis/build/FACT-Team/FactDev/src/gui/dialogs/addquotedialog.cpp