-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start adding documentation strings to methods Beginning the work of getting the code base ready to upload to pypi. * Adding documentation to reports Also starting to clean up how the report methods are called. Don't like how the documentation looks when passing a configuration dictionary in as the only parameter, instead will pass in **configuration * Updating reports, but not finished yet * Updating reports, but not finished yet * Updated the documentation Now need to process all of the todos and make sure that the changes to the arguments work with the reports that I have already defined. * Update some issues found by code analyzer. * Add category to account_walker_parameters - account walker can now take a category definition - remove **kwargs from reports for testing purposes - more documentation for bucket and bucket generation - remove category_budget_level report (can now use budget_level) - documentation for reports base module - fix arguments for multi_report to match the rest of the reports * Cleaning up TODOs Remove todo associated with start and end (already fixed). Use credit_account.sign instead of magic multipliers. * Clean up TODOs - account_levels, replace good_value with goal - use account.sign instead of magic - sign. * Clean up TODOs - replace expenses_base with expenses (arguments) - use current date configuration value instead of date.today() * Start work to fix time_series data returns Need this to be consistent across the board and it's not. So this code is starting to fix that work. * Fix time_series return definitions want them to be a list of arrays, instead of a list of dictionaries. * Change account parameter names to remove smurfing * Remove todos - change account parameter names to remove smurfing - use account walker parameters for income and retirement account params * Remove todos - Return a list of accounts associated with a category, not a set - wrapper now provides a name for the group by default - Remove todos in the networth calculators - account walker parameters in the payload calculator - no longer have to differentiate between liability and regular accounts in the payload calculator. * Removed more TODOs from the source code - Updated documentation to explain away some of the TODOs - Remove need for category mapping in investment allocation report - Update split query to handle credits and debits, and to sort based on transaction.post_date (this my improve performance now because not using sub queries). * Clean up some more stuff - setup.py url - Remove "empty" __init__.py contents - Fix name in license - Update values in README * Add description information to setup.py
- Loading branch information
Showing
39 changed files
with
929 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
__author__ = 'rerobins' | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
__author__ = 'rerobins' | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from .base import configure_application | ||
from gnucash_reports.configuration.base import configure_application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.