Posts

Showing posts from April, 2022

The First New Feature of ERPNext 14

Image
The kanban board has been very useful, as it could be used for various purposes, especially in project management. A new, frequently requested feature has now been implemented by an ERPNext development partner with the support of ERPNext/Frappe developers. This feature addresses the limitation of what information is displayed on a kanban card. Previously, this information was fixed within ERPNext. That means on every kanban card, only the card name appeared, or in the case of tasks, the name of the task, the assignee, and the priority. With ERPNext’s new feature, we can now choose what information we want to display on the cards. This can be especially useful, as in a previous project, it would have been beneficial to show identifiers received from an external system on ERPNext kanban cards, but unfortunately, this was not possible. Now, it is possible. I’ll show you how to select new fields in the image below. Of course, there are limitations, as fields with long text or HTML content ...

Inventory Valuation in ERPNext System

Image
ERPNext provides the capability to handle batch/bundle management. By default, all batches have the same value, but inventory valuation allows you to modify this. The system supports FIFO/LIFO methods for inventory valuation. However, when using the average costing method, it may not yield accurate results even if you perform inventory valuation for each batch because ERPNext updates one batch at a time, leading to inaccurate outcomes. This article will be further expanded soon.