List of all members | Classes | Properties | Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions
menuInventory Class Reference

#include <menuInventory.h>

Inheritance diagram for menuInventory:
QObject

Properties

 objectName
 

Public Slots

void sAddRate ()
 
void sAdjustInvValue ()
 
void sAdjustmentTrans ()
 
void sCatchCountTag (int)
 
void sCatchLocationContents (int)
 
void sCreateCountTagsByClassCode ()
 
void sCreateCountTagsByItem ()
 
void sCreateCountTagsByPlannerCode ()
 
void sCreateCycleCountTags ()
 
void sCreateItemSitesByClassCode ()
 
void sDspBacklog ()
 
void sDspCountSlipEditList ()
 
void sDspCountSlipsByWarehouse ()
 
void sDspCountTagEditList ()
 
void sDspCountTagsByClassCode ()
 
void sDspCountTagsByItem ()
 
void sDspCountTagsByWarehouse ()
 
void sDspDetailedInventoryHistoryByLocation ()
 
void sDspDetailedInventoryHistoryByLotSerial ()
 
void sDspExpiredInventoryByClassCode ()
 
void sDspFrozenItemSites ()
 
void sDspInventoryAvailability ()
 
void sDspInventoryHistory ()
 
void sDspItemAvailabilityWorkbench ()
 
void sDspItemUsageStatistics ()
 
void sDspLocationLotSerialDetail ()
 
void sDspQOH ()
 
void sDspQOHByLocation ()
 
void sDspQOHByZone ()
 
void sDspRatesByDestination ()
 
void sDspShipmentsByDate ()
 
void sDspShipmentsBySalesOrder ()
 
void sDspShipmentsByShipment ()
 
void sDspShippingContents ()
 
void sDspSlowMovingInventoryByClassCode ()
 
void sDspSubstituteAvailabilityByRootItem ()
 
void sDspSummarizedBacklogByWarehouse ()
 
void sDspTimePhasedUsageStatisticsByItem ()
 
void sDspUnbalancedQOHByClassCode ()
 
void sDspValidLocationsByItem ()
 
void sEnterCountSlip ()
 
void sEnterCountTags ()
 
void sEnterMiscCount ()
 
void sEnterReceipt ()
 
void sEnterReturn ()
 
void sExpenseTrans ()
 
void sExternalShipping ()
 
void sIssueStockToShipping ()
 
void sItemSites ()
 
void sNewItemSite ()
 
void sNewTransferOrder ()
 
void sPackingListBatch ()
 
void sPostCountSlipsByWarehouse ()
 
void sPostCountTags ()
 
void sPostReceipts ()
 
void sPrintItemLabelsByClassCode ()
 
void sPrintPackingListBatchByShipvia ()
 
void sPrintPackingLists ()
 
void sPrintReceivingLabelsByPo ()
 
void sPrintShippingForm ()
 
void sPrintShippingForms ()
 
void sPrintShippingLabelsByInvoice ()
 
void sPrintShippingLabelsBySo ()
 
void sPrintShippingLabelsByTo ()
 
void sPrintToForms ()
 
void sPurgePostedCountSlips ()
 
void sPurgePostedCountTags ()
 
void sQuickRelocateLot ()
 
void sReassignLotSerialNumber ()
 
void sRecallOrders ()
 
void sReceiptTrans ()
 
void sReleaseTransferOrdersByAgent ()
 
void sRelocateInventory ()
 
void sResetQOHBalances ()
 
void sScrapTrans ()
 
void sSetup ()
 
void sShipOrders ()
 
void sSummarizeInvTransByClassCode ()
 
void sThawItemSitesByClassCode ()
 
void sTransferOrders ()
 
void sTransferTrans ()
 
void sTransformTrans ()
 
void sUpdateABCClass ()
 
void sUpdateCycleCountFreq ()
 
void sUpdateItemSiteLeadTimes ()
 
void sUpdateOUTLevelByItem ()
 
void sUpdateOUTLevelsByClassCode ()
 
void sUpdateOUTLevelsByPlannerCode ()
 
void sUpdateReorderLevelByItem ()
 
void sUpdateReorderLevelsByClassCode ()
 
void sUpdateReorderLevelsByPlannerCode ()
 
void sWarehouseLocations ()
 
void sWarehouses ()
 
void sZeroUncountedTagsByWarehouse ()
 

Public Member Functions

 menuInventory (GUIClient *)
 
bool blockSignals (bool block)
 
const QObjectList & children () const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const QObject *receiver, const char *method) const
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArraydynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const
 
bool inherits (const char *className) const
 
void installEventFilter (QObject *filterObj)
 
bool isWidgetType () const
 
bool isWindowType () const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const
 
QVariant property (const char *name) const
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
int startTimer (int interval, Qt::TimerType timerType)
 
QThreadthread () 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)
 
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, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 

Protected Member Functions

virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const
 
int receivers (const char *signal) const
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Constructor & Destructor Documentation

menuInventory::menuInventory ( GUIClient Pparent)

Member Function Documentation

void menuInventory::sAddRate ( )
slot
void menuInventory::sAdjustInvValue ( )
slot
void menuInventory::sAdjustmentTrans ( )
slot
void menuInventory::sCatchCountTag ( int  pCnttagid)
slot
void menuInventory::sCatchLocationContents ( int  pLocationid)
slot
void menuInventory::sCreateCountTagsByClassCode ( )
slot
void menuInventory::sCreateCountTagsByItem ( )
slot
void menuInventory::sCreateCountTagsByPlannerCode ( )
slot
void menuInventory::sCreateCycleCountTags ( )
slot
void menuInventory::sCreateItemSitesByClassCode ( )
slot
void menuInventory::sDspBacklog ( )
slot
void menuInventory::sDspCountSlipEditList ( )
slot
void menuInventory::sDspCountSlipsByWarehouse ( )
slot
void menuInventory::sDspCountTagEditList ( )
slot
void menuInventory::sDspCountTagsByClassCode ( )
slot
void menuInventory::sDspCountTagsByItem ( )
slot
void menuInventory::sDspCountTagsByWarehouse ( )
slot
void menuInventory::sDspDetailedInventoryHistoryByLocation ( )
slot
void menuInventory::sDspDetailedInventoryHistoryByLotSerial ( )
slot
void menuInventory::sDspExpiredInventoryByClassCode ( )
slot
void menuInventory::sDspFrozenItemSites ( )
slot
void menuInventory::sDspInventoryAvailability ( )
slot
void menuInventory::sDspInventoryHistory ( )
slot
void menuInventory::sDspItemAvailabilityWorkbench ( )
slot
void menuInventory::sDspItemUsageStatistics ( )
slot
void menuInventory::sDspLocationLotSerialDetail ( )
slot
void menuInventory::sDspQOH ( )
slot
void menuInventory::sDspQOHByLocation ( )
slot
void menuInventory::sDspQOHByZone ( )
slot
void menuInventory::sDspRatesByDestination ( )
slot
void menuInventory::sDspShipmentsByDate ( )
slot
void menuInventory::sDspShipmentsBySalesOrder ( )
slot
void menuInventory::sDspShipmentsByShipment ( )
slot
void menuInventory::sDspShippingContents ( )
slot
void menuInventory::sDspSlowMovingInventoryByClassCode ( )
slot
void menuInventory::sDspSubstituteAvailabilityByRootItem ( )
slot
void menuInventory::sDspSummarizedBacklogByWarehouse ( )
slot
void menuInventory::sDspTimePhasedUsageStatisticsByItem ( )
slot
void menuInventory::sDspUnbalancedQOHByClassCode ( )
slot
void menuInventory::sDspValidLocationsByItem ( )
slot
void menuInventory::sEnterCountSlip ( )
slot
void menuInventory::sEnterCountTags ( )
slot
void menuInventory::sEnterMiscCount ( )
slot
void menuInventory::sEnterReceipt ( )
slot
void menuInventory::sEnterReturn ( )
slot
void menuInventory::sExpenseTrans ( )
slot
void menuInventory::sExternalShipping ( )
slot
void menuInventory::sIssueStockToShipping ( )
slot
void menuInventory::sItemSites ( )
slot
void menuInventory::sNewItemSite ( )
slot
void menuInventory::sNewTransferOrder ( )
slot
void menuInventory::sPackingListBatch ( )
slot
void menuInventory::sPostCountSlipsByWarehouse ( )
slot
void menuInventory::sPostCountTags ( )
slot
void menuInventory::sPostReceipts ( )
slot
void menuInventory::sPrintItemLabelsByClassCode ( )
slot
void menuInventory::sPrintPackingListBatchByShipvia ( )
slot
void menuInventory::sPrintPackingLists ( )
slot
void menuInventory::sPrintReceivingLabelsByPo ( )
slot
void menuInventory::sPrintShippingForm ( )
slot
void menuInventory::sPrintShippingForms ( )
slot
void menuInventory::sPrintShippingLabelsByInvoice ( )
slot
void menuInventory::sPrintShippingLabelsBySo ( )
slot
void menuInventory::sPrintShippingLabelsByTo ( )
slot
void menuInventory::sPrintToForms ( )
slot
void menuInventory::sPurgePostedCountSlips ( )
slot
void menuInventory::sPurgePostedCountTags ( )
slot
void menuInventory::sQuickRelocateLot ( )
slot
void menuInventory::sReassignLotSerialNumber ( )
slot
void menuInventory::sRecallOrders ( )
slot
void menuInventory::sReceiptTrans ( )
slot
void menuInventory::sReleaseTransferOrdersByAgent ( )
slot
void menuInventory::sRelocateInventory ( )
slot
void menuInventory::sResetQOHBalances ( )
slot
void menuInventory::sScrapTrans ( )
slot
void menuInventory::sSetup ( )
slot
void menuInventory::sShipOrders ( )
slot
void menuInventory::sSummarizeInvTransByClassCode ( )
slot
void menuInventory::sThawItemSitesByClassCode ( )
slot
void menuInventory::sTransferOrders ( )
slot
void menuInventory::sTransferTrans ( )
slot
void menuInventory::sTransformTrans ( )
slot
void menuInventory::sUpdateABCClass ( )
slot
void menuInventory::sUpdateCycleCountFreq ( )
slot
void menuInventory::sUpdateItemSiteLeadTimes ( )
slot
void menuInventory::sUpdateOUTLevelByItem ( )
slot
void menuInventory::sUpdateOUTLevelsByClassCode ( )
slot
void menuInventory::sUpdateOUTLevelsByPlannerCode ( )
slot
void menuInventory::sUpdateReorderLevelByItem ( )
slot
void menuInventory::sUpdateReorderLevelsByClassCode ( )
slot
void menuInventory::sUpdateReorderLevelsByPlannerCode ( )
slot
void menuInventory::sWarehouseLocations ( )
slot
void menuInventory::sWarehouses ( )
slot
void menuInventory::sZeroUncountedTagsByWarehouse ( )
slot

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

Generated on Fri Aug 11 2017 xTuple ERP Programmer Reference, Version 4.11.0 doxygen 1.8.10