Expanded account view.

This commit is contained in:
James Cole
2015-03-02 15:27:36 +01:00
parent edda470bf8
commit 08ca3c89d3
5 changed files with 24 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ use FireflyIII\Models\Account;
use Illuminate\Database\Query\JoinClause;
use Steam;
use View;
use Session;
/**
* Class ReportController
*
@@ -115,7 +115,7 @@ class ReportController extends Controller
*/
public function index(ReportHelperInterface $helper)
{
$start = $helper->firstDate();
$start = Session::get('first');
$months = $helper->listOfMonths($start);
$years = $helper->listOfYears($start);
$title = 'Reports';