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
Why ERP Implementations Fail: Avoiding the Top Implementation Mistakes
Implementing an Enterprise Resource Planning (ERP) system can revolutionize a business’s efficiency and streamline operations. However, many organizations struggle with ERP implementation failures that lead to wasted resources and unmet expectations. Understanding the common reasons behind these failures is crucial for businesses aiming to successfully integrate ERP systems. In this article, we’ll explore the primary […]
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 […]
Fixtures and Custom Fields in Frappe and ERPNext
Fixtures in ERPNext and the Frappe Framework is a tool to help export Data and Settings. When you need to have data migrated to your custom apps, fixtures will come in handy to help you achieve this. A simple bench export-fixtures command creates a .json file with the information you want to migrate. This information […]