From 0821b8e33f12497116488bededdd1caa2bdfd9eb Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Fri, 3 Nov 2023 14:46:19 +0000 Subject: [PATCH] Add new view bill service https://eaflood.atlassian.net/browse/WATER-4155 We are building our first proper page which will replace the bill summary page the [water-abstraction-ui](https://github.com/DEFRA/water-abstraction-ui) currently provides. Rather than try to show all licences _and_ all their transactions for a bill on one page we'll instead list the licences. Users can then see the transaction details by selecting a licence. We've already made several other changes to support this. This change adds a new service that orchestrates fetching the information needed (see [Add new fetch billing account service](https://github.com/DEFRA/water-abstraction-system/pull/493) and [Add new fetch bill service](https://github.com/DEFRA/water-abstraction-system/pull/495)), passing it through to a presenter ([Add new Multi-licence bill presenter](https://github.com/DEFRA/water-abstraction-system/pull/496)) and returning the result.