ERPNext API using PHP

This week I managed to perform CRUD operations for Customer, Items and Sales Order by connecting ERPNext API using PHP. Once I successfully managed to do one of the operations the others become easy to do because the code is actually quite similar and I only have to change one Read more…