n-stein

Results 201 comments of n-stein

> Is it therefore the case that if a user chooses, perhaps unwisely, to create a custom field with the same name as a standard field ('Payee' for example), the...

If a custom field is selected for import and the custom field has a default value configured, should we populate the default value if a value is not provided by...

This is pretty much done, so once 1.6.4 is released I'll open a PR so others can test it out.

Import & export of custom field data for both CSV and XML formats is now available for testing.

@jensb Are you satisfied with the functionality? Can we close this issue?

This issue can be closed as completed. The fix for #5467 has changed Default Date = "None" to use wxDate::Today() as the initial date.

> it's test code: > > ``` > set path=C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x86;%path% > makecert.exe -r -pe -n "CN=MoneyManageEx" -ss CA -sr CurrentUser -a sha256 -cy authority -sky signature -sv...

Maybe we can integrate Sigstore into our CI pipelines? https://docs.sigstore.dev/signing/overview/ https://github.com/sigstore/sigstore-python Looks like we could generate an OIDC Identity Token using the [email protected] account for authentication.

> Sweet dreams.....How about basing something on this: https://gridstackjs.com/#demo This has been sticking in my mind recently for some reason. Decided to play around a bit and got it semi-working....

Can we use the navigation state of the table to filter the pie charts? When initially displaying the report, the chart would only show top level categories. Expanding a category...