Skip to content

Display total in paginated budget entries

https://redmine.teklia.com/issues/8453

Requires enterprise#52 and #1546 (closed)

The listBudgetEntries API helper now returns a BudgetEntryPagination type which extends PageNumberPagination<BudgetEntry> to add the budget_total attribute.

The entry paginator component shared by the budget details view and the process budget entries view should add a Total row at the end of the table, showing the budget_total using the <Value /> component.

Edited by Erwan Rouchet