"Match Payments with Invoices" (Payment reconciliation) Missing on V13?

Hi Guys,

In V13 I can’t see “Match Payments with Invoices” (Payment reconciliation) in the accounts section. But when I type payment reconciliation on the awesome bar it takes me to the page.

What seems to be the problem here?

There are many doctypes that weren’t integrate to new workspaces. You need to customize it.

Would you mind explaining to me how to do that?

You need to set developer_mode on.

Then you can add it at Link Cards section.

1 Like

Thank you so much it works!

1 Like

How do I set developer_mode on when using ERPNext Cloud version?

thanks!

please see this

bench set-config developer_mode 1

https://frappeframework.com/docs/user/en/guides/app-development/how-enable-developer-mode-in-frappe

This doesn’t work on ERPNext CLOUD.

may be you can raise a ticket?

Probably you can update Site Config

https://frappecloud.com/docs/sites/site-config

this will get fixed here: feat: Payment reconciliation on accounts module workspace by dj12djdjs · Pull Request #25925 · frappe/erpnext · GitHub

Side note: Avoid enabling developer mode on production sites! It disables caching and other unexpected behaviour can occur.

1 Like