n-stein

Results 201 comments of n-stein

I have a semi-working proof of concept for nested categories. My method discards the "SUBCATEGORY_1" table altogether and uses only the CATEGORY_V1 table to maintain a full relational hierarchy. Database...

@whalley > why do you need to maintain LEVEL, CHILDID, and NEXTID The table stores a sorted hierarchy so you can reorder the categories in whatever way you want (not...

That certainly simplifies the database structure to only need one extra field. I'll rewrite using only PARENTID.

You can sort-of accomplish this currently with a few extra keystrokes. You just have to hit the right arrow key before you type ":" to utilize the autocomplete. So you...

> it would not be possible to filter on strings like `i:s:` as you have requested. Got it. Just need to add an additional bind in the constructor `Bind(wxEVT_CHAR, &mmComboBox::OnKeyPressed,...

Still crashing in 1.5.20 on Windows with the steps outlined above. Same issue as #4807 https://github.com/moneymanagerex/moneymanagerex/blob/e30c87f4adff429e8fbf7a68fd36e0ff4df6ea1d/src/assetdialog.cpp#L436

PR #5088 opened with fix for crash

@whalley I think you fixed this in #5111. The net worth at the top of the home screen includes assets and there is now an asset breakdown as well. ![image](https://user-images.githubusercontent.com/16599929/196719104-162e8f3c-1001-4ba3-90ad-52148ca55f54.png)

> For an implentation it needs a table of depositaries May be able to use HELDAT in ACCOUNTLIST_V1 for this purpose.

As mentioned in #5234 a solution has been found for Windows but this is on hold until wxWidgets is patched to allow Windows API options to be passed in the...