We have been long-time satisfied and loyal users of UptimeRobot because it worked reliably and fell into the "good enough" category we often mentioned. Even if there were some shortcomings,…
There are several instances where this might be necessary, as sometimes the main page notification bar disappears. Since the license key can be entered in that bar, the following trick might be neede…
It is good to know that in ERPNext, custom print formats do not automatically display the header and footer. You can set the header as follows: {% if letter_head and not no_letterhead -%} {% if prin…
This is just a short note in response to a frequently asked question about how to correct the cost center fields on submitted documents, typically on invoices, when they are missing or set incorrectl…
During the use of ERPNext, you may encounter special cases like the following: When implementing ERPNext, you entered a purchase order in a foreign currency (at a net price), but later found out that…
In ERPNext, when creating a manufacturing order, we need to decide how much we want to produce. The system can help us with determining the quantity to produce, but that’s not what we are looking at …
Disposal in ERPNext can be solved in several ways. One of the simplest is scrapping during production, because ERPNext handles this by default. But before that, a scrap warehouse must be created wher…
As a counterpart to the previous tip, there might be situations where you need to manufacture more products than originally planned. For example, this can happen when a certain subassembly arrives in…
During the use of ERPNext, a special scenario may occur, as follows: During the initial implementation of ERPNext, we entered a purchase order in a foreign currency (at a net price). Later, it turned…
There is a detailed description of the general import and export functionality, and also a blog post about it as an appetizer ( link here ), but now we will focus on an interesting aspect: Let’s take…
When using ERPNext, we need to choose between two options: Periodic or Real-Time Inventory Valuation. It is not recommended to switch between these options during operation, so let’s understand what …
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 method…