POS Awesome is an open-source Point of Sale for ERPNext using Vue.js and Vuetify. This video demonstrates how to install POS Awesome on ERPNext or Frappe instance.
Related Posts
Can ERPNext handle Process Manufacturing?
Process manufacturing is a type of production method that produces finished goods by combining ingredients or raw materials using a specific formula. ERPNext is not any less when handling process manufacturing. All that needs to be done is to get the settings right. The settings that need to be done right are: Routes: These refer […]
ERPNext / Frappe Filter and Auto-populate Child Table
Auto-populating a child table in Frappe and/or ERPNext can make your application look good and give your users a better experience with the software. In this piece, I will demonstrate the following: Adding a Section to a DocType Adding a Child Table to a DocType Writing a Custom Script to Query the backend Executing a […]
How to Authenticate and Login to ERPNext With an API
The Login Service API provides endpoints to manage the User Session in Conversational Cloud, such as User Login, Application Login, Logout and Refresh. API authentication is the processes of certifying the identity of users trying to access resources that are protected on the server. In this tutorial we will develop an API endpoint that we […]