Difference Entry
According to the law and normal accounting principles, the total amount of debits and credits in any accounting transaction must always be the same. The accounting entry is not genuine and should not be added to the ledger if this criterion is not met.
In ERPNext v16, this rule is carefully obeyed. When you generate or save an accounting record, like a Journal Entry, the system reviews to see if the total debit and credit amounts are the same. If there is any mismatch, ERPNext blocks the document from being sent and the ledger from being posted. This is to make sure that the rules are followed and the accounting is right.
You usually have two options when you need to fix an entry that isn’t balanced:
- You can add another entry to the Accounts table, pick the proper account, and enter exactly how much you need to debit or credit.
- You might alternatively change the amount in one of the existing account rows so that the total amount of debits and credits is the same.
Both ways work, however ERPNext has a built-in Feature that makes this easier.
When you click the “Make Difference Entry” button on the Journal Entry form, ERPNext automatically calculates out how much more you owe than you have. This is what the maths says:
- A new row is added to the Journal Entry Accounts table, this is the difference entry.
- The system puts the difference in the right column for Debit or Credit.
- This new row makes the Journal Entry look balanced for a short time with the help of difference entry.
After that, you can edit this new row to:
- Pick the correct account, such as the Rounding Adjustment, Suspense Account, or any other ledger that makes sense.
- Add a reference, cost centre, or remarks if you need to.
When you pick an account for the new row and the debit and credit totals are the same, the Journal Entry will be balanced. After this validation passes, you will be able to successfully submit the Journal Entry and have the ledger entries that go with it posted.
Important Things to Know About ERPNext v16:
- The Make Difference Entry option is great for fixing little mistakes you made by hand, rounding errors, or currency conversions.
- It doesn’t automatically pick an account; the user has to check and pick the proper one every time they send it in.
- Using a Difference or Rounding account correctly is the greatest way to make things clear during an audit.
- You can see all the modifications that have been made to the document’s version history.