In most accounting systems, the ledger is immutable. If a cancellation or adjustment has to be made, it has to be as a new entry that reverses or changes the impact of a previous entry.
Here are some problems related to this:
In ERPNext we have allowed back dated entries that forward updates balances and resets FIFO stacks and this is a bad practice. We should fix this so that forward dated ledgers are allowed.
posting_date, posting_time) to creation in stock and general ledger.posting_dateI am learning/using ERPNext to capture a legacy/old system into a new system.
The ability to back date items as I catch up old data, while also using current data, is a major draw card. Would this still be possible in the proposed system?
(I do realise that it is temporary, and that once the legacy data is in, there will be no need for this, but for users that are moving over to ERPNext from other systems, I think it would be much more difficult without this ability).
Transaction Date and Posting Date, what will be the difference?
@addymuliady Transaction Date, is the phisical date of the transaction, while "Posting Date" is the date when the transaction entered on your records.
For Sample:
On Supplier, issue on Invoice for you into 10-jan-2018 - This is the transaction date
Due some reason you receive the invoice and goods on 20-jan-2018 - This is the posting date, because is when you have knowledgment about the goods, and register this into your books.
Hi @rmehta,
My apologies for tagging you on this issue but is it possible to know what is the decision taken regarding this particular enhancement ? Have you decided to drop it or is it just postponed to a future date ?
(My personal view is that it is a very important enhancement for ERPNext)
Already on @nabinhait's list once we are through v-11! Help us with code reviews and bug fixes in v-11 so we can come to this faster 馃槈
Thank you very much for your answer. It is a great news !
Sure I'm testing v11 everyday and pushing correction PRs whenever I find a bug.
@rmehta In my opinion this is a no-brainer. I didn't even conceive that any accounting system would/could/should rewrite history. General Ledgers are there to echo the days when everything was written in a real ledger book, and you wouldn't go back through the book rewriting all the lines when you found a mistake.
Which version is this now planned for? I notice the version-12 label has been removed.
This is a breaking change, it will go into version 13
Please consider making all of ERPNext use an immutable journal. It's fast, offers full history for any type of document / user-action. Even if data is deleted from a ledger, the change history (when needed) can still be accessed. This type of database is obviously also easier to scale/distribute.
Accounting and Stock is of course where it makes the most sense, but also consider the sales flow, orders, payments, banking records, assets.
Most helpful comment
I am learning/using ERPNext to capture a legacy/old system into a new system.
The ability to back date items as I catch up old data, while also using current data, is a major draw card. Would this still be possible in the proposed system?
(I do realise that it is temporary, and that once the legacy data is in, there will be no need for this, but for users that are moving over to ERPNext from other systems, I think it would be much more difficult without this ability).