When you get the an error message that DocType POS Offer Detail not found, you are most likely missing POS Awesome app in your instance. All you need to do is get it installed.
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 […]
Custom Buttons – Client Scripts in Frappe Framework and ERPNext
Client scripts are powerful! They give you the flexibility to control how you want your application to behave. With these pieces of code we can even alter how our application works currently. In this video, we are going to have a quick introduction to the Frappe Framework and ERPNext client scripts. We will also explore […]
Adding Custom Fields to Existing DocTypes in ERPNext
This tutorial demonstrated how we can add custom fields to existing DocTypes in ERPNext and/or the Frappe Framework. In this , we will cover the following: Add custom fields to existing ERPNext DocTpes Prepare hooks.py file to accept fixtures Export fixtures to capture custom fields in the file system for ease of management via GitHub.