Jonathan

Results 2 comments of Jonathan

If you want a generic ValueOfConverter: ``` public class ValueOfConverter : ValueConverter where T : ValueOf, new() { public ValueOfConverter() : base( id => id.Value, id => ValueOf.From(id)) { }...

Right now, my work around for taxes is to have an account (asset or liabilities) matching the gov account with "Include in net worth" disabled. That way, it doesn't show...