refactor: date filters should be mandatory in Sales Pipeline Analytics report by ruthra-kumar [frappe] PR#42555
From: https://github.com/frappe/erpnext/pull/42555
Date: 2024-08-05 14:47:09+05:30
- refactor(test): use test fixture and supply from and to dates
- refactor: consider empty-string as Not Assigned
- refactor: report columns should be based on from and to dates
- refactor: make 'from_date' and 'to_date' mandatory
- refactor: date filters should be explicit
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42555
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42555
# 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