ErpSalesCustomer Class
| Header: | #include <ErpSalesCustomer> |
Public Functions
| ErpSalesCustomer(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr) | |
| ~ErpSalesCustomer() |
Public Slots
| void | clearData() |
| void | copy() |
| void | create() |
| QVariantMap | getData() const |
| void | onCancel() |
| void | onSaveRegion() |
| void | onSelected(QVariantList iSelList) |
| void | onSelectionChanged() |
| void | onShowRegion() |
| void | reload() |
| void | removeOrganization() |
| void | saveData() |
| void | setData(const QVariantMap &iDataMap) |
| void | showAddOrganizationDialog() |
| void | showAddSaleDialog() |
Detailed Description
Member Function Documentation
ErpSalesCustomer::ErpSalesCustomer(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
Default constructs an instance of ErpSalesCustomer.
ErpSalesCustomer::~ErpSalesCustomer()
Destroys the instance of ErpSalesCustomer.