#include <salesOrderItem.h>
Public Slots | |
| int | exec () |
| virtual void | populate () |
| virtual void | sCalculateDiscountPrcnt () |
| virtual void | sCalculateExtendedPrice () |
| virtual void | sCalculateFromDiscount () |
| virtual void | sCalculateFromMarkup () |
| virtual void | sCalcUnitCost () |
| virtual void | sCancel () |
| virtual void | sChanged () |
| virtual void | sCheckSupplyOrder () |
| virtual void | sDeleteWoMatl () |
| virtual void | sDetermineAvailability () |
| virtual void | sDetermineAvailability (bool p) |
| virtual void | sDeterminePrice () |
| virtual void | sDeterminePrice (bool force) |
| virtual void | sEditWoMatl () |
| virtual SetResponse | set (const ParameterList &pParams) |
| virtual void | setRememberPos (bool) |
| virtual void | setRememberSize (bool) |
| virtual void | sFillWoIndentedList () |
| virtual void | sFindSellingWarehouseItemsites (int id) |
| virtual void | sHandleButton () |
| virtual void | sHandleScheduleDate () |
| virtual void | sHandleSupplyOrder () |
| virtual void | sListPrices () |
| virtual void | sLookupTax () |
| virtual void | sNewWoMatl () |
| virtual void | sNext () |
| virtual void | sPopulateHistory () |
| virtual void | sPopulateItemInfo (int pItemid) |
| virtual void | sPopulateItemsiteInfo () |
| virtual void | sPopulateItemSources (int pItemid) |
| virtual void | sPopulateItemSubs (int pItemid) |
| virtual void | sPopulateOrderInfo () |
| virtual void | sPopulatePrices (bool update, bool allPrices, double charTotal) |
| virtual void | sPopulateSubMenu (QMenu *, QTreeWidgetItem *, int) |
| virtual void | sPopulateUOM () |
| virtual void | sPopulateWoMenu (QMenu *pMenu, QTreeWidgetItem *selected) |
| virtual void | sPrev () |
| virtual void | sPriceGroup () |
| virtual void | sPriceUOMChanged () |
| virtual void | sQtyUOMChanged () |
| virtual void | sRecalcAvailability () |
| virtual void | sRecalcPrice () |
| virtual void | sReserveStock () |
| virtual void | sRollupPrices () |
| virtual void | sSave (bool pPartial) |
| virtual void | sSaveClicked () |
| virtual void | sSubstitute () |
| virtual void | sTaxDetail () |
| virtual void | sViewWoMatl () |
Public Member Functions | |
| salesOrderItem (QWidget *parent=0, const char *=0, Qt::WindowFlags fl=0) | |
| ~salesOrderItem () | |
| virtual void | accept () |
| bool | acceptDrops () const |
| void | accepted () |
| QString | accessibleDescription () const |
| QString | accessibleName () const |
| QList< QAction * > | actions () const |
| void | activateWindow () |
| void | addAction (QAction *action) |
| void | addActions (const QList< QAction * > &actions) |
| void | adjustSize () |
| bool | autoFillBackground () const |
| QPalette::ColorRole | backgroundRole () const |
| QBackingStore * | backingStore () const |
| QSize | baseSize () const |
| bool | blockSignals (bool block) |
| QWidget * | childAt (int x, int y) const |
| QWidget * | childAt (const QPoint &p) const |
| const QObjectList & | children () const |
| QRect | childrenRect () const |
| QRegion | childrenRegion () const |
| virtual void | clear () |
| void | clearFocus () |
| void | clearMask () |
| bool | close () |
| int | colorCount () const |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| QMargins | contentsMargins () const |
| QRect | contentsRect () const |
| Qt::ContextMenuPolicy | contextMenuPolicy () const |
| QCursor | cursor () const |
| virtual Q_INVOKABLE int | custid () |
| void | customContextMenuRequested (const QPoint &pos) |
| void | deleteLater () |
| int | depth () const |
| void | destroyed (QObject *obj) |
| int | devicePixelRatio () const |
| bool | disconnect (const QObject *receiver, const char *method) const |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
| virtual void | done (int r) |
| void | dumpObjectInfo () |
| void | dumpObjectTree () |
| QList< QByteArray > | dynamicPropertyNames () const |
| WId | effectiveWinId () const |
| void | ensurePolished () const |
| QWidget * | extension () const |
| T | findChild (const QString &name, Qt::FindChildOptions options) const |
| QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
| QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
| QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
| void | finished (int result) |
| Qt::FocusPolicy | focusPolicy () const |
| QWidget * | focusProxy () const |
| QWidget * | focusWidget () const |
| const QFont & | font () const |
| QFontInfo | fontInfo () const |
| QFontMetrics | fontMetrics () const |
| QPalette::ColorRole | foregroundRole () const |
| QRect | frameGeometry () const |
| QSize | frameSize () const |
| const QRect & | geometry () const |
| virtual Q_INVOKABLE ParameterList | get () const |
| void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
| QPixmap | grab (const QRect &rectangle) |
| void | grabGesture (Qt::GestureType gesture, Qt::GestureFlags flags) |
| void | grabKeyboard () |
| void | grabMouse (const QCursor &cursor) |
| void | grabMouse () |
| int | grabShortcut (const QKeySequence &key, Qt::ShortcutContext context) |
| QGraphicsEffect * | graphicsEffect () const |
| QGraphicsProxyWidget * | graphicsProxyWidget () const |
| bool | hasEditFocus () const |
| bool | hasFocus () const |
| virtual bool | hasHeightForWidth () const |
| bool | hasMouseTracking () const |
| int | height () const |
| virtual int | heightForWidth (int w) const |
| int | heightMM () const |
| void | hide () |
| virtual Q_INVOKABLE int | id () |
| bool | inherits (const char *className) const |
| Qt::InputMethodHints | inputMethodHints () const |
| virtual QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
| void | insertAction (QAction *before, QAction *action) |
| void | insertActions (QAction *before, QList< QAction * > actions) |
| void | installEventFilter (QObject *filterObj) |
| bool | isActiveWindow () const |
| bool | isAncestorOf (const QWidget *child) const |
| bool | isEnabled () const |
| bool | isEnabledTo (const QWidget *ancestor) const |
| bool | isEnabledToTLW () const |
| bool | isFullScreen () const |
| bool | isHidden () const |
| bool | isMaximized () const |
| bool | isMinimized () const |
| bool | isModal () const |
| bool | isSizeGripEnabled () const |
| bool | isTopLevel () const |
| bool | isVisible () const |
| bool | isVisibleTo (const QWidget *ancestor) const |
| bool | isWidgetType () const |
| bool | isWindow () const |
| bool | isWindowModified () const |
| bool | isWindowType () const |
| void | killTimer (int id) |
| QLayout * | layout () const |
| Qt::LayoutDirection | layoutDirection () const |
| QLocale | locale () const |
| int | logicalDpiX () const |
| int | logicalDpiY () const |
| void | lower () |
| QPoint | mapFrom (const QWidget *parent, const QPoint &pos) const |
| QPoint | mapFromGlobal (const QPoint &pos) const |
| QPoint | mapFromParent (const QPoint &pos) const |
| QPoint | mapTo (const QWidget *parent, const QPoint &pos) const |
| QPoint | mapToGlobal (const QPoint &pos) const |
| QPoint | mapToParent (const QPoint &pos) const |
| QRegion | mask () const |
| int | maximumHeight () const |
| QSize | maximumSize () const |
| int | maximumWidth () const |
| virtual const QMetaObject * | metaObject () const |
| int | minimumHeight () const |
| QSize | minimumSize () const |
| virtual QSize | minimumSizeHint () const |
| int | minimumWidth () const |
| virtual Q_INVOKABLE int | mode () |
| virtual Q_INVOKABLE int | modeType () const |
| void | move (int x, int y) |
| void | move (const QPoint &) |
| void | moveToThread (QThread *targetThread) |
| QWidget * | nativeParentWidget () const |
| QWidget * | nextInFocusChain () const |
| QRect | normalGeometry () const |
| QString | objectName () const |
| void | objectNameChanged (const QString &objectName) |
| virtual void | open () |
| Qt::Orientation | orientation () const |
| void | overrideWindowFlags (Qt::WindowFlags flags) |
| virtual QPaintEngine * | paintEngine () const |
| bool | paintingActive () const |
| const QPalette & | palette () const |
| QObject * | parent () const |
| QWidget * | parentWidget () const |
| int | physicalDpiX () const |
| int | physicalDpiY () const |
| QPoint | pos () const |
| virtual void | prepare () |
| QWidget * | previousInFocusChain () const |
| QVariant | property (const char *name) const |
| void | raise () |
| QRect | rect () const |
| void | rejected () |
| void | releaseKeyboard () |
| void | releaseMouse () |
| void | releaseShortcut (int id) |
| void | removeAction (QAction *action) |
| void | removeEventFilter (QObject *obj) |
| void | render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags) |
| void | render (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags) |
| void | repaint () |
| void | repaint (int x, int y, int w, int h) |
| void | repaint (const QRect &rect) |
| void | repaint (const QRegion &rgn) |
| void | resize (const QSize &) |
| void | resize (int w, int h) |
| bool | restoreGeometry (const QByteArray &geometry) |
| int | result () const |
| void | retranslateUi (QDialog *salesOrderItem) |
| QByteArray | saveGeometry () const |
| void | scroll (int dx, int dy) |
| void | scroll (int dx, int dy, const QRect &r) |
| void | setAcceptDrops (bool on) |
| void | setAccessibleDescription (const QString &description) |
| void | setAccessibleName (const QString &name) |
| void | setAttribute (Qt::WidgetAttribute attribute, bool on) |
| void | setAutoFillBackground (bool enabled) |
| void | setBackgroundRole (QPalette::ColorRole role) |
| void | setBaseSize (const QSize &) |
| void | setBaseSize (int basew, int baseh) |
| void | setContentsMargins (const QMargins &margins) |
| void | setContentsMargins (int left, int top, int right, int bottom) |
| void | setContextMenuPolicy (Qt::ContextMenuPolicy policy) |
| void | setCursor (const QCursor &) |
| void | setDisabled (bool disable) |
| void | setEditFocus (bool enable) |
| void | setEnabled (bool) |
| void | setExtension (QWidget *extension) |
| void | setFixedHeight (int h) |
| void | setFixedSize (const QSize &s) |
| void | setFixedSize (int w, int h) |
| void | setFixedWidth (int w) |
| void | setFocus () |
| void | setFocus (Qt::FocusReason reason) |
| void | setFocusPolicy (Qt::FocusPolicy policy) |
| void | setFocusProxy (QWidget *w) |
| void | setFont (const QFont &) |
| void | setForegroundRole (QPalette::ColorRole role) |
| void | setGeometry (const QRect &) |
| void | setGeometry (int x, int y, int w, int h) |
| void | setGraphicsEffect (QGraphicsEffect *effect) |
| void | setHidden (bool hidden) |
| void | setInputMethodHints (Qt::InputMethodHints hints) |
| virtual void | setItemExtraClause () |
| void | setLayout (QLayout *layout) |
| void | setLayoutDirection (Qt::LayoutDirection direction) |
| void | setLocale (const QLocale &locale) |
| void | setMask (const QBitmap &bitmap) |
| void | setMask (const QRegion ®ion) |
| void | setMaximumHeight (int maxh) |
| void | setMaximumSize (const QSize &) |
| void | setMaximumSize (int maxw, int maxh) |
| void | setMaximumWidth (int maxw) |
| void | setMinimumHeight (int minh) |
| void | setMinimumSize (int minw, int minh) |
| void | setMinimumSize (const QSize &) |
| void | setMinimumWidth (int minw) |
| void | setModal (bool modal) |
| void | setMouseTracking (bool enable) |
| void | setObjectName (const QString &name) |
| void | setOrientation (Qt::Orientation orientation) |
| void | setPalette (const QPalette &) |
| void | setParent (QWidget *parent, Qt::WindowFlags f) |
| void | setParent (QObject *parent) |
| void | setParent (QWidget *parent) |
| bool | setProperty (const char *name, const QVariant &value) |
| void | setResult (int i) |
| void | setShortcutAutoRepeat (int id, bool enable) |
| void | setShortcutEnabled (int id, bool enable) |
| void | setSizeGripEnabled (bool) |
| void | setSizeIncrement (int w, int h) |
| void | setSizeIncrement (const QSize &) |
| void | setSizePolicy (QSizePolicy) |
| void | setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
| void | setStatusTip (const QString &) |
| void | setStyle (QStyle *style) |
| void | setStyleSheet (const QString &styleSheet) |
| void | setToolTip (const QString &) |
| void | setToolTipDuration (int msec) |
| void | setUpdatesEnabled (bool enable) |
| void | setupUi (QWidget *widget) |
| void | setupUi (QDialog *salesOrderItem) |
| virtual void | setVisible (bool visible) |
| void | setWhatsThis (const QString &) |
| void | setWindowFilePath (const QString &filePath) |
| void | setWindowFlags (Qt::WindowFlags type) |
| void | setWindowIcon (const QIcon &icon) |
| void | setWindowIconText (const QString &) |
| void | setWindowModality (Qt::WindowModality windowModality) |
| void | setWindowModified (bool) |
| void | setWindowOpacity (qreal level) |
| void | setWindowRole (const QString &role) |
| void | setWindowState (Qt::WindowStates windowState) |
| void | setWindowTitle (const QString &) |
| void | show () |
| void | showExtension (bool showIt) |
| void | showFullScreen () |
| void | showMaximized () |
| void | showMinimized () |
| void | showNormal () |
| bool | signalsBlocked () const |
| QSize | size () const |
| virtual QSize | sizeHint () const |
| QSize | sizeIncrement () const |
| QSizePolicy | sizePolicy () const |
| virtual Q_INVOKABLE int | soheadid () |
| void | stackUnder (QWidget *w) |
| int | startTimer (int interval, Qt::TimerType timerType) |
| QString | statusTip () const |
| QStyle * | style () const |
| QString | styleSheet () const |
| virtual Q_INVOKABLE int | supplyid () |
| bool | testAttribute (Qt::WidgetAttribute attribute) const |
| QThread * | thread () const |
| QString | toolTip () const |
| int | toolTipDuration () const |
| QWidget * | topLevelWidget () const |
| bool | underMouse () const |
| void | ungrabGesture (Qt::GestureType gesture) |
| void | unsetCursor () |
| void | unsetLayoutDirection () |
| void | unsetLocale () |
| void | update (const QRegion &rgn) |
| void | update () |
| void | update (int x, int y, int w, int h) |
| void | update (const QRect &rect) |
| void | updateGeometry () |
| bool | updatesEnabled () const |
| QRegion | visibleRegion () const |
| QString | whatsThis () const |
| int | width () const |
| int | widthMM () const |
| QWidget * | window () const |
| QString | windowFilePath () const |
| Qt::WindowFlags | windowFlags () const |
| QWindow * | windowHandle () const |
| QIcon | windowIcon () const |
| void | windowIconChanged (const QIcon &icon) |
| QString | windowIconText () const |
| void | windowIconTextChanged (const QString &iconText) |
| Qt::WindowModality | windowModality () const |
| qreal | windowOpacity () const |
| QString | windowRole () const |
| Qt::WindowStates | windowState () const |
| QString | windowTitle () const |
| void | windowTitleChanged (const QString &title) |
| Qt::WindowType | windowType () const |
| WId | winId () const |
| int | x () const |
| int | y () const |
Static Public Member Functions | |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
| QWidget * | createWindowContainer (QWindow *window, QWidget *parent, Qt::WindowFlags flags) |
| bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
| bool | disconnect (const QMetaObject::Connection &connection) |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| QWidget * | find (WId id) |
| QWidget * | keyboardGrabber () |
| QWidget * | mouseGrabber () |
| void | setTabOrder (QWidget *first, QWidget *second) |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Slots | |
| virtual void | languageChange () |
| virtual enum SetResponse | postSet () |
| virtual void | reject () |
| virtual void | saveSize () |
Protected Member Functions | |
| virtual void | actionEvent (QActionEvent *event) |
| virtual void | callCloseEvent (QEvent *) |
| virtual enum SetResponse | callSet (const ParameterList &) |
| virtual void | callShowEvent (QEvent *) |
| virtual void | changeEvent (QEvent *event) |
| virtual void | childEvent (QChildEvent *event) |
| virtual void | closeEvent (QCloseEvent *event) |
| virtual void | connectNotify (const QMetaMethod &signal) |
| virtual void | contextMenuEvent (QContextMenuEvent *e) |
| void | create (WId window, bool initializeWindow, bool destroyOldWindow) |
| virtual void | customEvent (QEvent *event) |
| void | destroy (bool destroyWindow, bool destroySubWindows) |
| virtual void | disconnectNotify (const QMetaMethod &signal) |
| virtual void | dragEnterEvent (QDragEnterEvent *event) |
| virtual void | dragLeaveEvent (QDragLeaveEvent *event) |
| virtual void | dragMoveEvent (QDragMoveEvent *event) |
| virtual void | dropEvent (QDropEvent *event) |
| virtual QScriptEngine * | engine () |
| virtual void | enterEvent (QEvent *event) |
| virtual bool | event (QEvent *e) |
| virtual bool | eventFilter (QObject *o, QEvent *e) |
| virtual void | focusInEvent (QFocusEvent *event) |
| bool | focusNextChild () |
| virtual bool | focusNextPrevChild (bool next) |
| virtual void | focusOutEvent (QFocusEvent *event) |
| bool | focusPreviousChild () |
| virtual void | hideEvent (QHideEvent *event) |
| virtual void | initPainter (QPainter *painter) const |
| virtual void | inputMethodEvent (QInputMethodEvent *event) |
| bool | isSignalConnected (const QMetaMethod &signal) const |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | keyReleaseEvent (QKeyEvent *event) |
| virtual void | leaveEvent (QEvent *event) |
| virtual void | loadScript (const QStringList &list) |
| virtual void | loadScript (const QString &oName) |
| virtual void | loadScriptEngine () |
| virtual int | metric (PaintDeviceMetric m) const |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| virtual void | mouseMoveEvent (QMouseEvent *event) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | moveEvent (QMoveEvent *event) |
| virtual bool | nativeEvent (const QByteArray &eventType, void *message, long *result) |
| virtual void | paintEvent (QPaintEvent *event) |
| int | receivers (const char *signal) const |
| virtual void | resizeEvent (QResizeEvent *) |
| QObject * | sender () const |
| int | senderSignalIndex () const |
| virtual void | showEvent (QShowEvent *event) |
| virtual void | tabletEvent (QTabletEvent *event) |
| virtual void | timerEvent (QTimerEvent *event) |
| void | updateMicroFocus () |
| virtual void | wheelEvent (QWheelEvent *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 |
| salesOrderItem::salesOrderItem | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| Qt::WindowFlags | fl = 0 |
||
| ) |
| salesOrderItem::~salesOrderItem | ( | ) |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtual |
|
protectedvirtualinherited |
Reimplemented from QDialog.
Reimplemented in voucherItem, and taxAuthority.
|
inlinevirtual |
|
virtualinherited |
Reimplemented from ScriptableWidget.
|
slotinherited |
|
virtualinherited |
Implements ScriptablePrivate.
|
inlinevirtual |
|
protectedvirtualslot |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
inlinevirtual |
|
virtual |
|
virtualslot |
|
protectedvirtualslotinherited |
|
virtual |
|
protectedvirtualslot |
|
inlineinherited |
|
protectedvirtualslotinherited |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtual |
|
virtualslotinherited |
|
virtualslotinherited |
|
inlineinherited |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
protectedvirtualinherited |
Reimplemented from QDialog.
Reimplemented in externalShipping.
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
inlinevirtual |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
inlinevirtual |
|
virtualslot |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
staticprotectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
1.8.10
|