MoneyTools / MyMoney.Net

MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
https://moneytools.github.io/MyMoney.Net/
70 stars 22 forks source link

category move #79

Closed andreva7 closed 2 years ago

andreva7 commented 2 years ago

Under investments, I have a category called investment and a subcategory Dividends I would like to move Dividends to be a top level category, but can't find a way. Dragging in the UI does not appear to work, and using properties, trying to edit the category does not work. Any thoughts?

jpdup commented 2 years ago

Here's one way to achieve your goal.

  1. Create a new top level Category call "Foo"
  2. While holding down the CTRL key drag the existing Dividends sub category to the Foo
  3. This will merge the content of Dividends into Foo
  4. Rename Foo to whatever works for you (You can also just start this process with the correct name, including "Dividends"
clovett commented 2 years ago

That works, I just added another way you can do it using existing drag/drop UX. Assuming you have set the category "Type" to Investments:

image

then you can drag the Investments:Dividends category up to the "Type group" also named "Investments" then drop it there, this will promote Dividends to the top level:

image

andreva7 commented 2 years ago

Its working great. Thanks!