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
</div>
</div>
</div> <!-- TODO remove me -->
@stop

View File

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

View File

@@ -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>

View File

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

View File

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

View File

@@ -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

View File

@@ -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')])}}

View File

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

View File

@@ -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">

View File

@@ -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">

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

View File

@@ -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">

View File

@@ -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>

View File

@@ -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')])}}

View File

@@ -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">

View File

@@ -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)])}}

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>
</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">

View File

@@ -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')

View File

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

View File

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

View File

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

View File

@@ -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')))}}

View File

@@ -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)])}}

View File

@@ -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')))}}

View File

@@ -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 (&euro;)</th>
<th>From</th>

View File

@@ -1,3 +1,3 @@
{{$journals->links()}}
@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">
<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')])}}

View File

@@ -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')])}}

View File

@@ -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)])}}

View File

@@ -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)])}}

View File

@@ -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">

View File

@@ -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>

View File

@@ -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()}}

View File

@@ -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>

View File

@@ -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">

View File

@@ -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>

View File

@@ -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">

View File

@@ -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>