Hello there,
In our company, we calculate salary based on the number of days in a month: 28, 30, or 31, depending on that specific month.
Let's say an employee's salary is 30,000 per month, and the salary month is June (30 days), and the employee worked without taking any leave for that month (excluding Sundays and public holidays).
The final salary calculation would be: (30000/30) * No. of working days.
Assuming in June, there are 5 Sundays and 1 public holiday, the question arises: Do we need to include Sundays and other public holidays in the "No. of working days," or should they be excluded from the total number of days (30 days)?
Should the No. of working days be considered as 30 or 24?
Therefore, the final salary calculation could be either (30000/30) * 30 or (30000/30) * 24.
Please clarify.
Thanks in advance
In our company, we calculate salary based on the number of days in a month: 28, 30, or 31, depending on that specific month.
Let's say an employee's salary is 30,000 per month, and the salary month is June (30 days), and the employee worked without taking any leave for that month (excluding Sundays and public holidays).
The final salary calculation would be: (30000/30) * No. of working days.
Assuming in June, there are 5 Sundays and 1 public holiday, the question arises: Do we need to include Sundays and other public holidays in the "No. of working days," or should they be excluded from the total number of days (30 days)?
Should the No. of working days be considered as 30 or 24?
Therefore, the final salary calculation could be either (30000/30) * 30 or (30000/30) * 24.
Please clarify.
Thanks in advance