Skip to content

fix: broken advance field in Accounts Receivable summary rpt by ruthra-kumar [frappe] PR#36727

Bot Dokos requested to merge ft-pr-36727 into develop

See https://github.com/frappe/erpnext/pull/36727

Date: 2023-08-21T20:53:03+05:30

  • Merge pull request #36727 from ruthra-kumar/fix_broken_advance_field_in_ar_summary_rpt
  • test: add test for receivable summary report
  • refactor: use payment ledger to fetch advance amount
  • fix: broken advance field in Accounts Receivable summary rpt



Diagnostics

flake8...................................................................Failed
- hook id: flake8
- exit code: 1

erpnext/accounts/report/accounts_receivable_summary/test_accounts_receivable_summary.py:1:1: F401 'unittest' imported but unused



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

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

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

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

Merge request reports