List of all members | Classes | Properties | Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static 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 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 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)
 
QObjectchild (const char *objName, const char *inheritsClass, bool recursiveSearch) const
 
const QObjectList & children () const
 
const char * className () const
 
bool connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *receiver, const char *method)
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArraydynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name) const
 
QList< T > findChildren (const QRegExp &regExp) const
 
QList< T > findChildren (const QString &name) const
 
bool inherits (const char *className) const
 
void insertChild (QObject *object)
 
void installEventFilter (QObject *filterObj)
 
bool isA (const char *className) const
 
bool isWidgetType () const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const
 
void moveToThread (QThread *targetThread)
 
const char * name (const char *defaultName) const
 
const char * name () const
 
QString objectName () const
 
QObjectparent () const
 
QVariant property (const char *name) const
 
void removeChild (QObject *object)
 
void removeEventFilter (QObject *obj)
 
void setName (const char *name)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
int startTimer (int interval)
 
QThreadthread () const
 

Static Public Member Functions

bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
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)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 

Protected Member Functions

bool checkConnectArgs (const char *signal, const QObject *object, const char *method)
 
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const char *signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const char *signal)
 
int receivers (const char *signal) const
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Static Protected Member Functions

QByteArray normalizeSignalSlot (const char *signalSlot)
 

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::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::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 Mon Dec 1 2014 xTuple ERP Programmer Reference, Version 4.8.0 doxygen 1.8.7