At the end of each month, the salary calculation is done for the
employee. The rule for calculating the salary is as follows:
DA = 20% of Basic_Pay
HRA = 10% of Basic_Pay
Salary = Basic_Pay + DA + HRA
The salary slip is provided to the employee by generating the salary slip
file.