8 Commits

Author SHA1 Message Date
0d680275df
Restore account links to dynamic reports 2025-05-28 00:33:54 +10:00
00c7833706
Implement trial balance report 2025-05-27 22:19:36 +10:00
e02b927b69
Fix Spacer being dropped when DynamicReport is calculated 2025-05-27 17:31:11 +10:00
148390f030
Make reporting API async 2025-05-27 14:29:27 +10:00
541467a2da
Implement IncomeStatement step 2025-05-27 00:21:30 +10:00
b8b2547aab
Refactor DynamicReport to use RefCell<DynamicReportEntry>
Allows calculations to refer to the results of previous calculations
Rather than the same cloned DynamicReport being passed to all calculations
2025-05-27 00:21:17 +10:00
3cfcdf6778
Implement JSON serialisation for DynamicReport 2025-05-25 01:23:35 +10:00
737ed5bfb2
Implement formal BalanceSheet report 2025-05-24 21:07:18 +10:00