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:
nabinhait
2011-06-22 14:29:25 +05:30
parent 60ee199e74
commit a18bef59ae
4 changed files with 40 additions and 50 deletions

View 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