@extends('layouts.default') @section('content')
Welcome to Firefly III.
To get get started, choose below:
Use this option if you have a JSON file from your current Firefly II installation.
Use this option if you are new to Firefly (III).
These transactions are set to be expected between {{Session::get('start')->format('j F Y')}} and {{Session::get('end')->format('j F Y')}}.
Name | Tags | Amount | Repeats | ||
---|---|---|---|---|---|
{{{$reminder->recurringtransaction->name}}} | @foreach(explode(' ',$reminder->recurringtransaction->match) as $word) {{{$word}}} @endforeach | {{mf($reminder->recurringtransaction->amount_min)}} | {{mf($reminder->recurringtransaction->amount_max)}} | {{$reminder->recurringtransaction->repeat_freq}} | |
Sum | {{mf($max)}} | {{mf($min)}} |