WooCommerceConnector
WooCommerceConnector copied to clipboard
Mapping Woocommerce Tax / Shipping to ERPNext Account
What are we supposed to do here, I cant save configuration without it and i keep getting error that i should select an ERP Account but i cant select anything in ERPNext Account Text field. When i type it doesn't accept it .
You need to select a tax account in ERPNext:
If there is no account, you have no tax account. Go to Chart of Accounts and set type of your tax account to Tax:
Thank you so much for your prompt reply i really appreciate it. I have done as you have said but when i try to save I get the error above. Here is the trace back of the error.
VM1426:1 POST https://**.com/api/method/frappe.desk.form.save.savedocs 500 (INTERNAL SERVER ERROR)
(anonymous) @ VM1426:1
send @ jquery.min.js:4
ajax @ jquery.min.js:4
frappe.request.call @ request.js:220
frappe.call @ request.js:91
c @ save.js:204
frappe.ui.form.save @ save.js:25
(anonymous) @ form.js:626
Promise.then (async)
(anonymous) @ dom.js:265
frappe.run_serially @ dom.js:263
validate_and_save @ form.js:617
(anonymous) @ form.js:557
setTimeout (async)
(anonymous) @ form.js:556
save @ form.js:550
Save @ toolbar.js:450
(anonymous) @ page.js:171
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
request.js:356 Traceback (most recent call last):
File "/home//frappe-bench/apps/frappe/frappe/desk/form/save.py", line 21, in savedocs
doc.save()
File "/home//frappe-bench/apps/frappe/frappe/model/document.py", line 281, in save
return self._save(*args, kwargs)
File "/home//frappe-bench/apps/frappe/frappe/model/document.py", line 316, in _save
self.run_before_save_methods()
File "/home//frappe-bench/apps/frappe/frappe/model/document.py", line 926, in run_before_save_methods
self.run_method("validate")
File "/home//frappe-bench/apps/frappe/frappe/model/document.py", line 827, in run_method
out = Document.hook(fn)(self, *args, kwargs)
File "/home//frappe-bench/apps/frappe/frappe/model/document.py", line 1119, in composer
return composed(self, method, *args, kwargs)
File "/home//frappe-bench/apps/frappe/frappe/model/document.py", line 1102, in runner
add_to_return_value(self, fn(self, *args, kwargs))
File "/home//frappe-bench/apps/frappe/frappe/model/document.py", line 821, in
Also can you please help with a detailed guide on how to set this plugin up? A step by step approach and the recommended version of erpnext that it works well with.
From the trace it seems that you might be missing the api key from your configuration? (value is None and is required...)