added flot for graphs in report_grid

This commit is contained in:
Rushabh Mehta
2012-09-17 19:10:36 +05:30
parent f16b28b92b
commit 4156523175
29 changed files with 667 additions and 491 deletions

View File

@@ -20,6 +20,11 @@ data_map = {
"company"],
"order_by": "lft"
},
"Cost Center": {
"columns": ["name", "parent_cost_center", "lft", "rgt", "debit_or_credit",
"company"],
"order_by": "lft"
},
"GL Entry": {
"columns": ["account", "posting_date", "cost_center", "debit", "credit", "is_opening",
"company", "voucher_type", "voucher_no", "remarks"],