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

[ Fresh Install] Frappe Report Addresses And Contacts #4263

Closed
kickapoo opened this issue Oct 6, 2017 · 0 comments
Closed

[ Fresh Install] Frappe Report Addresses And Contacts #4263

kickapoo opened this issue Oct 6, 2017 · 0 comments
Labels

Comments

@kickapoo
Copy link
Contributor

kickapoo commented Oct 6, 2017

Then you have a fresh install of Frappe (and you need to use it without erpnext) you get an error in
Report Addresses And Contacts because the filter is set to "Customer" as default

screenshot 2017-10-06 08 01 27

Also, the filters are unrelated ... Its states Party which not exists in Doctypes and some Filters Supplier,Sales Partner unrelated as well.

"fieldname":"party_type",
			"label": __("Party Type"),
			"fieldtype": "Link",
			"options": "DocType",
			"get_query": function() {
				return {
					"filters": {
						"name": ["in","Customer,Supplier,Sales Partner"],
					}
				}
			},

Frappe should be clean in order to use it to other project not directly related to the erpnext.

If you provide some guideness how to handle the above, I could I assign to self.

@umairsy umairsy added the bug label Nov 22, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants