CustVendCheque_Payroll Class [AX 2012]
The CustVendCheque_Payroll collects all the data used on the payroll pay stub.
| Method | Description | |
|---|---|---|
| calcRemainingLines | Helper method to determine the number of lines left to print in an overflow check |
| cancelGeneratedCheques | (Inherited from CustVendCheque.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkDataOk | Validates record of LedgerJournaltrans (Inherited from CustVendCheque.) |
| checkDataOk_BR | Validates record of LedgerJournaltrans according to brazilian rules (Inherited from CustVendCheque.) |
| checkNumPages | Method to determine the total number of pages required for check printing. This is required to set blank checks if any check overflows. |
| chequeNum | (Inherited from CustVendCheque.) |
| clearPayrollTmpChequePrintout | |
| convertAmountPaymCurToAmountTransCur | Converts the specified amount from the currency of the payment to the currency of the transaction. (Inherited from CustVendCheque.) |
| convertAmountTransCurToAmountPaymCur | Converts the specified amount from the currency of the open transaction to the currency of the payment. (Inherited from CustVendCheque.) |
| convertToMm | (Inherited from CustVendCheque.) |
| copyToPayrollTmpTable | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillBankChequePaymentTrans | (Inherited from CustVendCheque.) |
| fillBankChequePaymentTrans_BR | Initializes the calculation of payment transactions. (Inherited from CustVendCheque.) |
| fillPayStub | Populates the data on the payroll pay stub. |
| fillSlipTxt | (Inherited from CustVendCheque.) |
| formatChequeNum | (Inherited from CustVendCheque.) |
| getPayrollTmpChequePrintout | Retrieves the temporary check printout. |
| getSlipText | Returns a container that contains the text to be used in a check slip and the number of empty lines that should follow the text (Inherited from CustVendCheque.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initBankDetails | (Inherited from CustVendCheque.) |
| initChequeNumEx | (Inherited from CustVendCheque.) |
| initTmpChequePrintoutForPayroll | |
| insertFringeBenefitRecover | |
| interval | (Inherited from CustVendCheque.) |
| new | Initializes a new instance of the CustVendCheque class. (Inherited from CustVendCheque.) |
| notesLines | (Inherited from CustVendCheque.) |
| 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.) |
| output | Creates the TmpChequePrintout table buffer that contains the information that is required to create the physical check. (Overrides the output Method.) |
| output_BR | Creates the TmpChequePrintout table buffer that contains the information that is required to create the physical check. (Inherited from CustVendCheque.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmAccountId | Gets or sets the AccountId parameter. (Inherited from CustVendCheque.) |
| parmChequeNumMethod | Gets or sets the ChequeNumMethod parameter. (Inherited from CustVendCheque.) |
| parmCompanyCity | Gets or sets the CompanyCity parameter. (Inherited from CustVendCheque.) |
| parmFirstChequeNum | Gets or sets the FirstChequeNum parameter. (Inherited from CustVendCheque.) |
| parmHcmWorker | Gets or sets the HcmWorker parameter. |
| parmLedgerJournalACType | Gets or sets the LedgerJournalACType parameter. (Inherited from CustVendCheque.) |
| parmLedgerJournalTrans | Gets or sets the LedgerJournalTrans parameter. |
| parmNumOfBlankCheque | Gets or sets the NumOfBlankCheque parameter. (Inherited from CustVendCheque.) |
| parmPayrollPayPeriod | Gets or sets the PayrollPayPeriod parameter. |
| parmPayrollPayStatement | Gets or sets the PayrollPayStatement parameter. |
| parmReportDataRowCounter | Gets or sets the ReportDataRowCounter parameter. |
| populateBenefitAccrualLines | |
| populateBenefitLines | |
| populateEarningsLine | |
| populatePayHeader | |
| populateTaxLines | |
| processChequeNum | Initializes BankChequeTable table update (Inherited from CustVendCheque.) |
| processChequeNum_BR | Initializes BankChequeTable table update (Inherited from CustVendCheque.) |
| setBlankCheque | Initializes process to update BankChequeTable table. (Inherited from CustVendCheque.) |
| setBlankCheque_BR | Initializes process to update BankChequeTable table. (Inherited from CustVendCheque.) |
| setChequeAmount | (Inherited from CustVendCheque.) |
| setPaymentRef | Sets value in PaymReference and BankChequeNum fields of LedgerJournalTrans (Inherited from CustVendCheque.) |
| setPaymentRef_BR | Sets value in PaymReference and BankChequeNum fields of LedgerJournalTrans (Inherited from CustVendCheque.) |
| setSignatures | Sets the signatures boolean values. (Inherited from CustVendCheque.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldBlockOverride_BR | (Inherited from CustVendCheque.) |
| tmpChequePrintout | (Inherited from CustVendCheque.) |
| 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: