Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubt in Yearly Income Calculation for Payslip Generation #544

Open
unreal0901 opened this issue Mar 3, 2025 · 0 comments
Open

Doubt in Yearly Income Calculation for Payslip Generation #544

unreal0901 opened this issue Mar 3, 2025 · 0 comments

Comments

@unreal0901
Copy link
Contributor

Currently, the formula for calculating yearly income is:

yearly_income = (₹1,00,000 / num_days) × 365 ≈ ₹12,16,666.67

However, since num_days varies depending on the month, the calculated yearly income fluctuates. This seems incorrect, as the yearly income should remain constant.

If the contract is based on a monthly salary, shouldn't the yearly income be determined by the number of months .

Wouldn't it be more accurate to calculate yearly income by simply multiplying the fixed monthly salary by 12, rather than deriving it from daily income? Since the monthly income is already predefined, why introduce daily income as an intermediary step?

Additionally, is this the correct approach for tax calculation? The current method bases taxation on daily income, but shouldn't it be calculated directly using the fixed monthly salary?

Suppose i want to generate a payslip for feb, how can make the feb salary same as monthly basic salary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant