frappe / erpnext

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

The Show Opening Entries in General Ledger does not work #42230

Closed manalErpnext closed 2 months ago

manalErpnext commented 2 months ago

Information about bug

when I use the filters of date with the Show Opening Entries filter example: when you enter the from date 25-03-2024, to date 25-03-2024 and checked the third filter They display all the operations with opening entries and when you did not check the third filter They display all the operations without opening entries image

Module

accounts

Version

ERPNext: v15.29.2 (version-15) Frappe Framework: v15.33.3 (version-15) Frappe HR: v15.23.1 (version-15) Custom app: v0.0.1 (develop) Payments: v0.0.1 (develop)

Installation method

manual install

Relevant log output / Stack trace / Full Error Message.

No response

Nihantra-Patel commented 2 months ago

"Show Opening Entries" filter works like this:

This behavior is normal and not a bug.

Any GL Entry that has its 'Is Opening' field set is considered an opening entry, regardless of the date it falls on. This means that the 'Is Opening' status determines whether an entry is an opening entry, not the date.