@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 reminder TODO TODO
Connected transaction journals
Date Description Amount (€) From To Budget / category ID
@stop @section('scripts') {{HTML::script('assets/javascript/typeahead/bootstrap3-typeahead.min.js')}} {{HTML::script('assets/javascript/datatables/jquery.dataTables.min.js')}} {{HTML::script('assets/javascript/datatables/dataTables.bootstrap.js')}} {{HTML::script('assets/javascript/firefly/recurring.js')}} @stop @section('styles') {{HTML::style('assets/stylesheets/datatables/dataTables.bootstrap.css')}} @stop