@extends('layouts.default') @section('content')
Use recurring transactions to track repeated expenses
Bla bla.
{{$errors->first('name')}}
@else For example: rent, gas, insurance @endif{{$errors->first('match')}}
@else For example: rent, [company name]. All matches need to be present for the recurring transaction to be recognized. This field is not case-sensitive. @endif{{$errors->first('amount_min')}}
@else Firefly will only include transactions with a higher amount than this. If your rent is usually around € 500,-, enter450
to be safe.
@endif
{{$errors->first('amount_max')}}
@else Firefly will only include transactions with a lower amount than this. If your rent is usually around € 500,-, enter550
to be safe.
@endif
{{$errors->first('date')}}
@else Select the next date you expect the transaction to occur. @endif{{$errors->first('repeat_freq')}}
@else Select the period over which this transaction repeats @endif{{$errors->first('skip')}}
@else Make Firefly skip every n times. Fill in2
, and Firefly
will match, skip, skip and match a transaction.
@endif