Changelog for the erpnext adaptor
@openfn/language-erpnext
1.0.0
Major Changes
Initial adaptor release with CRUD and list operations for ERPNext/Frappe.
create- Create documents in ERPNextread- Read documents by nameupdate- Update existing documentsdeleteRecord- Delete documentsgetList- List documents with filters, pagination, and field selectiongetCount- Count documents matching filters
Authentication via API Key/Secret with token-based auth.