mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Bug fix and limit expansions [skip ci]
This commit is contained in:
@@ -94,6 +94,22 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@if($limit->repeats == 1)
|
||||
<div class="col-lg-6 col-md-6 col-sm-12">
|
||||
<h4>Auto repeating</h4>
|
||||
<p class="text-info">
|
||||
This envelope is set to repeat itself; creating a new period whenever the previous period
|
||||
has passed. If you change this envelope, you'll also change the following (automatically created)
|
||||
envelopes.
|
||||
{{$limit->limitrepetitions()->count() }}
|
||||
</p>
|
||||
<ul>
|
||||
@foreach($limit->limitrepetitions()->orderBy('startdate','DESC')->get() as $rep)
|
||||
<li>Evenlope for {{$rep->periodShow()}}, {{mf($rep->amount,false)}}</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
{{Form::close()}}
|
||||
|
Reference in New Issue
Block a user