mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Firefly is now capable of adding a transaction. Untested [skip-ci]
This commit is contained in:
@@ -15,6 +15,8 @@ interface AccountRepositoryInterface
|
||||
|
||||
public function find($id);
|
||||
|
||||
public function findByName($name);
|
||||
|
||||
public function getByIds($ids);
|
||||
|
||||
public function getDefault();
|
||||
@@ -27,4 +29,8 @@ interface AccountRepositoryInterface
|
||||
|
||||
public function storeWithInitialBalance($data, \Carbon\Carbon $date, $amount = 0);
|
||||
|
||||
public function createOrFindBeneficiary($name);
|
||||
|
||||
public function createOrFind($name, \AccountType $type);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user