Manage related transactions.

This commit is contained in:
James Cole
2014-12-04 20:38:45 +01:00
parent 4720519aef
commit c9b2e29ba0
20 changed files with 259 additions and 827 deletions

View File

@@ -7,37 +7,3 @@ function drawChart() {
googleColumnChart('chart/home/categories','categories-chart');
googlePieChart('chart/home/recurring','recurring-chart')
}
$(function () {
////googleLineChart();
///**
// * get data from controller for home charts:
// */
//$.getJSON('chart/home/account').success(function (data) {
// //$('#accounts-chart').highcharts(options);
//});
//
///**
// * Get chart data for categories chart:
// */
//$.getJSON('chart/home/categories').success(function (data) {
// //$('#categories-chart');
//});
//
///**
// * Get chart data for budget charts.
// */
//$.getJSON('chart/home/budgets').success(function (data) {
// //$('#budgets-chart');
//
//});
//
//$.getJSON('chart/home/recurring').success(function (data) {
// //$('#recurring-chart');
//});
});