-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
refactor: Accounts Receivable/Payable Report will use Payment Ledger #31107
refactor: Accounts Receivable/Payable Report will use Payment Ledger #31107
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #31107 +/- ##
===========================================
- Coverage 63.56% 63.07% -0.49%
===========================================
Files 985 986 +1
Lines 67567 67386 -181
===========================================
- Hits 42949 42506 -443
- Misses 24618 24880 +262
|
e97eac2
to
4d9f815
Compare
4d9f815
to
3018756
Compare
I getting the below reports... where both the Accounts Receivable and Payable have entries dating back from 2020 which are not show here. This was showing when GL entry was used as source and Error |
@centaur78 Check if the old GL postings have been migrated to Payment Ledger. If not run patch 'erpnext.patches.v14_0.migrate_gl_to_payment_ledger' on your site. If you are still facing this issue, create an issue ticket |
How do you run a specific patch like 'erpnext.patches.v14_0.migrate_gl_to_payment_ledger' ?? I did bench update --patch but it still shows the same result |
Check patch log doctype, and see if there are any with |
Hi @ankush So how would I run this patch specifically ? |
use You have to clear 'Payment Ledger Entry' table beforehand using DB console though. Otherwise, you will get duplicate entries. |
Accounts Receivable/Payable Report
Change in this PR