CashOrderReportDP_CZ Class [AX 2012]
The CashOrderReportDP_CZ class extends the base class to add Czech-specific functionality for the Czech cash voucher report.
| Method | Description | |
|---|---|---|
| accountNumName | Determines the account name, based on the account type. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createTmpTransactions | Creates the temporary line transaction for the cash order report. (Overrides the createTmpTransactions Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAmountCur | Retrieves the amount in the transaction currency. (Inherited from CashOrderReportDP.) |
| getAmountInWords | Retrieves the amount converted to words. (Inherited from CashOrderReportDP.) |
| getAmountMST | Retrieves the amount in the accounting currency. (Inherited from CashOrderReportDP.) |
| getCashOrderHeaderTmp | Retrieves the CashOrderHeaderTmp table buffer. (Inherited from CashOrderReportDP.) |
| getCashOrderLinesTmp | Retrieves the CashOrderLinesTmp table buffer. (Inherited from CashOrderReportDP.) |
| getCompanyAddress | Retrieves the address of the company in a format that is required for Czech cash order report. (Overrides the getCompanyAddress Method.) |
| getContactName | Gets the contact name, based on the representative type. |
| getFormattedDate | Retrieves the cash transaction date in a specific format. (Inherited from CashOrderReportDP.) |
| getQuery | Overrides the base method to make Czech-specific changes to the cash order query. (Overrides the getQuery Method.) |
| getRepresentativeName | Retrieves the name of the representative. (Inherited from CashOrderReportDP.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransTxt | Retrieves the transaction text to display on the report. (Inherited from CashOrderReportDP.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeCashOrderHeaderTmp | Initializes the CashOrderHeaderTmp table. (Inherited from CashOrderReportDP.) |
| initializeCashOrderLinesTmp | Overrides the base method to perform Czech-specific initializations for the CashOrderLinesTmp table buffer. (Overrides the initializeCashOrderLinesTmp Method.) |
| initializeFromLedgerJournalTrans | Initializes the CashOrderLinesTmp table buffer from the LedgerJournalTrans table. |
| insertFromLedgerJournalTrans | Inserts additional records into the CashOrderLinesTmp table, based on the ledger journal lines. |
| insertFromTaxTrans | Inserts additional records into the CashOrderLinesTmp table, based on the summarized tax transactions. |
| insertIntoCashOrderHeaderTmp | Inserts the record into the CashOrderHeaderTmp table. (Inherited from CashOrderReportDP.) |
| insertIntoCashOrderLinesTmp | Inserts the record into the CashOrderLinesTmp table. (Inherited from CashOrderReportDP.) |
| ledgerJournalTransOffset | Swaps some of the values in the ledgerJournalTrans table buffer with offset values, so that the same fields can be used to initialize from. |
| loopThroughTransactions | Traverses the records that are fetched by the query and creates transactions in temporary tables that can be used by the report. (Inherited from CashOrderReportDP.) |
| new | Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmDataContract | Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.) |
| parmMetadata | Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.) |
| parmQuery | Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.) |
| processReport | Processes the report business logic. (Inherited from CashOrderReportDP.) |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: