You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking Changes
new initialization logic using ´User` object. Can be initialized directly, from dict or from yaml file
shortened/renamed base functions for better readability (split_transactions() → split(), insert_complements() → push(), delete_orphaned_complements() → delete_orphans()
split() and push() functions now return split and pushed objects instead of count
refactored bash implementation to match class interface functionality (see documentation for specifics)
New Functionality
added reconcile() function which checks balances and reconciles split account of current user
added clear attribute to split()function. If set to True the function will automatically clear the newly inserted transactions in the split account of current user