RPayCalculate_Tax Class [AX 2012]
Classs for payroll procedure calculation (taxes).
Syntax
class RPayCalculate_Tax extends RPayCalculate
Run On
Server
Methods
Method | Description | |
---|---|---|
calc_AgeMonths | ||
calc_AverageEarn | (Inherited from RPayCalculate.) | |
calc_BaseTotal | (Inherited from RPayCalculate.) | |
calc_CalcLineSum | (Inherited from RPayCalculate.) | |
calc_CalcLineTotal | (Inherited from RPayCalculate.) | |
calc_ChildOrderNum | ||
calc_Constant | (Inherited from RPayCalculate.) | |
calc_CostType | (Inherited from RPayCalculate.) | |
calc_DeductionAmount | ||
calc_DisableRelative | ||
calc_EdicationType | ||
calc_EventMonths | ||
calc_FactDays | (Inherited from RPayCalculate.) | |
calc_FactDaysGroup | (Inherited from RPayCalculate.) | |
calc_FactHours | (Inherited from RPayCalculate.) | |
calc_FactHoursGroup | (Inherited from RPayCalculate.) | |
calc_IncomeAmount | ||
calc_Rate | (Inherited from RPayCalculate.) | |
calc_RegDays | (Inherited from RPayCalculate.) | |
calc_RegDaysGroup | (Inherited from RPayCalculate.) | |
calc_RegHours | (Inherited from RPayCalculate.) | |
calc_RegHoursGroup | (Inherited from RPayCalculate.) | |
calc_RelationType | ||
calc_Seniority | (Inherited from RPayCalculate.) | |
calcAcquittance | ||
calcByBranch | ||
calcCommon | Performs calculation. (Overrides the calcCommon Method.) | |
calcCounter | (Inherited from RPayCalculate.) | |
calcEmpl | (Overrides the calcEmpl Method.) | |
calcLimitationAmount | ||
calcPeriod | (Inherited from RPayCalculate.) | |
calcQuery | (Overrides the calcQuery Method.) | |
calcSequence | (Inherited from RPayCalculate.) | |
calculateCounter | (Inherited from RPayCalculate.) | |
calculateFund | (Overrides the calculateFund Method.) | |
calculateFutureTax | ||
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canModuleCalculate | (Inherited from RPayCalculate.) | |
checkPostingProfiles | (Inherited from RPayCalculate.) | |
correctedPeriod | Gets or sets the corrected period. (Inherited from RPayCalculate.) | |
createTransByBranch | ||
deletePayTrans | (Inherited from RPayCalculate.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getCurrentValue | (Inherited from RPayCalculate.) | |
getEmplTable | (Inherited from RPayCalculate.) | |
getTaxLimitAmount | ||
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initInstanceCounter | Initializes counter. (Overrides the initInstanceCounter Method.) | |
initPayTransValue | (Overrides the initPayTransValue Method.) | |
initPayTransValueAcquittance | ||
initTaxPosting | ||
initTransDate | (Inherited from RPayCalculate.) | |
isWorkerProcedure | Defines that procedure calculates data for worker. (Overrides the isWorkerProcedure Method.) | |
needCommonCalculate | (Inherited from RPayCalculate.) | |
needUpdatePayTrans | Gets or sets if payroll lines should be updated. (Inherited from RPayCalculate.) | |
new | Creates the instance of a class. (Overrides the new Method.) | |
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.) | |
parmChildOrderNum | Gets or sets the ChildOrderNum parameter. | |
payPeriod | Gets or sets the payroll caclulation period. (Inherited from RPayCalculate.) | |
payPeriodEnd | (Inherited from RPayCalculate.) | |
payPeriodStart | (Inherited from RPayCalculate.) | |
queryRun | (Inherited from RPayCalculate.) | |
round | (Inherited from RPayCalculate.) | |
setBudgetFund | ||
setCounterTable | Gets or sets counter table record. (Inherited from RPayCalculate.) | |
setEmplTable | (Inherited from RPayCalculate.) | |
setFamilyRecId | ||
setFundDeductionTable | ||
setIncomeTable | ||
setInitValue | Sets the initial value. (Inherited from RPayCalculate.) | |
setSeqTable | Sets the sequence of calculation table record. (Inherited from RPayCalculate.) | |
setSourceTable | Gets or sets the calculation source table record. (Inherited from RPayCalculate.) | |
setTaxDeductionTable | ||
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.) | |
transDateStart | (Inherited from RPayCalculate.) | |
updateDeductionTrans | ||
updatePayTrans | (Overrides the updatePayTrans Method.) | |
updatePayTransAcquittance | ||
updateRedemptionTrans | ||
updateResidentTaxHistory | ||
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.) |
Top
Inheritance Hierarchy
Object Class
RPayCalculate Class
RPayCalculate_Tax Class