Sweldista Payroll Environments

Philippines.200901 Environment

Government Functions

function GetSSSTableBracket( _MonthGrossPay1 )

Return value
Vector containing the SSS Bracket.

Parameters
_MonthGrossPay1 – the grosspay of an employee for the month

function GetPHICTableBracket( _MonthGrossPay1 )

Return value
Vector containing the PhilHealth Bracket.

Parameters
_MonthGrossPay1 – the grosspay of an employee for the month

function GetWTAXTableExemptionBracket( _TaxTable, _TaxStatus )

Return value
Vector containing the Withholding Tax Exemption Bracket.

Parameters
_TaxTable – the tax table type to be used. (Weekly, Semi-monthly, Monthly or Yearly)
_TaxStatus – the tax code of an employee (Z, S, S1, S2, S3, S4, ME, ME1, ME2, ME3, ME4)

function GetWTAXTableTaxBracket( _TaxTable, _TaxStatus, _GrossPayWTax )

Return value
Vector containing the Withholding Tax Bracket.

Parameters
_TaxTable – the tax table type to be used. (Weekly, Semi-monthly, Monthly or Yearly)
_TaxStatus – the tax code of an employee (Z, S, S1, S2, S3, S4, ME, ME1, ME2, ME3, ME4)
_GrossPayWTax – the grosspay of an employee for the month