mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
More code for import routine.
This commit is contained in:
@@ -98,6 +98,15 @@ interface BillRepositoryInterface
|
||||
*/
|
||||
public function getBillsUnpaidInRange(Carbon $start, Carbon $end): string;
|
||||
|
||||
/**
|
||||
* Get all bills with these ID's.
|
||||
*
|
||||
* @param array $billIds
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getByIds(array $billIds): Collection;
|
||||
|
||||
/**
|
||||
* Get text or return empty string.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user