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
How to solve the Integrity Error(1062) issue when installing a frappe app
If you’ve ever encountered the frustrating “module integrity issue” while installing a Frappe app, you’re not alone. This error can often be a roadblock to getting your app up and running. Fortunately, there’s a solution, and it’s been demonstrated in a helpful YouTube video. In this brief guide, we’ll walk you through the steps to […]
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 […]
Custom Buttons – Client Scripts in Frappe Framework and ERPNext
Client scripts are powerful! They give you the flexibility to control how you want your application to behave. With these pieces of code we can even alter how our application works currently. In this video, we are going to have a quick introduction to the Frappe Framework and ERPNext client scripts. We will also explore […]