aboutsummaryrefslogtreecommitdiff
path: root/budget
Commit message (Collapse)AuthorAge
* Switch to superior indentation methodYaroslav de la Peña Smirnov2020-10-10
| | | | | Also set max width of lines to 80, because I like being able to open my code in vertical splits and fitting each window.
* take into account shared expensesYaroslav de la Peña Smirnov2020-10-09
|
* Account for days elapsed based on latest datev0.1.2Yaroslav2020-10-06
| | | | | | | | | | Instead of counting the number of days for the averge through the number of iterations, let it be the difference between the latest date on entry and the start of the period. Id est: * 'Missing' dates from the input are implicit. * The order of the days doesn't affect the output (although it doesn't make sense to put the days out of order).
* Allow days with no expensesv0.1.1Yaroslav2020-10-06
| | | | Also fix "spelling" mistake in output ("..." instead of "..").
* initial commitv0.1.0Yaroslav2020-10-05