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

Bank Reconciliation tool not showing expense claims that have tax. #2593

Open
1 task done
conncampbell opened this issue Jan 8, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@conncampbell
Copy link

Information about bug

The bank Reconciliation tool will report "No Matching Vouchers Found" when attempting to match a expense claim that includes tax. The code used to return matching claims, filters on the wrong claim total. The current function matches the amount on total_sanctioned_amount, which doesn't include totals from the tax table. Instead the function should match on total_amount_reimbursed.

Module

HR

Version

ERPNext: v15.47.4 (version-15)

Frappe Framework: v15.51.1 (version-15)

Frappe HR: v15.37.1 (version-15)

Installation method

manual install

Relevant log output / Stack trace / Full Error Message.

No Matching Vouchers Found

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant