@extends('layouts.default') @section('content')

Use categories to group your expenses

Use categories to group expenses by hobby, for certain types of groceries or what bills are for. Expenses grouped in categories do not have to reoccur every month or every week, like budgets.

This overview will show you the expenses you've made in each [period] and show you the actual transactions for the currently selected period.

@include('partials.date_nav')

(Some chart here)

Transactions in current range

@include('lists.transactions',['journals' => $journals,'sum' => true])
@stop @section('scripts') {{HTML::script('assets/javascript/highcharts/highcharts.js')}} {{HTML::script('assets/javascript/firefly/categories.js')}} @stop