Small fixes.

This commit is contained in:
James Cole 2014-12-05 22:06:33 +01:00
parent 834f8382e9
commit 3aa9057c5f
3 changed files with 1 additions and 11 deletions

View File

@ -208,14 +208,6 @@ class ReportController extends BaseController
// }
// );
/*
* TODO Filter withdrawals without a counter-transfer (into this account)
*/
/*
* TODO Filter deposits without a counter-transfer (away from this account)
*/
$journals = $withdrawals->merge($deposits);

View File

@ -384,7 +384,6 @@ class TransactionController extends BaseController
);
return Response::json($result->toArray());
// build custom query. TODO move
}
/**

View File

@ -3,8 +3,7 @@
@endif
<table class="table table-striped table-bordered">
<tr>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th colspan="2">&nbsp;</th>
<th>Description</th>
<th>Amount</th>
<th>Date</th>