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
ERPNext as Backend for Mobile Apps & Portals
How Serious SaaS Platforms Are Architected on ERPNext This article is written for business founders, SaaS builders, product leaders, and developers who want clarity, authority, and a real blueprint – not just buzzwords. Introduction In the world of modern SaaS products, mobile apps and web portals are standard. But what sits behind them – the […]
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 […]
How to Authenticate and Login to ERPNext With an API
The Login Service API provides endpoints to manage the User Session in Conversational Cloud, such as User Login, Application Login, Logout and Refresh. API authentication is the processes of certifying the identity of users trying to access resources that are protected on the server. In this tutorial we will develop an API endpoint that we […]