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
Installing SSL Certificate on your ERPNext Instance
You will need to have SSL certificate installed on your instance to keep users of your system safe online. In Frappe Framework or ERPNext, this is a simple process. Prerequisites You need to have a DNS Multitenant Setup Your site should be accessible via a valid domain You need root permissions on your server You need […]
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 […]
Switch From Developer to Official Release Branch for Frappe and ERPNext
When you install ERPNext for the first time, you may realize that you are running the developer version of both Frappe and ERPNext. You cannot proceed with the developer branch, as things keep changing, some of which may not be tested thoroughly. In this video, you will learn how to switch from developer branch to […]