[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2024-05-18 Thread jesse via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=430047

--- Comment #6 from jesse  ---
I can't wait to test this! Thank you so much!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2024-05-18 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=430047

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/8cdd45
   ||36e30eabf898f8b6aca8d5d9159
   ||676bdbb

--- Comment #5 from Thomas Baumgart  ---
Git commit 8cdd4536e30eabf898f8b6aca8d5d9159676bdbb by Thomas Baumgart.
Committed on 18/05/2024 at 16:40.
Pushed by tbaumgart into branch 'master'.

Reporting for budgeting of asset/liability accounts

This amends commit e79a1cab and provides the reporting part of the
feature.
FIXED-IN: 5.2

M  +9-0kmymoney/mymoney/mymoneyreport.cpp
M  +25   -20   kmymoney/plugins/views/reports/core/pivottable.cpp

https://invent.kde.org/office/kmymoney/-/commit/8cdd4536e30eabf898f8b6aca8d5d9159676bdbb

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: [kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2023-04-23 Thread Jack via KMyMoney-devel
Appimage files are built daily, so as long as the build succeeds, it's  
pretty quick.  I just confirmed that the current appimage from master  
does have this commit included.


On 2023.04.23 12:26, J. Varela via KMyMoney-devel wrote:

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  ---
> 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-0kmymoney/models/accountsproxymodel.cpp
> M  +8-1kmymoney/models/accountsproxymodel.h
> M  +24   -17   kmymoney/mymoney/mymoneyaccount.cpp
> M  +9-0kmymoney/mymoney/mymoneyaccount.h
> M  +17   -4kmymoney/mymoney/mymoneybudget.cpp
> M  +5-1kmymoney/mymoney/mymoneybudget.h
> M  +1-0kmymoney/mymoney/mymoneyenums.h
> M  +54   -2kmymoney/mymoney/mymoneykeyvaluecontainer.cpp
> M  +41   -7kmymoney/mymoney/mymoneykeyvaluecontainer.h
> M  +17   -0kmymoney/mymoney/mymoneykeyvaluecontainer_p.h
> M  +5-2kmymoney/mymoney/storage/accountsmodel.cpp
> M  +20   -0kmymoney/mymoney/tests/mymoneyaccount-test.cpp
> M  +1-0kmymoney/mymoney/tests/mymoneyaccount-test.h
> M  +5-5 
kmymoney/mymoney/tests/mymoneykeyvaluecontainer-test.cpp

> M  +5-0kmymoney/mymoney/xmlhelper/xmlstoragehelper.cpp
> M  +1-1kmymoney/mymoney/xmlhelper/xmlstoragehelper.h
> M  +8-8
> kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp
> M  +6-1kmymoney/plugins/views/budget/budgetview.rc
> M  +93   -17   kmymoney/plugins/views/budget/kbudgetview.cpp
> M  +13   -2kmymoney/plugins/views/budget/kbudgetview.h
> M  +32   -13   kmymoney/plugins/views/budget/kbudgetview_p.h
> M  +216  -143  kmymoney/widgets/budgetviewproxymodel.cpp
> M  +1-0kmymoney/widgets/budgetviewproxymodel.h
>
>
>  
https://invent.kde.org/office/kmymoney/commit/e79a1cabdc7881432faa1f2266ac66a0f7c71667

>
> --
> You are receiving this mail because:
> You are the assignee for the bug.





Re: [kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2023-04-23 Thread J. Varela via KMyMoney-devel
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  ---
> 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-0kmymoney/models/accountsproxymodel.cpp
> M  +8-1kmymoney/models/accountsproxymodel.h
> M  +24   -17   kmymoney/mymoney/mymoneyaccount.cpp
> M  +9-0kmymoney/mymoney/mymoneyaccount.h
> M  +17   -4kmymoney/mymoney/mymoneybudget.cpp
> M  +5-1kmymoney/mymoney/mymoneybudget.h
> M  +1-0kmymoney/mymoney/mymoneyenums.h
> M  +54   -2kmymoney/mymoney/mymoneykeyvaluecontainer.cpp
> M  +41   -7kmymoney/mymoney/mymoneykeyvaluecontainer.h
> M  +17   -0kmymoney/mymoney/mymoneykeyvaluecontainer_p.h
> M  +5-2kmymoney/mymoney/storage/accountsmodel.cpp
> M  +20   -0kmymoney/mymoney/tests/mymoneyaccount-test.cpp
> M  +1-0kmymoney/mymoney/tests/mymoneyaccount-test.h
> M  +5-5kmymoney/mymoney/tests/mymoneykeyvaluecontainer-test.cpp
> M  +5-0kmymoney/mymoney/xmlhelper/xmlstoragehelper.cpp
> M  +1-1kmymoney/mymoney/xmlhelper/xmlstoragehelper.h
> M  +8-8
> kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp
> M  +6-1kmymoney/plugins/views/budget/budgetview.rc
> M  +93   -17   kmymoney/plugins/views/budget/kbudgetview.cpp
> M  +13   -2kmymoney/plugins/views/budget/kbudgetview.h
> M  +32   -13   kmymoney/plugins/views/budget/kbudgetview_p.h
> M  +216  -143  kmymoney/widgets/budgetviewproxymodel.cpp
> M  +1-0kmymoney/widgets/budgetviewproxymodel.h
>
>
> https://invent.kde.org/office/kmymoney/commit/e79a1cabdc7881432faa1f2266ac66a0f7c71667
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.


[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2023-04-17 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=430047

--- Comment #4 from Thomas Baumgart  ---
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-0kmymoney/models/accountsproxymodel.cpp
M  +8-1kmymoney/models/accountsproxymodel.h
M  +24   -17   kmymoney/mymoney/mymoneyaccount.cpp
M  +9-0kmymoney/mymoney/mymoneyaccount.h
M  +17   -4kmymoney/mymoney/mymoneybudget.cpp
M  +5-1kmymoney/mymoney/mymoneybudget.h
M  +1-0kmymoney/mymoney/mymoneyenums.h
M  +54   -2kmymoney/mymoney/mymoneykeyvaluecontainer.cpp
M  +41   -7kmymoney/mymoney/mymoneykeyvaluecontainer.h
M  +17   -0kmymoney/mymoney/mymoneykeyvaluecontainer_p.h
M  +5-2kmymoney/mymoney/storage/accountsmodel.cpp
M  +20   -0kmymoney/mymoney/tests/mymoneyaccount-test.cpp
M  +1-0kmymoney/mymoney/tests/mymoneyaccount-test.h
M  +5-5kmymoney/mymoney/tests/mymoneykeyvaluecontainer-test.cpp
M  +5-0kmymoney/mymoney/xmlhelper/xmlstoragehelper.cpp
M  +1-1kmymoney/mymoney/xmlhelper/xmlstoragehelper.h
M  +8-8   
kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp
M  +6-1kmymoney/plugins/views/budget/budgetview.rc
M  +93   -17   kmymoney/plugins/views/budget/kbudgetview.cpp
M  +13   -2kmymoney/plugins/views/budget/kbudgetview.h
M  +32   -13   kmymoney/plugins/views/budget/kbudgetview_p.h
M  +216  -143  kmymoney/widgets/budgetviewproxymodel.cpp
M  +1-0kmymoney/widgets/budgetviewproxymodel.h

https://invent.kde.org/office/kmymoney/commit/e79a1cabdc7881432faa1f2266ac66a0f7c71667

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2023-04-17 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=430047

Thomas Baumgart  changed:

   What|Removed |Added

 CC||debrabant.phili...@free.fr

--- Comment #3 from Thomas Baumgart  ---
*** Bug 466462 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2023-04-13 Thread jesse via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=430047

jesse  changed:

   What|Removed |Added

 CC||jvap...@yahoo.com

--- Comment #2 from jesse  ---
We need this. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2022-09-11 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=430047

Thomas Baumgart  changed:

   What|Removed |Added

 CC||ch...@chrismeek.net

--- Comment #1 from Thomas Baumgart  ---
*** Bug 155311 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2022-09-11 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=430047

Thomas Baumgart  changed:

   What|Removed |Added

   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are the assignee for the bug.