Skip to content

Commit

Permalink
issue #117 - changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Oct 21, 2017
1 parent f413f81 commit 9779fac
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@ Unreleased Changes
git requirements (ofxclient and ofxparse) that seem unmaintained or inactive, so we can install via ``pip``.
* `Issue #115 <https://github.com/jantman/biweeklybudget/issues/115>`_ - In Transactions view, add ability to filter by budget.
* Change ``BiweeklyPayPeriod`` class to never convert to floats (always use decimal.Decimal types).
* **Experimental** - `Issue #117 <https://github.com/jantman/biweeklybudget/issues/117>`_ - Experimental, initial support for pushbutton balancing of budgets in the most recent previous payperiod.
This feature will transfer funds between periodic budgets in the pay period attempting to get them all to a zero remaining amount. Once as many periodic budgets are zeroed as possible, a user-selected
standing budget will be used to transfer excess funds to or cover negative budgets from. Finally, funds will be transferred to or from the standing budget to result in the overall remaining amount for
the pay period being zero. This feature is new and experimental, and the confirmation dialog should be closely checked for accuracy and correctness.

0.4.0 (2017-08-22)
------------------
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -70,8 +70,10 @@ Main Features
* Tracking of vehicle fuel fills (fuel log) and graphing of fuel economy.
* Cost tracking for multiple projects, including bills-of-materials for them. Optional synchronization from Amazon Wishlists to projects.
* Calculation of estimated credit card payoff amount and time, with configurable payment methods, payment increases on specific dates, and additional payments on specific dates.
* Button to balance budgets for previous pay period; transfer funds between budgets to achieve $0 remaining for all periodic budgets; transfer any remaining
funds for the payperiod to a standing budget.
* Pushbutton balancing of budgets in the most recent previous payperiod.
This feature will transfer funds between periodic budgets in the pay period attempting to get them all to a zero remaining amount. Once as many periodic budgets are zeroed as possible, a user-selected
standing budget will be used to transfer excess funds to or cover negative budgets from. Finally, funds will be transferred to or from the standing budget to result in the overall remaining amount for
the pay period being zero.

Requirements
------------

0 comments on commit 9779fac

Please sign in to comment.