Tuesday - Friday
9:30am to 6:00pm
Saturday
9:30am to 3:00pm
Sunday & Monday
CLOSED
# Calculate HRA if pay_band == 1: hra = basic_pay * 0.1 elif pay_band == 2: hra = basic_pay * 0.15 elif pay_band == 3: hra = basic_pay * 0.2 else: hra = basic_pay * 0.25
: Automatically produces the Pay Fixation Statement , Pay Difference Statement, and Appendix-I forms required for treasury submission.
Includes specific modules for the Automatic Advancement Scheme (AAS) , handling 8, 16, and 24-year grade advancements.
# Calculate HRA if pay_band == 1: hra = basic_pay * 0.1 elif pay_band == 2: hra = basic_pay * 0.15 elif pay_band == 3: hra = basic_pay * 0.2 else: hra = basic_pay * 0.25
: Automatically produces the Pay Fixation Statement , Pay Difference Statement, and Appendix-I forms required for treasury submission.
Includes specific modules for the Automatic Advancement Scheme (AAS) , handling 8, 16, and 24-year grade advancements.
Tuesday - Friday:
9:30am to 6:00pm
Saturday:
9:30am to 3:00pm
prc 2010 pay fixation software
Sunday & Monday:
CLOSED
# Calculate HRA if pay_band == 1: hra = basic_pay * 0