New todo items.

This commit is contained in:
Sander Dorigo
2014-10-28 11:10:40 +01:00
parent fc91372dd0
commit 004488d453
39 changed files with 37 additions and 39 deletions

View File

@@ -13,6 +13,6 @@
@endif @endif
</div> </div>
</div> </div> <!-- TODO remove me -->
@stop @stop

View File

@@ -10,9 +10,6 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
{{Form::ffText('name')}} {{Form::ffText('name')}}
</div> </div>
</div> </div>
<p> <p>

View File

@@ -21,7 +21,7 @@
<a href="{{route('accounts.create','expense')}}" class="btn btn-success">Create a new expense account</a> <a href="{{route('accounts.create','expense')}}" class="btn btn-success">Create a new expense account</a>
</p> </p>
@endif @endif
</div> </div><!-- TODO remove me -->
</div> </div>

View File

@@ -23,4 +23,4 @@
</td> </td>
</tr> </tr>
@endforeach @endforeach
</table> </table><!-- TODO remove me -->

View File

@@ -24,5 +24,5 @@
</div> </div>
</div> </div>
<!-- TODO remove me -->
@stop @stop

View File

@@ -40,5 +40,5 @@ google.setOnLoadCallback(drawChart);
var chart = new google.visualization.Sankey(document.getElementById('sankey_multiple')); var chart = new google.visualization.Sankey(document.getElementById('sankey_multiple'));
chart.draw(data, options); chart.draw(data, options);
} }
</script> </script><!-- TODO remove me -->
@stop @stop

View File

@@ -13,7 +13,7 @@
end of the [period], congratulations! You have saved money! end of the [period], congratulations! You have saved money!
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.store')])}} {{Form::open(['class' => 'form-horizontal','url' => route('budgets.store')])}}

View File

@@ -25,7 +25,7 @@
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6">

View File

@@ -28,7 +28,7 @@
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
<div class="row"> <div class="row">
<div class="col-lg-6 col-md-12 col-sm-6"> <div class="col-lg-6 col-md-12 col-sm-6">

View File

@@ -25,7 +25,7 @@
</div> </div>
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
<div class="row"> <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12"> <div class="col-lg-12 col-md-12 col-sm-12">
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">

View File

@@ -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> <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>
</div> </div><!-- TODO cleanup to match new theme & form -->
<!-- count = zero! --> <!-- count = zero! -->

View File

@@ -9,7 +9,7 @@
and {{Session::get('end')->format('d M Y')}}. and {{Session::get('end')->format('d M Y')}}.
</p> </p>
@endif @endif
</div> </div><!-- TODO cleanup to match new theme & form -->
</div> </div>
@if($transactions->count() > 0) @if($transactions->count() > 0)
<div class="row"> <div class="row">

View File

@@ -1,6 +1,6 @@
@extends('layouts.default') @extends('layouts.default')
@section('content') @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"> <div class="col-lg-12 col-md-12 col-sm-12">
<p class="lead">Budgets can help you cut back on spending.</p> <p class="lead">Budgets can help you cut back on spending.</p>

View File

@@ -8,7 +8,7 @@
Expenses grouped in categories do not have to reoccur every month or every week, like budgets. Expenses grouped in categories do not have to reoccur every month or every week, like budgets.
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
{{Form::open(['class' => 'form-horizontal','url' => route('categories.store')])}} {{Form::open(['class' => 'form-horizontal','url' => route('categories.store')])}}

View File

@@ -6,7 +6,7 @@
Remember that deleting something is permanent. Remember that deleting something is permanent.
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
{{Form::open(['class' => 'form-horizontal','url' => route('categories.destroy',$category->id)])}} {{Form::open(['class' => 'form-horizontal','url' => route('categories.destroy',$category->id)])}}
<div class="row"> <div class="row">

View File

@@ -4,7 +4,7 @@
<div class="col-lg-12 col-md-12 col-sm-12"> <div class="col-lg-12 col-md-12 col-sm-12">
<p class="lead">Use categories to group your expenses</p> <p class="lead">Use categories to group your expenses</p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
{{Form::open(['class' => 'form-horizontal','url' => route('categories.update',$category->id)])}} {{Form::open(['class' => 'form-horizontal','url' => route('categories.update',$category->id)])}}

View File

@@ -11,7 +11,7 @@
<a href="{{route('categories.create')}}" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Create a new category</a> <a href="{{route('categories.create')}}" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Create a new category</a>
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
<div class="row"> <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12"> <div class="col-lg-12 col-md-12 col-sm-12">

View File

@@ -15,7 +15,7 @@
transactions for the currently selected period. transactions for the currently selected period.
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup to match new theme & form -->
@include('partials.date_nav') @include('partials.date_nav')

View File

@@ -9,4 +9,4 @@
<td>{{mf($entry['amount']*-1)}}</td> <td>{{mf($entry['amount']*-1)}}</td>
</tr> </tr>
@endforeach @endforeach
</table> </table><!-- TODO remove me -->

View File

@@ -12,3 +12,4 @@
</div> </div>
</body> </body>
</html> </html>
<!-- TODO remove me -->

View File

@@ -25,4 +25,4 @@
@yield('content') @yield('content')
</div> </div>
</body> </body>
</html> </html><!-- TODO main update title and title-tag -->

View File

@@ -14,7 +14,7 @@
always add more of them. always add more of them.
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup and use new forms -->
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.store',$prefilled['budget_id'])])}} {{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.store',$prefilled['budget_id'])])}}
{{Form::hidden('from',e(Input::get('from')))}} {{Form::hidden('from',e(Input::get('from')))}}

View File

@@ -6,7 +6,7 @@
</div> </div>
</div> </div><!-- TODO cleanup and use new forms -->
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.destroy',$limit->id)])}} {{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.destroy',$limit->id)])}}

View File

@@ -17,7 +17,7 @@
@endif @endif
</p> </p>
</div> </div>
</div> </div><!-- TODO cleanup and use new forms -->
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.update',$limit->id)])}} {{Form::open(['class' => 'form-horizontal','url' => route('budgets.limits.update',$limit->id)])}}
{{Form::hidden('from',e(Input::get('from')))}} {{Form::hidden('from',e(Input::get('from')))}}

View File

@@ -2,7 +2,7 @@
<thead> <thead>
<tr> <tr>
<th colspan="2" id="empty1">A</th> <th colspan="2" id="empty1">A</th>
<th>Date</th> <th>Date</th><!-- TODO remove me-->
<th>Description</th> <th>Description</th>
<th>Amount (&euro;)</th> <th>Amount (&euro;)</th>
<th>From</th> <th>From</th>

View File

@@ -1,3 +1,3 @@
{{$journals->links()}} {{$journals->links()}}
@include('lists.transactions') @include('lists.transactions')
{{$journals->links()}} {{$journals->links()}} <!-- TODO is this even used? -->

View File

@@ -4,7 +4,7 @@
<div class="col-lg-12 col-md-12 col-sm-12"> <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> <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.store.piggybank')])}} {{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.store.piggybank')])}}

View File

@@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12"> <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> <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> </div>
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.store.repeated')])}} {{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.store.repeated')])}}

View File

@@ -5,7 +5,7 @@
<p class="lead">Remember that deleting something is permanent.</p> <p class="lead">Remember that deleting something is permanent.</p>
</div> </div>
<!-- TODO cleanup for new forms and layout. -->
</div> </div>
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.destroy',$piggybank->id)])}} {{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.destroy',$piggybank->id)])}}

View File

@@ -4,7 +4,7 @@
<div class="col-lg-12 col-md-12 col-sm-12"> <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> <p class="lead">Use piggy banks to save for a one-time goal.</p>
</div> </div>
</div> </div><!-- TODO cleanup for new forms and layout. -->
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.update',$piggybank->id)])}} {{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.update',$piggybank->id)])}}

View File

@@ -5,7 +5,7 @@
<p class="lead">Create repeated expenses to keep track of long-term planned expenses</p> <p class="lead">Create repeated expenses to keep track of long-term planned expenses</p>
</div> </div>
</div> </div>
<!-- TODO cleanup for new forms and layout. -->
{{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.update',$piggybank->id)])}} {{Form::open(['class' => 'form-horizontal','url' => route('piggybanks.update',$piggybank->id)])}}
<div class="row"> <div class="row">

View File

@@ -4,7 +4,7 @@
<div class="col-lg-6 col-md-6 col-sm-12"> <div class="col-lg-6 col-md-6 col-sm-12">
<p> <p>
<a href="{{route('piggybanks.create.piggybank')}}" class="btn btn-success">Create new piggy bank</a> <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>
<div class="col-lg-6 col-md-6 col-sm-12"> <div class="col-lg-6 col-md-6 col-sm-12">
<p> <p>

View File

@@ -7,7 +7,7 @@
Remove money from "{{{$piggybank->name}}}" Remove money from "{{{$piggybank->name}}}"
@endif @endif
</h4> </h4>
</div> </div><!-- TODO cleanup for new forms and layout. -->
<form style="display: inline;" action="{{route('piggybanks.modMoney',$piggybank->id)}}" method="POST"> <form style="display: inline;" action="{{route('piggybanks.modMoney',$piggybank->id)}}" method="POST">
<input type="hidden" name="what" value="{{$what}}" /> <input type="hidden" name="what" value="{{$what}}" />
{{Form::token()}} {{Form::token()}}

View File

@@ -15,7 +15,7 @@
@endif @endif
</div> </div>
</div> </div>
</div> </div><!-- TODO cleanup for new forms and layout. -->
<div class="row"> <div class="row">
<div class="col-lg-6 col-md-6 col-sm-12"> <div class="col-lg-6 col-md-6 col-sm-12">
<h3>General information</h3> <h3>General information</h3>

View File

@@ -3,7 +3,7 @@
<!-- form --> <!-- form -->
{{Form::open(['class' => 'form-horizontal'])}} {{Form::open(['class' => 'form-horizontal'])}}
<!-- TODO cleanup for new forms and layout. -->
<!-- home screen accounts --> <!-- home screen accounts -->
<div class="row"> <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12"> <div class="col-lg-12 col-md-12 col-sm-12">

View File

@@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12"> <div class="col-lg-12 col-md-12 col-sm-12">
<p> <p>
Here be content. Here be content.<!-- TODO actually build this.-->
</p> </p>
</div> </div>
</div> </div>

View File

@@ -1,7 +1,7 @@
@extends('layouts.default') @extends('layouts.default')
@section('content') @section('content')
@if(!is_null($query)) @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) @if(isset($result['transactions']) && $result['transactions']->count() > 0)
<div class="col-lg-6 col-md-12 col-sm-12"> <div class="col-lg-6 col-md-12 col-sm-12">
<div class="panel panel-default"> <div class="panel panel-default">

View File

@@ -12,7 +12,7 @@
<div class="col-lg-12 col-md-12 col-sm-12"> <div class="col-lg-12 col-md-12 col-sm-12">
<p> <p>
Welcome to Firefly! To get started, choose either of the two options below. Welcome to Firefly! To get started, choose either of the two options below.
</p> </p><!-- TODO delete me. -->
</div> </div>
</div> </div>