List of all members | Public Slots | Public Member Functions | Public Attributes | Protected Slots | Protected Member Functions | Protected Attributes | Static Protected Attributes
salesHistoryInformation Class Reference

#include <salesHistoryInformation.h>

Inheritance diagram for salesHistoryInformation:
XDialog Ui::salesHistoryInformation QDialog ScriptablePrivate Ui_salesHistoryInformation ScriptableWidget

Public Slots

int exec ()
 
virtual void populate ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sSave ()
 

Public Member Functions

 salesHistoryInformation (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
 
 ~salesHistoryInformation ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QDialog *salesHistoryInformation)
 
void setupUi (QDialog *salesHistoryInformation)
 

Public Attributes

XLineEdit_billtoAddress1
 
XLineEdit_billtoAddress2
 
XLineEdit_billtoAddress3
 
XLineEdit_billtoCity
 
QGroupBox_billtoGroup
 
XLineEdit_billtoName
 
XLineEdit_billtoState
 
XLineEdit_billtoZip
 
QPushButton * _close
 
XLineEdit_commission
 
QLabel_commissionLit
 
QCheckBox_commissionPaid
 
QLabel_extCostLit
 
XLabel_extendedCost
 
XLabel_extendedPrice
 
QLabel_extPriceLit
 
DLineEdit_invoiceDate
 
QLabel_invoiceDateLit
 
XLineEdit_invoiceNumber
 
QLabel_invoiceNumberLit
 
QCheckBox_isCcPayment
 
ItemCluster_item
 
DLineEdit_orderDate
 
QLabel_orderDateLit
 
XLineEdit_orderNumber
 
QLabel_orderNumberLit
 
XComboBox_salesrep
 
QLabel_salesRepLit
 
QPushButton * _save
 
XLineEdit_shipped
 
QLabel_shippedLit
 
XLineEdit_shiptoAddress1
 
XLineEdit_shiptoAddress2
 
XLineEdit_shiptoAddress3
 
XLineEdit_shiptoCity
 
QGroupBox_shiptoGroup
 
XLineEdit_shiptoName
 
XLineEdit_shiptoState
 
XLineEdit_shiptoZip
 
XLineEdit_unitCost
 
QLabel_unitCostLit
 
XLineEdit_unitPrice
 
QLabel_unitPriceLit
 
WComboBox_warehouse
 
QLabel_warehouseLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_26
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout10
 
QHBoxLayout * hboxLayout11
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QHBoxLayout * hboxLayout6
 
QHBoxLayout * hboxLayout7
 
QHBoxLayout * hboxLayout8
 
QHBoxLayout * hboxLayout9
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QSpacerItem * spacerItem6
 
QSpacerItem * spacerItem7
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout10
 
QVBoxLayout * vboxLayout11
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 
QVBoxLayout * vboxLayout6
 
QVBoxLayout * vboxLayout7
 
QVBoxLayout * vboxLayout8
 
QVBoxLayout * vboxLayout9
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 

Protected Member Functions

virtual void callCloseEvent (QEvent *)
 
virtual enum SetResponse callSet (const ParameterList &)
 
virtual void callShowEvent (QEvent *)
 
virtual void closeEvent (QCloseEvent *event)
 
virtual QScriptEngine * engine ()
 
virtual void loadScript (const QString &oName)
 
virtual void loadScript (const QStringList &list)
 
virtual void loadScriptEngine ()
 
virtual Q_INVOKABLE bool setScriptableParams (ParameterList &)
 
virtual void showEvent (QShowEvent *event)
 

Protected Attributes

QScriptEngineDebugger * _debugger
 
QScriptEngine * _engine
 
ParameterList _lastSetParams
 
QAction_rememberPos
 
QAction_rememberSize
 
bool _scriptLoaded
 
QWidget_self
 
QAction_showMe
 
bool _shown
 

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

◆ salesHistoryInformation()

salesHistoryInformation::salesHistoryInformation ( QWidget parent = 0,
const char *  name = 0,
bool  modal = false,
Qt::WindowFlags  fl = 0 
)

◆ ~salesHistoryInformation()

salesHistoryInformation::~salesHistoryInformation ( )

Member Function Documentation

◆ callCloseEvent()

void ScriptablePrivate::callCloseEvent ( QEvent *  event)
virtualinherited

◆ callSet()

enum SetResponse ScriptablePrivate::callSet ( const ParameterList &  params)
virtualinherited

◆ callShowEvent()

void ScriptablePrivate::callShowEvent ( QEvent *  event)
virtualinherited

◆ closeEvent()

void XDialog::closeEvent ( QCloseEvent *  event)
protectedvirtualinherited

Reimplemented in voucherItem, contact, and taxAuthority.

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void salesHistoryInformation::languageChange ( )
protectedvirtualslot

◆ loadScript() [1/2]

void ScriptableWidget::loadScript ( const QString &  oName)
virtualinherited

◆ loadScript() [2/2]

void ScriptableWidget::loadScript ( const QStringList &  list)
virtualinherited

◆ loadScriptEngine()

void ScriptableWidget::loadScriptEngine ( )
virtualinherited

◆ populate

void salesHistoryInformation::populate ( )
virtualslot

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_salesHistoryInformation::retranslateUi ( QDialog salesHistoryInformation)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

enum SetResponse salesHistoryInformation::set ( const ParameterList &  pParams)
virtualslot

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_salesHistoryInformation::setupUi ( QDialog salesHistoryInformation)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void salesHistoryInformation::sSave ( )
virtualslot

Member Data Documentation

◆ _billtoAddress1

XLineEdit* Ui_salesHistoryInformation::_billtoAddress1
inherited

◆ _billtoAddress2

XLineEdit* Ui_salesHistoryInformation::_billtoAddress2
inherited

◆ _billtoAddress3

XLineEdit* Ui_salesHistoryInformation::_billtoAddress3
inherited

◆ _billtoCity

XLineEdit* Ui_salesHistoryInformation::_billtoCity
inherited

◆ _billtoGroup

QGroupBox* Ui_salesHistoryInformation::_billtoGroup
inherited

◆ _billtoName

XLineEdit* Ui_salesHistoryInformation::_billtoName
inherited

◆ _billtoState

XLineEdit* Ui_salesHistoryInformation::_billtoState
inherited

◆ _billtoZip

XLineEdit* Ui_salesHistoryInformation::_billtoZip
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_salesHistoryInformation::_close
inherited

◆ _commission

XLineEdit* Ui_salesHistoryInformation::_commission
inherited

◆ _commissionLit

QLabel* Ui_salesHistoryInformation::_commissionLit
inherited

◆ _commissionPaid

QCheckBox* Ui_salesHistoryInformation::_commissionPaid
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _extCostLit

QLabel* Ui_salesHistoryInformation::_extCostLit
inherited

◆ _extendedCost

XLabel* Ui_salesHistoryInformation::_extendedCost
inherited

◆ _extendedPrice

XLabel* Ui_salesHistoryInformation::_extendedPrice
inherited

◆ _extPriceLit

QLabel* Ui_salesHistoryInformation::_extPriceLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _invoiceDate

DLineEdit* Ui_salesHistoryInformation::_invoiceDate
inherited

◆ _invoiceDateLit

QLabel* Ui_salesHistoryInformation::_invoiceDateLit
inherited

◆ _invoiceNumber

XLineEdit* Ui_salesHistoryInformation::_invoiceNumber
inherited

◆ _invoiceNumberLit

QLabel* Ui_salesHistoryInformation::_invoiceNumberLit
inherited

◆ _isCcPayment

QCheckBox* Ui_salesHistoryInformation::_isCcPayment
inherited

◆ _item

ItemCluster* Ui_salesHistoryInformation::_item
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _orderDate

DLineEdit* Ui_salesHistoryInformation::_orderDate
inherited

◆ _orderDateLit

QLabel* Ui_salesHistoryInformation::_orderDateLit
inherited

◆ _orderNumber

XLineEdit* Ui_salesHistoryInformation::_orderNumber
inherited

◆ _orderNumberLit

QLabel* Ui_salesHistoryInformation::_orderNumberLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _salesrep

XComboBox* Ui_salesHistoryInformation::_salesrep
inherited

◆ _salesRepLit

QLabel* Ui_salesHistoryInformation::_salesRepLit
inherited

◆ _save

QPushButton* Ui_salesHistoryInformation::_save
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _shipped

XLineEdit* Ui_salesHistoryInformation::_shipped
inherited

◆ _shippedLit

QLabel* Ui_salesHistoryInformation::_shippedLit
inherited

◆ _shiptoAddress1

XLineEdit* Ui_salesHistoryInformation::_shiptoAddress1
inherited

◆ _shiptoAddress2

XLineEdit* Ui_salesHistoryInformation::_shiptoAddress2
inherited

◆ _shiptoAddress3

XLineEdit* Ui_salesHistoryInformation::_shiptoAddress3
inherited

◆ _shiptoCity

XLineEdit* Ui_salesHistoryInformation::_shiptoCity
inherited

◆ _shiptoGroup

QGroupBox* Ui_salesHistoryInformation::_shiptoGroup
inherited

◆ _shiptoName

XLineEdit* Ui_salesHistoryInformation::_shiptoName
inherited

◆ _shiptoState

XLineEdit* Ui_salesHistoryInformation::_shiptoState
inherited

◆ _shiptoZip

XLineEdit* Ui_salesHistoryInformation::_shiptoZip
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _unitCost

XLineEdit* Ui_salesHistoryInformation::_unitCost
inherited

◆ _unitCostLit

QLabel* Ui_salesHistoryInformation::_unitCostLit
inherited

◆ _unitPrice

XLineEdit* Ui_salesHistoryInformation::_unitPrice
inherited

◆ _unitPriceLit

QLabel* Ui_salesHistoryInformation::_unitPriceLit
inherited

◆ _warehouse

WComboBox* Ui_salesHistoryInformation::_warehouse
inherited

◆ _warehouseLit

QLabel* Ui_salesHistoryInformation::_warehouseLit
inherited

◆ gridLayout

QGridLayout* Ui_salesHistoryInformation::gridLayout
inherited

◆ gridLayout_26

QGridLayout* Ui_salesHistoryInformation::gridLayout_26
inherited

◆ hboxLayout

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout1
inherited

◆ hboxLayout10

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout10
inherited

◆ hboxLayout11

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout11
inherited

◆ hboxLayout2

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout5
inherited

◆ hboxLayout6

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout6
inherited

◆ hboxLayout7

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout7
inherited

◆ hboxLayout8

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout8
inherited

◆ hboxLayout9

QHBoxLayout* Ui_salesHistoryInformation::hboxLayout9
inherited

◆ spacerItem

QSpacerItem* Ui_salesHistoryInformation::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_salesHistoryInformation::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_salesHistoryInformation::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_salesHistoryInformation::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_salesHistoryInformation::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_salesHistoryInformation::spacerItem5
inherited

◆ spacerItem6

QSpacerItem* Ui_salesHistoryInformation::spacerItem6
inherited

◆ spacerItem7

QSpacerItem* Ui_salesHistoryInformation::spacerItem7
inherited

◆ vboxLayout

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout1
inherited

◆ vboxLayout10

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout10
inherited

◆ vboxLayout11

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout11
inherited

◆ vboxLayout2

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout5
inherited

◆ vboxLayout6

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout6
inherited

◆ vboxLayout7

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout7
inherited

◆ vboxLayout8

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout8
inherited

◆ vboxLayout9

QVBoxLayout* Ui_salesHistoryInformation::vboxLayout9
inherited

The documentation for this class was generated from the following files:

Generated on Mon May 3 2021 xTuple ERP Programmer Reference, Version 4.12.0 doxygen 1.8.17