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

#include <menuAccounting.h>

Inheritance diagram for menuAccounting:
QObject

Properties

 objectName
 

Public Slots

void sAccountingPeriods ()
 
void sAccountingYearPeriods ()
 
void sAccountNumbers ()
 
void sAdjustmentEditList ()
 
void sApWorkBench ()
 
void sArWorkBench ()
 
void sAssessFinanceCharges ()
 
void sBudgets ()
 
void sCashReceiptEditList ()
 
void sCheckFormats ()
 
void sCompanies ()
 
void sCreateInvoice ()
 
void sCreateMiscCheck ()
 
void sCreateRecurringInvoices ()
 
void sCustomers ()
 
void sDspAPApplications ()
 
void sDspAPOpenItemsByVendor ()
 
void sDspARApplications ()
 
void sDspAROpenItems ()
 
void sDspBankrecHistory ()
 
void sDspCashReceipts ()
 
void sDspCheckRegister ()
 
void sDspCustomerHistory ()
 
void sDspDepositsRegister ()
 
void sDspGLSeries ()
 
void sDspGLTransactions ()
 
void sDspInvoiceInformation ()
 
void sDspInvoiceRegister ()
 
void sDspJournals ()
 
void sDspStandardJournalHistory ()
 
void sDspSummarizedBankrecHistory ()
 
void sDspSummarizedGLTransactions ()
 
void sDspTaxHistory ()
 
void sDspTimePhasedOpenAPItems ()
 
void sDspTimePhasedOpenItems ()
 
void sDspTrialBalances ()
 
void sDspUninvoicedReceipts ()
 
void sDspVendorHistory ()
 
void sDspVoucherRegister ()
 
void sDuplicateAccountNumbers ()
 
void sEnterAdjustment ()
 
void sEnterCashReceipt ()
 
void sEnterMiscApCreditMemo ()
 
void sEnterMiscApDebitMemo ()
 
void sEnterMiscArCreditMemo ()
 
void sEnterMiscArDebitMemo ()
 
void sEnterMiscVoucher ()
 
void sEnterPurchaseOrder ()
 
void sEnterStandardJournal ()
 
void sEnterVoucher ()
 
void sFinancialReports ()
 
void sForwardUpdateAccounts ()
 
void sMaintainBudget ()
 
void sNewFinancialReport ()
 
void sPostCashReceipts ()
 
void sPostCheck ()
 
void sPostChecks ()
 
void sPostInvoices ()
 
void sPostJournals ()
 
void sPostPurchaseOrder ()
 
void sPostStandardJournal ()
 
void sPostStandardJournalGroup ()
 
void sPostVouchers ()
 
void sPrepareCheckRun ()
 
void sPrintCheck ()
 
void sPrintCheckRun ()
 
void sPrintInvoices ()
 
void sPrintPurchaseOrder ()
 
void sPrintStatementByCustomer ()
 
void sPrintStatementsByCustomerType ()
 
void sProfitCenters ()
 
void sPurgeInvoices ()
 
void sReconcileBankaccount ()
 
void sRecurringInvoices ()
 
void sReprintInvoices ()
 
void sSelectedPayments ()
 
void sSelectPayments ()
 
void sSeriesEntry ()
 
void sSetup ()
 
void sSimpleEntry ()
 
void sStandardJournalGroups ()
 
void sStandardJournals ()
 
void sSubAccntTypes ()
 
void sSubaccounts ()
 
void sSyncCompanies ()
 
void sTaxAssignments ()
 
void sTaxAuthorities ()
 
void sTaxClasses ()
 
void sTaxCodes ()
 
void sTaxRegistrations ()
 
void sTaxTypes ()
 
void sTaxZones ()
 
void sUnappliedApCreditMemos ()
 
void sUnappliedArCreditMemos ()
 
void sUnpostedEntries ()
 
void sUnpostedInvoices ()
 
void sUnpostedPurchaseOrders ()
 
void sUnpostedVouchers ()
 
void sUpdateLateCustCreditStatus ()
 
void sVendors ()
 
void sViewCheckRun ()
 
void sViewFinancialReport ()
 
void sVoidCheckRun ()
 

Public Member Functions

 menuAccounting (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

menuAccounting::menuAccounting ( GUIClient Pparent)

Member Function Documentation

void menuAccounting::sAccountingPeriods ( )
slot
void menuAccounting::sAccountingYearPeriods ( )
slot
void menuAccounting::sAccountNumbers ( )
slot
void menuAccounting::sAdjustmentEditList ( )
slot
void menuAccounting::sApWorkBench ( )
slot
void menuAccounting::sArWorkBench ( )
slot
void menuAccounting::sAssessFinanceCharges ( )
slot
void menuAccounting::sBudgets ( )
slot
void menuAccounting::sCashReceiptEditList ( )
slot
void menuAccounting::sCheckFormats ( )
slot
void menuAccounting::sCompanies ( )
slot
void menuAccounting::sCreateInvoice ( )
slot
void menuAccounting::sCreateMiscCheck ( )
slot
void menuAccounting::sCreateRecurringInvoices ( )
slot
void menuAccounting::sCustomers ( )
slot
void menuAccounting::sDspAPApplications ( )
slot
void menuAccounting::sDspAPOpenItemsByVendor ( )
slot
void menuAccounting::sDspARApplications ( )
slot
void menuAccounting::sDspAROpenItems ( )
slot
void menuAccounting::sDspBankrecHistory ( )
slot
void menuAccounting::sDspCashReceipts ( )
slot
void menuAccounting::sDspCheckRegister ( )
slot
void menuAccounting::sDspCustomerHistory ( )
slot
void menuAccounting::sDspDepositsRegister ( )
slot
void menuAccounting::sDspGLSeries ( )
slot
void menuAccounting::sDspGLTransactions ( )
slot
void menuAccounting::sDspInvoiceInformation ( )
slot
void menuAccounting::sDspInvoiceRegister ( )
slot
void menuAccounting::sDspJournals ( )
slot
void menuAccounting::sDspStandardJournalHistory ( )
slot
void menuAccounting::sDspSummarizedBankrecHistory ( )
slot
void menuAccounting::sDspSummarizedGLTransactions ( )
slot
void menuAccounting::sDspTaxHistory ( )
slot
void menuAccounting::sDspTimePhasedOpenAPItems ( )
slot
void menuAccounting::sDspTimePhasedOpenItems ( )
slot
void menuAccounting::sDspTrialBalances ( )
slot
void menuAccounting::sDspUninvoicedReceipts ( )
slot
void menuAccounting::sDspVendorHistory ( )
slot
void menuAccounting::sDspVoucherRegister ( )
slot
void menuAccounting::sDuplicateAccountNumbers ( )
slot
void menuAccounting::sEnterAdjustment ( )
slot
void menuAccounting::sEnterCashReceipt ( )
slot
void menuAccounting::sEnterMiscApCreditMemo ( )
slot
void menuAccounting::sEnterMiscApDebitMemo ( )
slot
void menuAccounting::sEnterMiscArCreditMemo ( )
slot
void menuAccounting::sEnterMiscArDebitMemo ( )
slot
void menuAccounting::sEnterMiscVoucher ( )
slot
void menuAccounting::sEnterPurchaseOrder ( )
slot
void menuAccounting::sEnterStandardJournal ( )
slot
void menuAccounting::sEnterVoucher ( )
slot
void menuAccounting::sFinancialReports ( )
slot
void menuAccounting::sForwardUpdateAccounts ( )
slot
void menuAccounting::sMaintainBudget ( )
slot
void menuAccounting::sNewFinancialReport ( )
slot
void menuAccounting::sPostCashReceipts ( )
slot
void menuAccounting::sPostCheck ( )
slot
void menuAccounting::sPostChecks ( )
slot
void menuAccounting::sPostInvoices ( )
slot
void menuAccounting::sPostJournals ( )
slot
void menuAccounting::sPostPurchaseOrder ( )
slot
void menuAccounting::sPostStandardJournal ( )
slot
void menuAccounting::sPostStandardJournalGroup ( )
slot
void menuAccounting::sPostVouchers ( )
slot
void menuAccounting::sPrepareCheckRun ( )
slot
void menuAccounting::sPrintCheck ( )
slot
void menuAccounting::sPrintCheckRun ( )
slot
void menuAccounting::sPrintInvoices ( )
slot
void menuAccounting::sPrintPurchaseOrder ( )
slot
void menuAccounting::sPrintStatementByCustomer ( )
slot
void menuAccounting::sPrintStatementsByCustomerType ( )
slot
void menuAccounting::sProfitCenters ( )
slot
void menuAccounting::sPurgeInvoices ( )
slot
void menuAccounting::sReconcileBankaccount ( )
slot
void menuAccounting::sRecurringInvoices ( )
slot
void menuAccounting::sReprintInvoices ( )
slot
void menuAccounting::sSelectedPayments ( )
slot
void menuAccounting::sSelectPayments ( )
slot
void menuAccounting::sSeriesEntry ( )
slot
void menuAccounting::sSetup ( )
slot
void menuAccounting::sSimpleEntry ( )
slot
void menuAccounting::sStandardJournalGroups ( )
slot
void menuAccounting::sStandardJournals ( )
slot
void menuAccounting::sSubAccntTypes ( )
slot
void menuAccounting::sSubaccounts ( )
slot
void menuAccounting::sSyncCompanies ( )
slot
void menuAccounting::sTaxAssignments ( )
slot
void menuAccounting::sTaxAuthorities ( )
slot
void menuAccounting::sTaxClasses ( )
slot
void menuAccounting::sTaxCodes ( )
slot
void menuAccounting::sTaxRegistrations ( )
slot
void menuAccounting::sTaxTypes ( )
slot
void menuAccounting::sTaxZones ( )
slot
void menuAccounting::sUnappliedApCreditMemos ( )
slot
void menuAccounting::sUnappliedArCreditMemos ( )
slot
void menuAccounting::sUnpostedEntries ( )
slot
void menuAccounting::sUnpostedInvoices ( )
slot
void menuAccounting::sUnpostedPurchaseOrders ( )
slot
void menuAccounting::sUnpostedVouchers ( )
slot
void menuAccounting::sUpdateLateCustCreditStatus ( )
slot
void menuAccounting::sVendors ( )
slot
void menuAccounting::sViewCheckRun ( )
slot
void menuAccounting::sViewFinancialReport ( )
slot
void menuAccounting::sVoidCheckRun ( )
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