mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
New todo items.
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
@endif
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- TODO remove me -->
|
||||
|
||||
@stop
|
||||
@@ -10,9 +10,6 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{{Form::ffText('name')}}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<a href="{{route('accounts.create','expense')}}" class="btn btn-success">Create a new expense account</a>
|
||||
</p>
|
||||
@endif
|
||||
</div>
|
||||
</div><!-- TODO remove me -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</table>
|
||||
</table><!-- TODO remove me -->
|
||||
@@ -24,5 +24,5 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- TODO remove me -->
|
||||
@stop
|
||||
@@ -40,5 +40,5 @@ google.setOnLoadCallback(drawChart);
|
||||
var chart = new google.visualization.Sankey(document.getElementById('sankey_multiple'));
|
||||
chart.draw(data, options);
|
||||
}
|
||||
</script>
|
||||
</script><!-- TODO remove me -->
|
||||
@stop
|
||||
@@ -13,7 +13,7 @@
|
||||
end of the [period], congratulations! You have saved money!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.store')])}}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-12 col-sm-6">
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<table class="table table-bordered table-striped">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<a class="btn btn-default" href ="{{route('budgets.limits.create')}}?from=date"><span class="glyphicon glyphicon-plus-sign"></span> Create a new envelope</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
<!-- count = zero! -->
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
and {{Session::get('end')->format('d M Y')}}.
|
||||
</p>
|
||||
@endif
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
</div>
|
||||
@if($transactions->count() > 0)
|
||||
<div class="row">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.default')
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="row"><!-- TODO cleanup to match new theme & form -->
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<p class="lead">Budgets can help you cut back on spending.</p>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
Expenses grouped in categories do not have to reoccur every month or every week, like budgets.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('categories.store')])}}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Remember that deleting something is permanent.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('categories.destroy',$category->id)])}}
|
||||
<div class="row">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<p class="lead">Use categories to group your expenses</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('categories.update',$category->id)])}}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<a href="{{route('categories.create')}}" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Create a new category</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
transactions for the currently selected period.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
|
||||
@include('partials.date_nav')
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
<td>{{mf($entry['amount']*-1)}}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</table>
|
||||
</table><!-- TODO remove me -->
|
||||
@@ -12,3 +12,4 @@
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!-- TODO remove me -->
|
||||
@@ -25,4 +25,4 @@
|
||||
@yield('content')
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html><!-- TODO main update title and title-tag -->
|
||||
@@ -14,7 +14,7 @@
|
||||
always add more of them.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup and use new forms -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.store',$prefilled['budget_id'])])}}
|
||||
{{Form::hidden('from',e(Input::get('from')))}}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div><!-- TODO cleanup and use new forms -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.destroy',$limit->id)])}}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
@endif
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup and use new forms -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.update',$limit->id)])}}
|
||||
{{Form::hidden('from',e(Input::get('from')))}}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2" id="empty1">A</th>
|
||||
<th>Date</th>
|
||||
<th>Date</th><!-- TODO remove me-->
|
||||
<th>Description</th>
|
||||
<th>Amount (€)</th>
|
||||
<th>From</th>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{{$journals->links()}}
|
||||
@include('lists.transactions')
|
||||
{{$journals->links()}}
|
||||
{{$journals->links()}} <!-- TODO is this even used? -->
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<p class="lead">Use piggy banks to save for a one-time goal.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- TODO cleanup for new forms and layout. -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.store.piggybank')])}}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<p class="lead">Create repeated expenses to keep track of long-term planned expenses</p>
|
||||
</div>
|
||||
</div><!-- TODO cleanup for new forms and layout. -->
|
||||
</div>
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.store.repeated')])}}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<p class="lead">Remember that deleting something is permanent.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- TODO cleanup for new forms and layout. -->
|
||||
</div>
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.destroy',$piggybank->id)])}}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<p class="lead">Use piggy banks to save for a one-time goal.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup for new forms and layout. -->
|
||||
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.update',$piggybank->id)])}}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<p class="lead">Create repeated expenses to keep track of long-term planned expenses</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- TODO cleanup for new forms and layout. -->
|
||||
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.update',$piggybank->id)])}}
|
||||
|
||||
<div class="row">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="col-lg-6 col-md-6 col-sm-12">
|
||||
<p>
|
||||
<a href="{{route('piggybanks.create.piggybank')}}" class="btn btn-success">Create new piggy bank</a>
|
||||
</p>
|
||||
</p><!-- TODO cleanup for new forms and layout. -->
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12">
|
||||
<p>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
Remove money from "{{{$piggybank->name}}}"
|
||||
@endif
|
||||
</h4>
|
||||
</div>
|
||||
</div><!-- TODO cleanup for new forms and layout. -->
|
||||
<form style="display: inline;" action="{{route('piggybanks.modMoney',$piggybank->id)}}" method="POST">
|
||||
<input type="hidden" name="what" value="{{$what}}" />
|
||||
{{Form::token()}}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- TODO cleanup for new forms and layout. -->
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12">
|
||||
<h3>General information</h3>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- form -->
|
||||
{{Form::open(['class' => 'form-horizontal'])}}
|
||||
|
||||
|
||||
<!-- TODO cleanup for new forms and layout. -->
|
||||
<!-- home screen accounts -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<p>
|
||||
Here be content.
|
||||
Here be content.<!-- TODO actually build this.-->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@extends('layouts.default')
|
||||
@section('content')
|
||||
@if(!is_null($query))
|
||||
<div class="row">
|
||||
<div class="row"><!-- TODO cleanup for new forms and layout and see if it actually still works. -->
|
||||
@if(isset($result['transactions']) && $result['transactions']->count() > 0)
|
||||
<div class="col-lg-6 col-md-12 col-sm-12">
|
||||
<div class="panel panel-default">
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<p>
|
||||
Welcome to Firefly! To get started, choose either of the two options below.
|
||||
</p>
|
||||
</p><!-- TODO delete me. -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user