Re: [PATCH] Repair automatch_store_transactions

2010-10-23 Thread Simon Ruggier
Hi all, I'd appreciate it if someone would take the time to review and respond to my previous message. I've reattached the patches for your convenience. On Sat, Aug 21, 2010 at 11:21 PM, Simon Ruggier wrote: > Hey all, I finally finished implementing everything I mentioned back &g

Re: [PATCH] Repair automatch_store_transactions

2010-08-21 Thread Simon Ruggier
discourages setting Imbalance as the destination account, so the behaviour I chose is meant to continue that. Patches are attached. On Wed, Feb 11, 2009 at 9:00 PM, Simon Ruggier wrote: > On Wed, Feb 11, 2009 at 1:20 AM, David Reiser wrote: >> Sorry for my screw-up. And thank you ver

Re: Windows build failed

2010-01-01 Thread Simon Ruggier
Perhaps it's misleading to say that one can't build GnuCash against Debian's guile-1.8 packages, since the missing guile-1.8-slib package would only create two files, which can be manually installed by doing the following as root: ln -s ../../slib/ /usr/share/guile/1.8/ guile -c "(use-modules (ice-

Re: Windows build failed

2010-01-01 Thread Simon Ruggier
It's from revision 18541, and I just bumped into it on Debian. It looks like that function is present in guile 1.8, but not 1.6. Right now, one can't build GnuCash against Debian's guile 1.8 packages yet, because no guile-1.8-slib is provided. There's a Debian bug about this, #441110, but it looks

Re: [PATCH] Repair automatch_store_transactions

2009-02-11 Thread Simon Ruggier
On Wed, Feb 11, 2009 at 1:20 AM, David Reiser wrote: > Sorry for my screw-up. And thank you very much for taking the time to track > down these bugs. No problem, and I appreciate that you took the time to test my patch. As mentioned before, I do intend to make the following changes when I get th

Re: [PATCH] Repair automatch_store_transactions

2009-02-08 Thread Simon Ruggier
On Sun, Feb 8, 2009 at 7:40 PM, David Reiser wrote: > > On Feb 8, 2009, at 6:07 PM, Simon Ruggier wrote: > >> On Sun, Feb 8, 2009 at 3:51 PM, David Reiser >> wrote: >>> >>> This patch has some nasty side effects. It tries to change assigned >>>

Re: [PATCH] Repair automatch_store_transactions

2009-02-08 Thread Simon Ruggier
On Sun, Feb 8, 2009 at 3:51 PM, David Reiser wrote: > This patch has some nasty side effects. It tries to change assigned target > accounts on the fly within a single import. If I have several ATM deposits > in one import, most of them will come up assigned to the last assignment > from a prior im

[PATCH] Repair automatch_store_transactions

2009-02-08 Thread Simon Ruggier
Hi, see the attached patch. This repairs the ability for the transaction import dialog to retry automatches for each transaction being imported. Simon From 174a4ad4ebc060c3f35ad8300445ed6086411c85 Mon Sep 17 00:00:00 2001 From: Simon Ruggier Date: Sun, 8 Feb 2009 02:52:54 -0500 Subject: [PATCH