Importing invoice from Zoho

After importing customers and contacts from Zoho Invoice I found it very complicated to import invoices. Is there an easier way to do this rather than manual?

Only way would be to Export invoices from Zoho, download invoice template from ERPNext and paste data to it. After that import it to ERPNext.

1 Like

@KanchanChauhan thank you, I was going this direction but there are just too many fields (more than 30) I’ve to manually copy/paste and i was wondering if there is some sort of a script to automatically migrate.

You can make a Python script and push your data using the REST API

https://frappe.github.io/frappe/user/en/guides/integration/rest_api.html

1 Like

@rmehta thank you, was checking if anyone made one before going that direction.

Hi, @rmehta

This link is broken, can you help me with valid link.

https://frappe.io/docs/user/en/api

https://frappe.io/docs/user/en/api/rest

@kennethsequeira Thank you :slight_smile: