No Modules Card Displayed on Desk

The cards are probably not appearing since the config for them as required by the Frappe version is missing:

https://github.com/frappe/erpnext/blob/develop/erpnext/accounts/desk_page/accounting/accounting.json

Edit: The configuration of the modules in v13/develop is handled by a new doctype called Desk Page. For more information on how to configure this, refer:

If you want to use v12, you need to create config file as follows:

ERPNext cards are not appearing in your instance probably because:

  1. ERPNext is not installed on the site. You can check this by searching for the doctype or running the command:
    bench --site sitename list-apps

  2. There is a version mismatch due to which the cards are not appearing. For this, both ERPNext and Frappe need to be on the same branch.

As for the library management app, the same goes. If you want the module and cards to appear, you will need to create a config for them in line with the framework branch/version.

1 Like