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 Override a Method in Frappe or ERPNext
When you are customizing an ERPNext instance, or you are building your own custom application using the Frappe Framework, there are some things you will find already done. Most of the time, these do not necessarily satisfy all our requirements. We may need to do a few changes here and there to suit our specific […]
ERPNext Error After Install – 127.0.0.1 does not exist
Sometimes, even after a successful installation of ERPNext, the instance won’t load on the browser. The instance starts well on the terminal but on accessing the browser, you get a message that the address 127.0.0.1 is not found. The problem most of the time is a missing currentsite.txt file. This blog post will help you […]
How to setup HTTP Timeout in Frappe
Update Bench Config Restart Services Kindly note that this needs to be done as root. If you are not the root user, add sudo at the beginning of every command.