The statements screen downloads from hardcoded statements/<member>-<period>.txt paths (see the comment in statements-list.component.ts). There is no statements endpoint in api-contracts, and statement-batch just writes files. Contract + endpoint first, then this screen consumes it.
The statements screen downloads from hardcoded
statements/<member>-<period>.txtpaths (see the comment instatements-list.component.ts). There is no statements endpoint in api-contracts, and statement-batch just writes files. Contract + endpoint first, then this screen consumes it.