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…

PHP cURL

My progress is really slow this week. I continued working on ERPNext by writing some PHP code to see whether it can interface with ERPNext API to perform CRUD operations. I am supposed to finish writing the code by this week because I already knew the endpoint for all of Read more…

ERP Next API

This week I still continue to look into on how to integrate ERPNext and WooCommerce and after that I tried to run ERPNext VM with VirtualBox. I downloaded ERPNext Production and import it into the VirtualBox. Then, I spend my time trying to find the endpoint to send API request Read more…