<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>> On 09/11/15 06:54, Thomas Baumgart wrote:<br>> > Hi,<br>> ><br>> > On Monday 09 November 2015 00:28:08 jeffjl.kde@outlook.com wrote:<br>> ><br>> >> I'm looking for a way to find the consistency check problem transactions<br>> >> using the T0000000... number reported.<br>> >><br>> >> When I googled this, I found something that said use the Edit/Find<br>> >> transaction dialog.  I can't see how that does it.  And in looking through<br>> >> the MyMoneyTransactionFilter::match() function there is nothing that looks<br>> >> at the transaction.id().<br>> >><br>> >> I am using KMM 4.7.2.<br>> ><br>> > AFAIR, the search feature is only available in the git master version which<br>> > might not be available as binary package for your environment. The Find<br>> > transaction dialog is not the right place to drop the transaction ID: use the<br>> > search bar above the ledger instead.<br>> ><br>> <br>> Hi Thomas<br>> <br>> I tried this yesterday, without success.<br>> <br>> Allan<br>> <br><BR>Using the ledger, wouldn't you have to know the correct account? <BR>Or try the search in each account ledger until you find it?<BR> <BR>> <br>> ><br>> > If that does not work, your version is a bit too old, but you could use a text<br>> > editor and take a look at the .kmy file. After all, it's just a gzipped XML<br>> > file. There you can search for the ID to get some more information about the<br>> > transaction.<br>> ><br><BR><div>Here's what I did, for a short term hack.  I modified MyMoneyTransactionFilter::match() to look at the "number from" and "number to" fields and if they start with 'T' and are 19 characters long, compare them to the transaction.id() instead of the split.number(). I was then able to find my consistency check problems using Edit/Find transaction.</div><div> </div><div>I did this based on KMM 4.7.2 sources because I could not get the git master version to build on Windows last time I tried it (about a couple months ago).</div><div> </div><div>Jeff</div><div><br> </div>                                    </div></body>
</html>