All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Output of Excel files altered so that an Excel file is created even when there
is no data. This ensures no un-registered datasets are included in the output.
- Several unit tests have been added to cover budget and transaction calculations.
- Bug in calculation of value_local for some transactions: #9
- Budget splitting: budgets are now split by calculating a day rate, which is then used
to work out the amount for each budget period. #16
- Date quarters: incorrect start dates of quarters: #7
- Budget splitting: budgets were not split correctly across quarters when budget periods spanned calendar years:
#8