feat: Employee CTC Breakup report [frappe] PR#4485

From: https://github.com/frappe/hrms/pull/4485
Date: 2026-05-18 14:29:23+05:30

  • test(Salary Slip): remove duplicate salary component
  • chore: wrapping strings in translation function
  • test: added posting date flag for tests in salary breakup report, added tests
  • fix: clear salary structure assignment on employee change
  • feat: new field ctc in salary structure assignment feat: fetch ctc from salary structure assignment instead of employee master in the breakup report
  • feat: custom button on salary structure assigment to see CTC breakup report feat: added the report to the payroll workspace sidebar fix: changed reference report from salary structure to salary structure assignment
  • chore: render template use is safe, asking the rules to be ignored for this
  • feat: CTC summary card
  • feat: validate filters and ctc
  • feat: support for all available payroll frequencies
  • feat: Employee CTC Breakup report



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4485

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4485

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading