#include <costunitproduct.h>
Public Member Functions | |
CostUnitProduct () | |
QString | productName () |
void | setProductName (QString name) |
void | setProductData (QString textDirectCosts, QString textMarkup, QString textCommission, QString textTradeDiscount, QString textDiscount, QString textSalesTax) |
QList< double > | dataList () |
QList< double > | userList () |
void | setDirectCosts (double d) |
void | setMarkup (double m) |
void | setCommission (double c) |
void | setTradeDiscount (double t) |
void | setDiscount (double d) |
void | setSalesTax (double s) |
double | directCosts () |
double | markup () |
double | commission () |
double | tradeDiscount () |
double | discount () |
double | salesTax () |
double | productionCosts () |
double | profitCalculation () |
double | netSalesPrice () |
double | commissionCalculation () |
double | cashPrice () |
double | discountCalculation () |
double | targetPrice () |
double | salesDiscountCalculation () |
double | grossSalesPriceWithoutSalesTax () |
double | salesTaxCalculation () |
double | grossSalesPriceWithSalesTax () |
void | setFileIDforCostCentreSurcharge (int fileid) |
int | fileIDforCostCentreSurcharge () |
void | setCostCentreIDsForSurcharge (QList< int > costcentres) |
QList< int > | costCentreIDs () |
Definition at line 6 of file costunitproduct.h.
CostUnitProduct::CostUnitProduct | ( | ) |
Definition at line 5 of file costunitproduct.cpp.
double CostUnitProduct::cashPrice | ( | ) |
Definition at line 108 of file costunitproduct.cpp.
double CostUnitProduct::commission | ( | ) | [inline] |
double CostUnitProduct::commissionCalculation | ( | ) |
Definition at line 103 of file costunitproduct.cpp.
QList<int> CostUnitProduct::costCentreIDs | ( | ) | [inline] |
QList< double > CostUnitProduct::dataList | ( | ) |
Definition at line 38 of file costunitproduct.cpp.
double CostUnitProduct::directCosts | ( | ) | [inline] |
double CostUnitProduct::discount | ( | ) | [inline] |
double CostUnitProduct::discountCalculation | ( | ) |
Definition at line 113 of file costunitproduct.cpp.
int CostUnitProduct::fileIDforCostCentreSurcharge | ( | ) | [inline] |
double CostUnitProduct::grossSalesPriceWithoutSalesTax | ( | ) |
Definition at line 128 of file costunitproduct.cpp.
double CostUnitProduct::grossSalesPriceWithSalesTax | ( | ) |
Definition at line 138 of file costunitproduct.cpp.
double CostUnitProduct::markup | ( | ) | [inline] |
double CostUnitProduct::netSalesPrice | ( | ) |
Definition at line 98 of file costunitproduct.cpp.
double CostUnitProduct::productionCosts | ( | ) |
QString CostUnitProduct::productName | ( | ) | [inline] |
double CostUnitProduct::profitCalculation | ( | ) |
Definition at line 93 of file costunitproduct.cpp.
double CostUnitProduct::salesDiscountCalculation | ( | ) |
Definition at line 123 of file costunitproduct.cpp.
double CostUnitProduct::salesTax | ( | ) | [inline] |
double CostUnitProduct::salesTaxCalculation | ( | ) |
Definition at line 133 of file costunitproduct.cpp.
void CostUnitProduct::setCommission | ( | double | c | ) | [inline] |
void CostUnitProduct::setCostCentreIDsForSurcharge | ( | QList< int > | costcentres | ) | [inline] |
void CostUnitProduct::setDirectCosts | ( | double | d | ) | [inline] |
void CostUnitProduct::setDiscount | ( | double | d | ) | [inline] |
void CostUnitProduct::setFileIDforCostCentreSurcharge | ( | int | fileid | ) | [inline] |
void CostUnitProduct::setMarkup | ( | double | m | ) | [inline] |
void CostUnitProduct::setProductData | ( | QString | textDirectCosts, | |
QString | textMarkup, | |||
QString | textCommission, | |||
QString | textTradeDiscount, | |||
QString | textDiscount, | |||
QString | textSalesTax | |||
) |
void CostUnitProduct::setProductName | ( | QString | name | ) | [inline] |
void CostUnitProduct::setSalesTax | ( | double | s | ) | [inline] |
void CostUnitProduct::setTradeDiscount | ( | double | t | ) | [inline] |
double CostUnitProduct::targetPrice | ( | ) |
Definition at line 118 of file costunitproduct.cpp.
double CostUnitProduct::tradeDiscount | ( | ) | [inline] |
QList< double > CostUnitProduct::userList | ( | ) |