ERPNext Integration

Hi ,

My client likes ERPNext and he need it to work with his existing mobile and web applications. Many of his customers use his mobile app and he need the data to be stored in erpnext also.

Is it possible to use erpnext database from other platforms and expect it (erpnext apps) to work normally?

Can I make an api for this purpose?

Erpnext has a built-in API you can used it to connect other external app. See https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/integrating-erpnext-with-other-application.html

1 Like

Do I need to change any files for making it work?

Traceback (innermost last):
  File "/home/erpnext/frappe-bench/apps/frappe/frappe/app.py", line 70, in application
  File "/home/erpnext/frappe-bench/apps/frappe/frappe/api.py", line 50, in handle
    return frappe.handler.handle()
  File "/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py", line 77, in handle
    execute_cmd(cmd)
  File "/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py", line 92, in execute_cmd
    is_whitelisted(method)
  File "/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py", line 105, in is_whitelisted
    print frappe.guest_methods
 PermissionError: Not Allowed,

I am getting this error

Hi,

I found a solution. Now I use this

to integrate erpnext using php.

1 Like