mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
More extensions and views. First home view is semi-complete, time to write some tests again.
This commit is contained in:
@@ -5,7 +5,10 @@ namespace Firefly\Storage\TransactionJournal;
|
||||
|
||||
interface TransactionJournalRepositoryInterface
|
||||
{
|
||||
|
||||
public function createSimpleJournal(\Account $from, \Account $to, $description, $amount, \Carbon\Carbon $date);
|
||||
|
||||
}
|
||||
public function get();
|
||||
|
||||
public function getByAccount(\Account $account, $count = 25);
|
||||
|
||||
}
|
Reference in New Issue
Block a user