moved chart_of_accounts as GridReport

This commit is contained in:
Rushabh Mehta
2012-09-17 11:05:59 +05:30
parent 40c1ac00bc
commit f16b28b92b
4 changed files with 235 additions and 331 deletions

View File

@@ -32,6 +32,6 @@ data_map = {
},
"Fiscal Year": {
"columns": ["name", "year_start_date",
"adddate(year_start_date, interval 1 year) as year_end_date"]
"adddate(adddate(year_start_date, interval 1 year), interval -1 day) as year_end_date"]
}
}