ERPNext
JSON →Integrate with ERPNext, a popular open-source ERP system.
Tools · 11
- get_doctypes Get a list of all available DocTypes
- get_doctype_fields Get fields list for a specific DocType
- get_documents Get a list of documents for a specific doctype
- get_document Get a single document by name, including all child tables
- create_document Create a new document in ERPNext
- update_document Update an existing document in ERPNext
- delete_document Permanently delete a document
- submit_document Submit a document (set docstatus to 1)
- cancel_document Cancel a submitted document (set docstatus to 2)
- call_method Call an ERPNext/Frappe whitelisted server-side API method
- run_report Run an ERPNext report
Environment variables
ERPNEXT_URLERPNEXT_API_KEYERPNEXT_API_SECRET
Links
★ 93 GitHub stars