mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
Revert "trial bal: added filter to select what to show(group/ledger/both) and optionto show/hide zero balance"
This reverts commit 9bffdc95da.
This commit is contained in:
1
accounts/search_criteria/trial_balance/trial_balance.sql
Normal file
1
accounts/search_criteria/trial_balance/trial_balance.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT CONCAT( REPEAT(' ', COUNT(parent.name) - 1), node.name) AS name FROM tabAccount AS node,tabAccount AS parent WHERE node.lft BETWEEN parent.lft AND parent.rgt and node.company = '%(company)s' and node.docstatus != 2 GROUP BY node.name ORDER BY node.lft
|
||||
Reference in New Issue
Block a user