Let me first remind you that ERPNext rides on top of the Frappe framework. Making API calls from any part of ERPNext or the frappe framework is not any different from how you would do it say in Django. In this episode, I will do the basic API calls you can make. This will however give you a general overview on how to work with any API.
Related Posts
How to Set-up Promotional Schemes (Free Items) in ERPNext
In this video I will demonstrate how you can setup promotional schemes in ERPNext. This setup will allow you to offer free items to your customers when they hit a pre-determined threshold when buying a given product. In this example we are going to give:
Using Frappe / ERPNext with any DBaaS
Hosting your database files to a different server from the one hosting your software files is most of the time the best approach to ensuring safety and security of your data. This is because you can emphasize security on the different layers as required. In this article, I will walk you through the process of […]
Setup ERPNext for Production
When ERPNext is installed in development mode, you will have to restart the instance with the bench start command every time you want to access it. You can however start your instance when the server boots by setting up your instance for production. In this article, I will show you a simple way to move […]