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

fix: remove employee other income from CTC #2725

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

Sudharsanan11
Copy link
Contributor

Issue:
Employee Other Income is included in CTC, then again include the employee other income in total earnings.

Current Calculation:

      monthly salary - 1,00,000
      annual salary - 12,00,000
      other income - 1,00,000

      CTC: annual salary +  other income = 13,00,000
      total earning: CTC + other Income = 14,00,000

Updated Calculation:

      monthly salary - 1,00,000
      annual salary - 12,00,000
      other income - 1,00,000

      CTC: annual salary = 12,00,000
      total earning: CTC + other Income = 13,00,000

Salary Structure Assignment:

Salary Structure Assignment

Other Income:

Employee Other Income

Before:

Income Tax breakup before

After:

Income Tax breakup after

Backport needed for v14 & v15

nabinhait
nabinhait previously approved these changes Jan 29, 2025
@AyshaHakeem AyshaHakeem merged commit 0ab7928 into frappe:develop Feb 4, 2025
7 checks passed
AyshaHakeem added a commit that referenced this pull request Feb 4, 2025
…2725

fix: remove employee other income from CTC (backport #2725)
AyshaHakeem added a commit that referenced this pull request Feb 4, 2025
…2725

fix: remove employee other income from CTC (backport #2725)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants