PayrollPayStatementTotals Class [AX 2012]
The PayrollPayStatementTotals class calculates the various totals for a pay statement.
| Method | Description | |
|---|---|---|
| calcExternalReportingBenefitTotal | Calculates the total reported benefits for a worker over the specified period. |
| calcExternalReportingEarningTotal | Calculates the total reported earnings for a worker over a specified period. |
| calcExternalReportingTaxTotal | Calculates the total reported taxes for a worker over a specified period. |
| calcExtReportingBenefitContributionTotal | Calculates the total reported benefit contributions for a worker over a specified period. |
| calcExtReportingTotalsByW2BoxNum | Calculates all the various reporting totals for a worker over a specified period by box number. |
| calcFormW2BoxReportingAdjustmentTotal | Calculates the total of Form W2 box reporting adjustments for a worker over a specified period. |
| calcTaxCodeTotalForDateRange | Calculates the taxes that are withheld for a specified tax code for a worker for a specified period, excluding the current payment. |
| calcWageTotalForDateRange | Calculates the wage total of a worker for a specified period and location, excluding the current payment. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkAndAddW2Label | |
| 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.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| 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.) |
| ::calcBenefitTotalForCurrentPayment | Calculates the benefit total of a worker for the current payment. |
| ::calcBenefitTotalForCurrentYear | Calculates the benefit total of a worker for the payment's year, excluding the current payment. |
| ::calcExternalReportingTotals | Calculates the W2 box total for a worker over a specified period. |
| ::calcGtlWageTotalForPayment | Calculates the wage totals for the payment, both regular and supplemental, broken out by GTL basis |
| ::calcProductiveWageTotalForPayment | Calculates the wage totals for the payment, both regular and supplemental, broken out by productive basis |
| ::calcTaxCodeTotalForCurrentMonth | Calculates the taxes that are withheld for a specified tax code for a worker for the payment's month, excluding the current payment. |
| ::calcTaxCodeTotalForCurrentPeriod | Calculates the taxes that are withheld for a specified tax code for a worker for a specified pay period, excluding the current payment. |
| ::calcTaxCodeTotalForCurrentYear | Calculates the taxes that are withheld for a specified tax code for a worker for the payment's month, excluding the current payment. |
| ::calcWageTotalForCurrentMonth | Calculates the wage total of a worker for the payment's month and location, excluding the current payment. |
| ::calcWageTotalForCurrentQuarter | Calculates the wage total of a worker for the payment's quarter and location, excluding the current payment. |
| ::calcWageTotalForCurrentYear | Calculates the wage total of a worker for the payment's year and location, excluding the current payment. |
| ::calcWageTotalForPayment | Calculates the wage totals for the payment, both regular and supplemental |
| ::calcWageTotalUnemploymentForCurrentYear | Calculates the federal or state year-to-date unemployment wages for the worker, excluding the earnings for the current payment. |
| ::calcWageTotalUnemploymentForPayment | Calculates the unemployment wage totals for the payment. |
Community Additions
ADD
Show: