I am using ERPNext in French and sometimes there are some small issues related to the accents (for example when setting up a user in the setup wizard) and incorrect descriptions but overall it is working great.
Which domain did you choose in the setup wizard ? (Distribution, Services, …) ?
Can you try one last time with another domain ? I use Services and didn’t encounter this issue.
Traceback (most recent call last):
File “/home/digitech/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/digitech/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/digitech/frappe-bench/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/digitech/frappe-bench/apps/frappe/frappe/init.py”, line 907, in call
return fn(*args, **newargs)
File “/home/digitech/frappe-bench/apps/frappe/frappe/utils/help.py”, line 33, in get_help_content
return HelpDatabase().get_content(path)
File “/home/digitech/frappe-bench/apps/frappe/frappe/utils/help.py”, line 95, in get_content
result = self.db.sql(query.format(path=os.path.join(path, ‘index’)))
File “/home/digitech/frappe-bench/apps/frappe/frappe/database.py”, line 149, in sql
self._cursor.execute(query)
File “/home/digitech/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 205, in execute
self.errorhandler(self, exc, value)
File “/home/digitech/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
ProgrammingError: (1146, “Table ‘erpnext.help’ doesn’t exist”)
I think i am going to make an English installation to compare if i have the same difficulties.
I guess it is important for you too @JoEz, since Italy doesn’t use the standard EUR format defined in ERPNext either as I can see in your latest PR.
If you need to change it in the meantime, you can go to CURRENCY LIST > EUR (DEVISE LIST > EUR) and change the format there. It will be applied automatically in all transactions.
As for the desktop icon issue, I am not able to reproduce it on my end unfortunately.
I always work as administrator
As you said me, I modified the the Euro currency format
and the Quote, Bill and prices are all right.
When i want to acces to the transaction to choose desktop icon, i only have a blank screen ??
When i want some help : the error script seems to show a missing Table in the Database ??
Traceback (most recent call last):
File “/home/digitech/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/digitech/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/digitech/frappe-bench/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/digitech/frappe-bench/apps/frappe/frappe/init.py”, line 907, in call
return fn(*args, **newargs)
File “/home/digitech/frappe-bench/apps/frappe/frappe/utils/help.py”, line 33, in get_help_content
return HelpDatabase().get_content(path)
File “/home/digitech/frappe-bench/apps/frappe/frappe/utils/help.py”, line 98, in get_content
result = self.db.sql(query.format(path=path))
File “/home/digitech/frappe-bench/apps/frappe/frappe/database.py”, line 149, in sql
self._cursor.execute(query)
File “/home/digitech/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 205, in execute
self.errorhandler(self, exc, value)
File “/home/digitech/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
ProgrammingError: (1146, " Table ’ erpnext.help’ doesn’t exist ")