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 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.
ERPNext Installation Issue – ERROR: There was a problem while creating karani
When installing ERPNext, you may run into an issue that displays the message: This error message is then followed by the following message: See below screenshot: This can be a frustrating feeling especially because there isn’t a clear reason why your installation is failing. This is the reason I put up this brief article to […]
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 […]