Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change way that shared expenses are calculated | Yaroslav de la Peña Smirnov | 2020-12-08 |
| | | | | | | | | | | | | | The way that shared expenses are recorded and calculated has changed. Now instead of specifying how among many people the expense was divided, the names of the persons are specified. You can also specified expenses that are "owed", or in other words, things that you paid for other people, or maybe loans you made. Don't know why I didn't think of this system before. Sometimes good ideas just come at the least expected times. Also removed some unused fields. | ||
* | Added Makefile; Version bump | Yaroslav de la Peña Smirnov | 2020-10-12 |
| | |||
* | Account for days elapsed based on latest datev0.1.2 | Yaroslav | 2020-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.1 | Yaroslav | 2020-10-06 |
| | | | | Also fix "spelling" mistake in output ("..." instead of ".."). | ||
* | initial commitv0.1.0 | Yaroslav | 2020-10-05 |