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

Pre-populated lists are not properly installed on erpnext/frappe 15 #387

Open
1ubuntuuser opened this issue Sep 30, 2024 · 5 comments
Open

Comments

@1ubuntuuser
Copy link

I installed crm to an existing erpnext installation using the following
bench --site test.marqunity.org install-app crm

Installed Apps

  • Frappe CRM: v1.23.6
  • ERPNext: v15.36.2
  • Frappe Framework: v15.42.0

I can create tasks no problems, but when I create leads or deals the form is empty.

image

image

I can use the edit add fields
image

but when I add the "status" field the form items don't render again.

@1ubuntuuser
Copy link
Author

The cause of the issue is missing the CRM Lead Status doctype has no values loaded. Adding a single item to the doctype e.g. "New" is a partial workaround.

In my version 16 installation, the following items were created automatically.
image

The same issue is present in all pre-populated lists like CRM Lead Status and CRM Industry

Does anyone know of a way to fix this, and how to apply the patch to already installed versions?

@1ubuntuuser 1ubuntuuser changed the title Lead/Deal Form fields empty when installed on erpnext/frappe 15 Pre-populated lists are not properly installed on erpnext/frappe 15 Oct 9, 2024
@shariquerik
Copy link
Member

shariquerik commented Oct 12, 2024

@1ubuntuuser Not sure why default values are not created on install. But I have added a "Restore Defaults" button to restore it from FCRM Settings doctype.

PR: #410

@moizsami
Copy link

I am also facing the same issue, installed on erpnext v15.
I am on the latest CRM version v1.25.1

Did the restore defaults action also, still not seeing any fields.

image

@shariquerik
Copy link
Member

I am also facing the same issue, installed on erpnext v15. I am on the latest CRM version v1.25.1

Did the restore defaults action also, still not seeing any fields.

image

Not sure why this is happening, is your site on frappecloud? How can I check what is the issue? Any error in console?

@moizsami
Copy link

moizsami commented Nov 5, 2024

I am also facing the same issue, installed on erpnext v15. I am on the latest CRM version v1.25.1
Did the restore defaults action also, still not seeing any fields.
image

Not sure why this is happening, is your site on frappecloud? How can I check what is the issue? Any error in console?

No unfortunately it is not hosted on frappe cloud, its on a local machine, where Frappe and ERPNext are already installed, I added CRM application to it and receiving this issue.

During installation did not face any errors, can you let me know where to check further for logs if needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants