refactor: salary payments report to use query builder [frappe] PR#4527
From: https://github.com/frappe/hrms/pull/4527
Date: 2026-05-13 11:19:24+05:30
- refactor: streamline condition handling and optimize data retrieval in salary payments report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4527
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4527
# 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