Is_pl_account and debit_or_credit field removed and added report_type field in account

This commit is contained in:
Nabin Hait
2014-03-21 11:14:49 +05:30
parent b5e6d7e171
commit 0c21e2afef
45 changed files with 244 additions and 627 deletions

View File

@@ -20,8 +20,7 @@ frappe.query_reports["Accounts Payable"] = {
return {
"query": "accounts.utils.get_account_list",
"filters": {
"is_pl_account": "No",
"root_type": "Liability",
"report_type": "Balance Sheet",
"company": company,
"master_type": "Supplier"
}