Create period overview #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Table of periods, including expense & income sums, start & end date
Income = sum(period.AccountStatistics.filterAccountTypeIncome.spendingTotalFrom)
Expenses = sum(period.AccountStatistics.filterAccountTypeLiabilityAndExpense.spendingTotalTo)
Plan is to implement an interface in -server that returns exactly the data required for the table, to avoid unnecessary roundtrips and transfer, via a DTO.