Restore attachment icon (not yet in all views). Fixes #3142

This commit is contained in:
James Cole
2020-02-23 06:59:41 +01:00
parent f53e9d91c0
commit bc485363ca
4 changed files with 84 additions and 14 deletions

View File

@@ -57,6 +57,13 @@ interface GroupCollectorInterface
*/
public function amountLess(string $amount): GroupCollectorInterface;
/**
* Add basic info on attachments of transactions.
*
* @return GroupCollectorInterface
*/
public function withAttachmentInformation(): GroupCollectorInterface;
/**
* Get transactions where the amount is more than.
*