-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
feat: pending payments to reconcile #38091
Conversation
448edce
to
c739327
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #38091 +/- ##
===========================================
- Coverage 67.39% 67.38% -0.02%
===========================================
Files 757 758 +1
Lines 60449 60463 +14
===========================================
+ Hits 40737 40740 +3
- Misses 19712 19723 +11
|
Since this PR also uses the same function. I'm moving it to draft |
Depends on #38220 |
Can't the same information be obtained from Accounts Receivable report? |
Yes, can be done, but not when you have 1000s of customers. AR is a heavy report. |
AR Summary is a heavy report with a lot of computation. Generating that for just checking advance doesn't seem very logical.
Currently its done as such, but I felt this would be a nice addition for bigger organizations with a lot of customers. Especially when FC works by limiting total computation per day. |
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
Report to get list of parties for whom reconciliation is required.
Depends on #38220