frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
17.28k stars 6.6k forks source link

refactor: For advances booked in Separate account, reconciliation date can be configured #41492

Closed ruthra-kumar closed 1 week ago

ruthra-kumar commented 2 weeks ago

For advance payments that are booked in Separate Party account (https://docs.erpnext.com/docs/user/manual/en/advance-in-separate-party-account), reconciliation date can now be configured in Company master.

  1. Reconciliation will happen either on Invoice Date or the Advance Payment date, whichever is the oldest. This is the default and expected behavior.
  2. Reconciliation will always happen on the Advance Payment date.

continues: https://github.com/frappe/erpnext/pull/35609