PythBuster / savings_manager

The "Savings Manager" helps you to manage your savings. With the help of virtual accounts, budgets can be saved for various goals, and this is completely automated. ... (for more, check out the description in the README file!)
5 stars 2 forks source link

BE: bug - transaction logs in overflow moneybox for automated savings #71

Closed PythBuster closed 2 months ago

PythBuster commented 2 months ago

Automated savings is producing a wrong description in transaction log for overflow moneybox:


Image Mode in description is "fill_up..." but should be "collect.


The set mode for overflow moneybox in settings is "collect":


Image


TODOs:

PythBuster commented 2 months ago

Done.