@extends('layouts.default') @section('content')
Budgets can help you cut back on spending.
@if(isset($filters[0]) && is_object($filters[0]) && get_class($filters[0]) == 'Limit')This view is filtered to show only the envelope from {{{$repetitions[0]['limitrepetition']->periodShow()}}}, which contains {{mf($repetitions[0]['limit']->amount,false)}}.
@endif @if(isset($filters[0]) && $filters[0] == 'no_envelope')This view is filtered to show transactions not in an envelope only.
@endif @if($useSessionDates == true)This view is filtered to only show transactions between {{Session::get('start')->format('d M Y')}} and {{Session::get('end')->format('d M Y')}}.
@endifA chart showing the date-range of all the not-enveloped stuff, and their amount.
@elseif($useSessionDates == true)Date range of session, show chart with all expenses in bars find all limit repetitions, add them as individual lines and make them go down. same as the first but bigger range (potentially).
@else(For each visible repetition, a sum of the expense as a bar. A line shows the percentage spent for each rep.)
@endifNo transactions