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–Shopify Integration: Architecture, Pitfalls, and Production Engineering Lessons
Integrating an ERP system with an eCommerce platform looks straightforward at first glance. Products sync. Orders flow in. Stock updates go out. And for a while, everything seems fine. Then, weeks or months later, issues start to appear: At this point, the problem is rarely a missing API call.It’s almost always architecture. This article documents […]
Effective Error Reporting in Frappe Framework and ERPNext Development
Error reporting is a fundamental aspect of the development process when working with the Frappe Framework and ERPNext. As a developer, encountering errors is not a matter of “if” but “when.” How you handle these errors can significantly impact your efficiency and the overall quality of your projects. In this concise guide, we’ll delve into […]