n-stein

Results 201 comments of n-stein

Right now we copy Amount, Category, Tags, and Notes from the transaction to the first split only if no splits already exist AND the user has entered a valid Category...

Is it sufficient to simply force selection of "Positive if type has 'Deposit'" whenever Type is included in the field list?

How about this: When the user selects "Type" for import, then tries to change the Amount Sign selection to something other than "Positive if type has 'Deposit'" it reverts and...

I fixed this in #5772 so this issue can be closed.

> we could add option to do this outside the controls on these platforms. Will investigate. It would be fairly easy to make a simple column order dialog that can...

> I think better matching would be done by passing true to mmIsTagMatches(refType, split.SPLITTRANSID, true). > Though that might not actually work! indeed, I think adding `true` here does the...

> About the images: They were step-by-steps of what I set up to demonstrate the issue and I just pasted them inline on the e-mail reply. Not sure how to...

This is an odd one. The transactions initially show up in the results, but if you click a transaction then press 'OK' to close it, it is then filtered out...

It seems the Model_Splittransaction cache contains invalid records. When the 'OK' button is pressed on the transdialog, it destroys and recreates the splits in SPLITTRANSACTIONS_V1. For some reason the cache...

Ok, so the filtering issue was not due to the addition of notes, it was because every time you click "OK" in the transaction dialog the split records are deleted...