1 #ifndef COMPUTETURNOVERDIALOG_H 
    2 #define COMPUTETURNOVERDIALOG_H 
    6 #include "database/billingdatabase.h" 
    7 #include "database/contributorydatabase.h" 
    8 #include "database/ratedatabase.h" 
   10 #include "models/statistics.h" 
   14 class ComputeTurnoverDialog;
 
   38     void fillLabels(
const int nbBillings,
const int turnover);
 
   62     Ui::ComputeTurnoverDialog *ui;
 
   67 #endif // COMPUTETURNOVERDIALOG_H 
void endDateControl(const QDate end)
ComputeTurnoverDialog::endDateControl controls if the end date field is valid. 
Definition: computeturnoverdialog.cpp:41
void fillLabels(const int nbBillings, const int turnover)
ComputeTurnoverDialog::fillLabels Fills the labels with nbBillings and turnover 
Definition: computeturnoverdialog.cpp:21
The ComputeTurnoverDialog class window to compute a turnover with a period. 
Definition: computeturnoverdialog.h:24
void beginDateControl(const QDate begin)
ComputeTurnoverDialog::beginDateControl controls if the begin date field is valid. 
Definition: computeturnoverdialog.cpp:48
void computeTurnover()
ComputeTurnoverDialog::computeTurnover compute the turnover between chosen dates in the window...
Definition: computeturnoverdialog.cpp:34