Skip to content

v0.3.0

Choose a tag to compare

@yazelin yazelin released this 03 Feb 10:22
· 4 commits to main since this release

New Features

Supplier/Customer Details with Alias Search

  • get_supplier_details - Get complete supplier info (address, phone, contacts)
  • get_customer_details - Get complete customer info (address, phone, contacts)
  • Both support searching by custom_alias field (e.g., search "健保局" to find "衛生福利部中央健康保險署")

File Operations

  • upload_file - Upload a file to ERPNext
  • upload_file_from_url - Upload a file from URL
  • list_files - List files attached to a document
  • download_file - Download a file by URL
  • get_file_url - Get download URL for a file

Setup for Alias Search

Add custom_alias Custom Field to Supplier/Customer DocType in ERPNext to enable alias search.