added has_no_bill and has_any_bill search parameters

This commit is contained in:
Fabian Zimmermann
2021-04-08 16:07:07 +02:00
parent 56b2fa69bc
commit 185e9b66d6
6 changed files with 36 additions and 0 deletions

View File

@@ -520,6 +520,13 @@ interface GroupCollectorInterface
*/
public function withTagInformation(): GroupCollectorInterface;
/**
* Limit results to transactions without a bill..
*
* @return GroupCollectorInterface
*/
public function withBill(): GroupCollectorInterface;
/**
* Limit results to a transactions without a bill.
*