Giter Club home page Giter Club logo

Comments (3)

ruthra-kumar avatar ruthra-kumar commented on August 16, 2024 1
  • Journal entry stays even after payment is unreconciled. This means there is additional complexity to handle cancellation and amendment of documents.

This looks like a bug. Will create a fix for this.

from erpnext.

ruthra-kumar avatar ruthra-kumar commented on August 16, 2024

System auto-generates Journals only on 2 cases:

  1. When reconciling forex transactions, Sales/Purchase Invoice against Journal or Payment Entry. The generated journal is solely to capture the Exchange Gain/Loss.
  2. When reconciling a Sales/Purchase Return.

For the second case, which is reported here, there is one system level limitations and a flexibility requirement that forces this behavior:

  1. On Receivable/Payable accounts, system expects references (against_voucher_no) on the decreasing side. Ex: On Debtors, references should be available on the Credit values, and for Creditors, references should be on Debit values. So, updating the sales return reference on the Journal will not work.
  2. Making journal allows for reconciling with multiple invoices or even partially reconciling a return. Also, this approach doesn't require touching either of the parent documents.

from erpnext.

vorasmit avatar vorasmit commented on August 16, 2024

reconciling with multiple invoices or even partially reconciling a return

I remember it added multiple lines in journal entry. That should be acceptable here also.

Introduction of new journal entry means credit note is adjusted against new journal instead of original journal. With this,

  • It's an extra entry in customers ledger
  • Shows incorrect information to customer for adjustments (i.e credit note adjusted against new journal instead of refund journal)
  • Journal entry stays even after payment is unreconciled. This means there is additional complexity to handle cancellation and amendment of documents.

from erpnext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.