Hi all, Is there a way to know when the this will make it to the app image?
Thanks, JV On Mon, Apr 17, 2023, 4:09 AM Thomas Baumgart via KMyMoney-devel < kmymoney-devel@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=430047 > > --- Comment #4 from Thomas Baumgart <t...@net-bembel.de> --- > Git commit e79a1cabdc7881432faa1f2266ac66a0f7c71667 by Thomas Baumgart. > Committed on 17/04/2023 at 09:00. > Pushed by tbaumgart into branch 'master'. > > Initial implementation of budgeting of asset/liability accounts > > Budget entry for asset/liability accounts is available. Reporting part > is not yet implemented. > > M +58 -24 kmymoney/dialogs/knewaccountdlg.cpp > M +49 -16 kmymoney/dialogs/knewaccountdlg.ui > M +5 -0 kmymoney/models/accountsproxymodel.cpp > M +8 -1 kmymoney/models/accountsproxymodel.h > M +24 -17 kmymoney/mymoney/mymoneyaccount.cpp > M +9 -0 kmymoney/mymoney/mymoneyaccount.h > M +17 -4 kmymoney/mymoney/mymoneybudget.cpp > M +5 -1 kmymoney/mymoney/mymoneybudget.h > M +1 -0 kmymoney/mymoney/mymoneyenums.h > M +54 -2 kmymoney/mymoney/mymoneykeyvaluecontainer.cpp > M +41 -7 kmymoney/mymoney/mymoneykeyvaluecontainer.h > M +17 -0 kmymoney/mymoney/mymoneykeyvaluecontainer_p.h > M +5 -2 kmymoney/mymoney/storage/accountsmodel.cpp > M +20 -0 kmymoney/mymoney/tests/mymoneyaccount-test.cpp > M +1 -0 kmymoney/mymoney/tests/mymoneyaccount-test.h > M +5 -5 kmymoney/mymoney/tests/mymoneykeyvaluecontainer-test.cpp > M +5 -0 kmymoney/mymoney/xmlhelper/xmlstoragehelper.cpp > M +1 -1 kmymoney/mymoney/xmlhelper/xmlstoragehelper.h > M +8 -8 > kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp > M +6 -1 kmymoney/plugins/views/budget/budgetview.rc > M +93 -17 kmymoney/plugins/views/budget/kbudgetview.cpp > M +13 -2 kmymoney/plugins/views/budget/kbudgetview.h > M +32 -13 kmymoney/plugins/views/budget/kbudgetview_p.h > M +216 -143 kmymoney/widgets/budgetviewproxymodel.cpp > M +1 -0 kmymoney/widgets/budgetviewproxymodel.h > > > https://invent.kde.org/office/kmymoney/commit/e79a1cabdc7881432faa1f2266ac66a0f7c71667 > > -- > You are receiving this mail because: > You are the assignee for the bug.