mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
Cleaned up a lot of source, finished the ChartController. [skip ci]
This commit is contained in:
@@ -9,9 +9,16 @@
|
||||
namespace Firefly\Helper\Controllers;
|
||||
|
||||
|
||||
use Carbon\Carbon;
|
||||
|
||||
interface ChartInterface
|
||||
{
|
||||
|
||||
public function account(\Account $account);
|
||||
public function accounts();
|
||||
public function account(\Account $account, Carbon $start, Carbon $end);
|
||||
|
||||
public function categories(Carbon $start, Carbon $end);
|
||||
|
||||
public function budgets(Carbon $start);
|
||||
|
||||
public function accountDailySummary(\Account $account, Carbon $date);
|
||||
}
|
Reference in New Issue
Block a user