mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small fixes.
This commit is contained in:
parent
834f8382e9
commit
3aa9057c5f
@ -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);
|
$journals = $withdrawals->merge($deposits);
|
||||||
|
|
||||||
|
|
||||||
|
@ -384,7 +384,6 @@ class TransactionController extends BaseController
|
|||||||
);
|
);
|
||||||
|
|
||||||
return Response::json($result->toArray());
|
return Response::json($result->toArray());
|
||||||
// build custom query. TODO move
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
@endif
|
@endif
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th colspan="2"> </th>
|
||||||
<th> </th>
|
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Amount</th>
|
<th>Amount</th>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user