mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Better list for bills.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<th> </th>
|
<th> </th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Matches on</th>
|
<th>Matches on</th>
|
||||||
<th>Matching amount</th>
|
<th colspan="2">Matching amount</th>
|
||||||
<th>Last seen match</th>
|
<th>Last seen match</th>
|
||||||
<th>Next expected match</th>
|
<th>Next expected match</th>
|
||||||
<th>Is active</th>
|
<th>Is active</th>
|
||||||
@@ -28,7 +28,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{!! Amount::format($entry->amount_min) !!}
|
{!! Amount::format($entry->amount_min) !!}
|
||||||
—
|
</td>
|
||||||
|
<td>
|
||||||
{!! Amount::format($entry->amount_max) !!}
|
{!! Amount::format($entry->amount_max) !!}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user