aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* updated docsHEADv0.3.0masterYaroslav de la Peña Smirnov2020-12-08
|
* Change way that shared expenses are calculatedYaroslav de la Peña Smirnov2020-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.
* Makefile: fix MANDIR variablev0.2.0Yaroslav de la Peña Smirnov2020-10-13
|
* Updated READMEYaroslav de la Peña Smirnov2020-10-13
| | | | Added information on how to build and install.
* Added Makefile; Version bumpYaroslav de la Peña Smirnov2020-10-12
|
* Man pagesYaroslav de la Peña Smirnov2020-10-12
|
* 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