@extends('layouts.default') @section('content')
{{{$recurring->name}}} @if($recurring->active) @else @endif @if($recurring->automatch) @else @endif
Matching on @foreach(explode(',',$recurring->match) as $word) {{{$word}}} @endforeach between {{mf($recurring->amount_min)}} and {{mf($recurring->amount_max)}}. Repeats {{$recurring->repeat_freq}}.
Next expected match nextExpectedMatch();?> @if($nextExpectedMatch) {{$nextExpectedMatch->format('j F Y')}} @else Unknown @endif
Chart
Connected transaction journals
@include('list.journals-full')
@stop @section('scripts') {{HTML::script('assets/javascript/firefly/gcharts.options.js')}} {{HTML::script('assets/javascript/firefly/gcharts.js')}} {{HTML::script('assets/javascript/firefly/recurring.js')}} @stop