Trace
Payscript

Note: The sample paysheets and payscripts are meant for illustration purposes only.
It is the user's responsibility to verify compliance with government regulations and company policies.

Helpcyrilmiel007
<<<1>>>
Ang Unang Sweldista2009-Nov-02LOGIN to Reply|Report
0 replies
Rating: 0
You should edit this block of the script:

numeric input var WTax
{
WTax = Round2( TaxOnBracket + TaxOnExcess );
}

Insert this statement:
if( TaxableRegPay < [PUT THE MINIMUM WAGE AMOUNT HERE] )
WTax = 0;


Resulting in this block of the script:
numeric input var WTax
{
WTax = Round2( TaxOnBracket + TaxOnExcess );
if( TaxableRegPay < [PUT THE MINIMUM WAGE AMOUNT HERE] )
WTax = 0;
}


I hope this helps.
cyrilmiel0072009-Oct-24LOGIN to Reply|Report
1 reply
Rating: 0
can u help me about the Witholding Tax. I downloaded the sample paysheet for semi mos. and its deducting the tax. but the rate of an employee is below minimum and accordance to law they have no tax? Can u help on how to edit the script??TNKZ
<<<1>>>
2 messages

email:info@sweldista.com or call:(+632)757-2381
Ledgea Systems Inc.