mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Moved to high charts.
This commit is contained in:
@@ -10,12 +10,21 @@ interface AccountRepositoryInterface
|
||||
public function count();
|
||||
|
||||
public function get();
|
||||
|
||||
public function getBeneficiaries();
|
||||
|
||||
public function find($id);
|
||||
|
||||
public function getByIds($ids);
|
||||
|
||||
public function getDefault();
|
||||
|
||||
public function getActiveDefault();
|
||||
|
||||
public function getActiveDefaultAsSelectList();
|
||||
|
||||
public function store($data);
|
||||
public function storeWithInitialBalance($data,\Carbon\Carbon $date, $amount = 0);
|
||||
|
||||
public function storeWithInitialBalance($data, \Carbon\Carbon $date, $amount = 0);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user