LedgerJournalEngine_Server Class [AX 2012]
The LedgerJournalEngine_Server class supports LedgerJournalEngine objects that have database centered operations, such as tax calculation, cash discount calculation, miscellaneous caches and calculation of journal and voucher totals.
| Method | Description | |
|---|---|---|
| calcTotalTaxAmount | Calculates tax to post. |
| calcTotalTaxAmount_Server | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initBalances | Initializes the balances of the journal. |
| initBalances_Server | |
| new | Initializes a new instance of the LedgerJournalEngine_Server class. |
| 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.) |
| pack | Serializes the current instance of the LedgerJournalEngine_Server class. |
| 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.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the LedgerJournalEngine_Server class. |
| 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.) |
| ::addVoucher | Transfers vouchers from the invoice pool into an approval journal. |
| ::adjustDate | |
| ::adjustReleaseDate | Updates the ReleaseDate field values in the LedgerJournalTrans table for records with the specified journal number and voucher. |
| ::adjustRevDate | Updates the values of the ReverseEntry and ReverseDate fields of records in the LedgerJournalTrans table with the specified journal number and voucher. |
| ::calcCashDisc | |
| ::calcCashDiscOnInvoice | |
| ::calcTaxLedgerJournalTrans | |
| ::calcTotalTaxAmount_Packed | |
| ::calculateTaxForCompleteJournal | Calculates tax totals for the whole journal. |
| ::calculateTaxForJournalLessCashDi | Calculates the tax totals for the whole journal when the cash discount is affected by tax calculations. |
| ::calcVirtualCashDisc | |
| ::calcVirtualCashDiscOnInvoice | |
| ::construct | Initializes a new instance of the LedgerJournalEngine_Server class. |
| ::correctTaxAmount | Records a tax regulation. |
| ::create | |
| ::createJournalOffsetBalance | Gets the balance of this account for the current journal when the journal has a fixed offset account. |
| ::createVoucherBalance | Calculates the balances for a single voucher. |
| ::currencyModified | |
| ::deletePaymProposal | |
| ::getWithholdTaxAmount_IN | Gets the withholding tax amount, based on the criteria that are passed. |
| ::initBalances_Packed | |
| ::initializeLedgerJournalEngine_Server | Initializes a new instance of the LedgerJournalEngine_Server class and removes payment proposals associated with the specified journal number. |
| ::removeVoucher | Removes an invoice from the approval journal and transfers it back to the invoice pool. |
| ::updateCashDisc | |
| ::updateCashDiscDetail | Updates the CustTransCashDisc table and VendTransCashDisc tables with cash discount information from the journal line. |
| ::updateTaxGroup | Updates the TaxGroup field of the other lines with the same voucher number as the voucher number of the line that is passed as a parameter. |
Community Additions
ADD
Show: