Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-08-03 Thread Kalpesh Patel
Oh, I didn’t catch that change. I may need to go back to 4.4 version of GnuCash 
to get back that functionality in that case. That was by large my use case and 
that change takes away quite bit of usefulness from GnuCash for me. 

I was looking at the code base for libofx and it seems that handling of 
 is still hinted in the c header files so I wonder if this is a 
case where subtle change has just simply broken the handoff between two (libofx 
and GnuCash) and not being picked up as transaction is symptom of that or is it 
that that functionality was really removed from libofx rippling into GnuCash. 
IMHO, moving cash in and out of an account is tightly coupled with buying and 
selling an investment instrument in that account so that tactical seems counter 
intuitive philosophically.

Looks like you also submitted a bug report for this specific issue.


-Original Message-
From: David Reiser  
Sent: Monday, August 02, 2021 6:21 PM
To: Kalpesh Patel 
Cc: David Carlson ; Chris Good 
; Gnucash Users 
Subject: Re: [GNC] Transactions for multiple accounts in 1 ofx file?

There was a change in libofx 10.something that changed the way it interpreted 
cash transactions. I think they overdid it by taking the philosophy that any 
non-interest, non-dividend cash transaction should not be an investment 
transaction. In my case, that means that investment management fees are now 
skipped by the gnucash importer (I think) because libofx presents them 
differently to gnucash than it did before. 
--
Dave Reiser
dbrei...@icloud.com





> On Aug 2, 2021, at 11:56 AM, Kalpesh Patel  wrote:
> 
> There seems to be different potential bug in the ofx import it looks like.
> 
> 
> 
> I have a ofx file from a large brokerage house here in the US which has both 
> the mutual fund transaction and a bank transaction in a single account. It 
> looks like the cash transactions are not being picked up by the importer. For 
> example,  transactions for mutual fund purchase that is picked up is:
> 
> 
> 
> 
> 
>   
> 
>  
> 
> X827884101620210520
> 
>   2021052012
> 
>  YOU BOUGHT   PROSPECTUS 
> 
>  
> 
>  
> 
> 31635T708
> 
>   CUSIP
> 
>  
> 
> +8.09800
> 
>   00014.95000
> 
>  +00.
> 
> +00.
> 
>
> -000121.0600
> 
>   
> 
>  
> 1.00
> 
> 
> USD
> 
>   
> 
>   CASH
> 
>  
> CASH
> 
>   
> 
>  BUY
> 
> 
> 
> 
> 
> But it didn’t pick up following transactions from the same account:
> 
> 
> 
> 
> 
>   
> 
>  DEP
> 
> 2021050412
> 
>   +64.1500
> 
>  X827882501120210504
> 
> DIRECT   DEPOSIT ELA
> 
>DIRECT   
> DEPOSIT ELAN CARDSVCRedemption
> 
>   
> 
>  
> 1.00
> 
> 
> USD
> 
>   
> 
>   
> 
>  CASH
> 
> 
> 
> 
> 
> I did a test where I created a brand new file with just (all) basic account 
> types and then imported the file. Sure enough it only registered buy/sell 
> transactions but skipped all the banking transactions in the import windows.  
> It asked to create new (MF) securities and assign accounts appropriately but 
> no cash transactions in any of them. I tried this exercise with version 4.5 
> of gnucash on Windows 10 (my base OS). I can provided anonymized ofx file if 
> there is interest to debug it further.
> 
> 
> 
> I installed 4.6 version but I ran into two issues with it which might be 
> separate from ofx importers:  1) I am seeing silent crash between file à quit 
> and the actual process being removed from the proces

Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-08-02 Thread David Reiser via gnucash-user
There was a change in libofx 10.something that changed the way it interpreted 
cash transactions. I think they overdid it by taking the philosophy that any 
non-interest, non-dividend cash transaction should not be an investment 
transaction. In my case, that means that investment management fees are now 
skipped by the gnucash importer (I think) because libofx presents them 
differently to gnucash than it did before. 
--
Dave Reiser
dbrei...@icloud.com





> On Aug 2, 2021, at 11:56 AM, Kalpesh Patel  wrote:
> 
> There seems to be different potential bug in the ofx import it looks like.
> 
> 
> 
> I have a ofx file from a large brokerage house here in the US which has both 
> the mutual fund transaction and a bank transaction in a single account. It 
> looks like the cash transactions are not being picked up by the importer. For 
> example,  transactions for mutual fund purchase that is picked up is:
> 
> 
> 
> 
> 
>   
> 
>  
> 
> X827884101620210520
> 
>   2021052012
> 
>  YOU BOUGHT   PROSPECTUS 
> 
>  
> 
>  
> 
> 31635T708
> 
>   CUSIP
> 
>  
> 
> +8.09800
> 
>   00014.95000
> 
>  +00.
> 
> +00.
> 
>-000121.0600
> 
>   
> 
>  1.00
> 
> 
> USD
> 
>   
> 
>   CASH
> 
>  CASH
> 
>   
> 
>  BUY
> 
> 
> 
> 
> 
> But it didn’t pick up following transactions from the same account:
> 
> 
> 
> 
> 
>   
> 
>  DEP
> 
> 2021050412
> 
>   +64.1500
> 
>  X827882501120210504
> 
> DIRECT   DEPOSIT ELA
> 
>DIRECT   
> DEPOSIT ELAN CARDSVCRedemption
> 
>   
> 
>  1.00
> 
> 
> USD
> 
>   
> 
>   
> 
>  CASH
> 
> 
> 
> 
> 
> I did a test where I created a brand new file with just (all) basic account 
> types and then imported the file. Sure enough it only registered buy/sell 
> transactions but skipped all the banking transactions in the import windows.  
> It asked to create new (MF) securities and assign accounts appropriately but 
> no cash transactions in any of them. I tried this exercise with version 4.5 
> of gnucash on Windows 10 (my base OS). I can provided anonymized ofx file if 
> there is interest to debug it further.
> 
> 
> 
> I installed 4.6 version but I ran into two issues with it which might be 
> separate from ofx importers:  1) I am seeing silent crash between file à quit 
> and the actual process being removed from the process list. The symptoms I 
> see is that when I relaunch next time it tells me that the lock file is still 
> there on random occasions which shouldn’t be as I went through the proper 
> exit process. And 2) actions à Check & Repairs à Check & Repair All where it 
> simply hangs indefinitely after checking few accounts and need to kill the 
> process from the task manager. The update status bar in the lower right 
> corner goes dim and does not update for minutes on and the cursor on the 
> window shows a busy process. I am not 100% sure what is going on with the 
> execution, hence I have avoided calling them “found” bugs at this time. I 
> reverted to 4.5 of gnucash and see neither of these issues so I have stayed 
> back.
> 
> 
> 
> Kalpesh…
> 
> 
> 
> From: David Carlson  
> Sent: Sunday, August 01, 2021 7:19 AM
> To: Chris Good 
> Cc: Kalpesh Patel ; Gnucash Users 
> 
> Subject: Re: [GNC] Transactions for multiple accounts in 1 ofx file?
> 
> 
> 
> You will also note that bug report is dated in 2003, the con

Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-08-02 Thread Kalpesh Patel
There seems to be different potential bug in the ofx import it looks like.

 

I have a ofx file from a large brokerage house here in the US which has both 
the mutual fund transaction and a bank transaction in a single account. It 
looks like the cash transactions are not being picked up by the importer. For 
example,  transactions for mutual fund purchase that is picked up is:

 



   

  

 X827884101620210520

   2021052012

  YOU BOUGHT   PROSPECTUS 

  

  

 31635T708

   CUSIP

  

 +8.09800

   00014.95000

  +00.

 +00.

-000121.0600

   

  1.00

 USD

   

   CASH

  CASH

   

  BUY



 

But it didn’t pick up following transactions from the same account:

 



   

  DEP

 2021050412

   +64.1500

  X827882501120210504

 DIRECT   DEPOSIT ELA

DIRECT   
DEPOSIT ELAN CARDSVCRedemption

   

  1.00

 USD

   

   

  CASH



 

I did a test where I created a brand new file with just (all) basic account 
types and then imported the file. Sure enough it only registered buy/sell 
transactions but skipped all the banking transactions in the import windows.  
It asked to create new (MF) securities and assign accounts appropriately but no 
cash transactions in any of them. I tried this exercise with version 4.5 of 
gnucash on Windows 10 (my base OS). I can provided anonymized ofx file if there 
is interest to debug it further.

 

I installed 4.6 version but I ran into two issues with it which might be 
separate from ofx importers:  1) I am seeing silent crash between file à quit 
and the actual process being removed from the process list. The symptoms I see 
is that when I relaunch next time it tells me that the lock file is still there 
on random occasions which shouldn’t be as I went through the proper exit 
process. And 2) actions à Check & Repairs à Check & Repair All where it simply 
hangs indefinitely after checking few accounts and need to kill the process 
from the task manager. The update status bar in the lower right corner goes dim 
and does not update for minutes on and the cursor on the window shows a busy 
process. I am not 100% sure what is going on with the execution, hence I have 
avoided calling them “found” bugs at this time. I reverted to 4.5 of gnucash 
and see neither of these issues so I have stayed back.

 

Kalpesh…

 

From: David Carlson  
Sent: Sunday, August 01, 2021 7:19 AM
To: Chris Good 
Cc: Kalpesh Patel ; Gnucash Users 

Subject: Re: [GNC] Transactions for multiple accounts in 1 ofx file?

 

You will also note that bug report is dated in 2003, the concern was raised 
then with the hint that it was inherent in the OFX specification and therefore 
probably difficult or impossible to fix.

 

The most recent changes to the generic import assistant allows re-ordering the 
entries into chronological order which will put the duplicate d transactions 
close to each other on the screen,  making them very easy to spot and manually 
pick one or the other to keep.

 

I think there is no need to automatically skip one or the other unless the 
split notes are merged as I suggested in my previous email. 

 

If you really want to get fancy, highlight the duplicate s and offer to skip 
one or the other.

 

 

 

On Sun, Aug 1, 2021, 3:12 AM Chris Good  wrote:

When I went to create a bug for this I found one already exists:

https://bugs.gnucash.org/show_bug.cgi?id=105334
 Import multiple account OFX files with transfers between the accounts,
duplicate transactions are generated

Regards,
Chris Good

-Original Message-
From: Chris Good mailto:goodchri...@gmail.com> > 
Sent: Sunday, 1 August 2021 5:49 PM
To: 'Kalpesh Patel' mailto:kalpesh.pa...@usa.net> >
Cc: gnucash-user@gnucash.org <mailto:gnuca

Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-08-01 Thread David Carlson
You will also note that bug report is dated in 2003, the concern was raised
then with the hint that it was inherent in the OFX specification and
therefore probably difficult or impossible to fix.

The most recent changes to the generic import assistant allows re-ordering
the entries into chronological order which will put the duplicate d
transactions close to each other on the screen,  making them very easy to
spot and manually pick one or the other to keep.

I think there is no need to automatically skip one or the other unless the
split notes are merged as I suggested in my previous email.

If you really want to get fancy, highlight the duplicate s and offer to
skip one or the other.



On Sun, Aug 1, 2021, 3:12 AM Chris Good  wrote:

> When I went to create a bug for this I found one already exists:
>
> https://bugs.gnucash.org/show_bug.cgi?id=105334
>  Import multiple account OFX files with transfers between the accounts,
> duplicate transactions are generated
>
> Regards,
> Chris Good
>
> -Original Message-
> From: Chris Good 
> Sent: Sunday, 1 August 2021 5:49 PM
> To: 'Kalpesh Patel' 
> Cc: gnucash-user@gnucash.org
> Subject: RE: Transactions for multiple accounts in 1 ofx file?
>
> Hi Kalpesh Patel,
>
> Your hiccup sounds exactly like the problem I have described.
> 2 people have now said they have transactions from multiple bank accounts
> in
> the 1 .ofx file, so there are probably many more who do not subscribe to
> this email list and who also may come across this problem. I will raise a
> bug to document it.
> If Covid-19 lockdown continues for much longer I may have enough time to
> try
> to fix this myself.
>
> Regards,
> Chris Good
>
> -Original Message-
> From: Kalpesh Patel 
> Sent: Sunday, 1 August 2021 5:05 AM
> To: goodchri...@gmail.com
> Cc: gnucash-user@gnucash.org
> Subject: Re: Transactions for multiple accounts in 1 ofx file?
>
> I use it in this manner all the time and works great.
>
> I use an old program called pocketsense, which I modified a bit, which goes
> out to multiple institutions, downloads from each in ofx format and then
> combines them into single ofx file to import it into gnucash. Literally
> speaking they all are concatenation of individual files into one. It has
> been working fine since version 3.5 (or earlier I think).
>
> Only hickup that I see now and then is If transaction are across two
> accounts (example a transfer) in ofx then gnucash doesn't cross correlate
> them but if that happens then I disable import for the "seconds" account,
> finish first import and then perform second import of the same file and
> then
> it cross correlates automatically. Nice thing with ofx import in gnucash is
> that you can import same file multiple times but not get duplicated entries
> for the same transaction.
>
> I have tested combined ofx file that has investment account, banking
> account
> and a credit card account and if anything it is one of the robust feature
> of
> gnucash, IMHO.
>
> -
> Excuse the typos. It's the mobile thingy!
>
>
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-08-01 Thread Chris Good
When I went to create a bug for this I found one already exists:

https://bugs.gnucash.org/show_bug.cgi?id=105334
 Import multiple account OFX files with transfers between the accounts,
duplicate transactions are generated

Regards,
Chris Good

-Original Message-
From: Chris Good  
Sent: Sunday, 1 August 2021 5:49 PM
To: 'Kalpesh Patel' 
Cc: gnucash-user@gnucash.org
Subject: RE: Transactions for multiple accounts in 1 ofx file?

Hi Kalpesh Patel,

Your hiccup sounds exactly like the problem I have described.
2 people have now said they have transactions from multiple bank accounts in
the 1 .ofx file, so there are probably many more who do not subscribe to
this email list and who also may come across this problem. I will raise a
bug to document it.
If Covid-19 lockdown continues for much longer I may have enough time to try
to fix this myself.

Regards,
Chris Good

-Original Message-
From: Kalpesh Patel 
Sent: Sunday, 1 August 2021 5:05 AM
To: goodchri...@gmail.com
Cc: gnucash-user@gnucash.org
Subject: Re: Transactions for multiple accounts in 1 ofx file?

I use it in this manner all the time and works great.

I use an old program called pocketsense, which I modified a bit, which goes
out to multiple institutions, downloads from each in ofx format and then
combines them into single ofx file to import it into gnucash. Literally
speaking they all are concatenation of individual files into one. It has
been working fine since version 3.5 (or earlier I think).

Only hickup that I see now and then is If transaction are across two
accounts (example a transfer) in ofx then gnucash doesn't cross correlate
them but if that happens then I disable import for the "seconds" account,
finish first import and then perform second import of the same file and then
it cross correlates automatically. Nice thing with ofx import in gnucash is
that you can import same file multiple times but not get duplicated entries
for the same transaction.

I have tested combined ofx file that has investment account, banking account
and a credit card account and if anything it is one of the robust feature of
gnucash, IMHO.

-
Excuse the typos. It's the mobile thingy!




___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-08-01 Thread Chris Good
Hi Kalpesh Patel,

Your hiccup sounds exactly like the problem I have described.
2 people have now said they have transactions from multiple bank accounts in
the 1 .ofx file,
so there are probably many more who do not subscribe to this email list and
who also may come across this problem. I will raise a bug to document it.
If Covid-19 lockdown continues for much longer I may have enough time to try
to fix this myself.

Regards,
Chris Good

-Original Message-
From: Kalpesh Patel  
Sent: Sunday, 1 August 2021 5:05 AM
To: goodchri...@gmail.com
Cc: gnucash-user@gnucash.org
Subject: Re: Transactions for multiple accounts in 1 ofx file?

I use it in this manner all the time and works great.

I use an old program called pocketsense, which I modified a bit, which goes
out to multiple institutions, downloads from each in ofx format and then
combines them into single ofx file to import it into gnucash. Literally
speaking they all are concatenation of individual files into one. It has
been working fine since version 3.5 (or earlier I think).

Only hickup that I see now and then is If transaction are across two
accounts (example a transfer) in ofx then gnucash doesn't cross correlate
them but if that happens then I disable import for the "seconds" account,
finish first import and then perform second import of the same file and then
it cross correlates automatically. Nice thing with ofx import in gnucash is
that you can import same file multiple times but not get duplicated entries
for the same transaction.

I have tested combined ofx file that has investment account, banking account
and a credit card account and if anything it is one of the robust feature of
gnucash, IMHO.

-
Excuse the typos. It's the mobile thingy!



___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-08-01 Thread Chris Good
Hi David (Cousens),

The problem only occurs if you have transactions exported from multiple bank
accounts in a single .ofx file.
I have found this in GnuCash 4.5 but don't know about other versions. There
were modifications to ofx processing in 4.2.

Regards,
Chris Good

Message: 12
Date: Sat, 31 Jul 2021 23:37:36 +1000
From: David Cousens 
To: gnucash-user@gnucash.org
Subject: Re: [GNC] Transactions for multiple accounts in 1 ofx file?
Message-ID: 
Content-Type: text/plain; charset="UTF-8"

Chris,

I import OFX files from my bank with transfer transactions between three
bank
accounts and between all of those accounts and a credit card account
reasonably
regularly. I reconcile all accounts and have never noticed any discrepancies
in
the past. Is this any particular GnuCash version? I haven't imported
anything
for a month or two so haven't yet imported using V4.4 or 4.5 .

David Cousens

On Sat, 2021-07-31 at 18:29 +1000, Chris Good wrote:
> Hi,
> 
>  
> 
> I'd like some feedback from people who use the ofx/qfx file import,
> 
> or any other type of import that uses the 'Generic import transaction
> matcher'
> 
> window.
> 
> I've been fixing a problem and found another possible problem which I'd
like
> to determine is a problem that needs to be fixed.
> 
> The ofx import handles transactions for multiple bank accounts in the 1
> file.
> 
> If you have a transfer transaction between 2 bank accounts and the 
> transactions for both bank accounts are included in the 1 file, the
> 'Generic import transaction matcher' window doesn't detect the second
> 
> transaction should be a match of the transaction from the first accounts
> transactions.
> 
> Does anyone actually get and import a single ofx/qfx file from their bank,
> or somehow
> create a file, which includes the transactions for 2 bank accounts?
> 
> Regards, 
> Chris Good
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-07-31 Thread Kalpesh Patel

I use it in this manner all the time and works great.

I use an old program called pocketsense, which I modified a bit, which goes 
out to multiple institutions, downloads from each in ofx format and then 
combines them into single ofx file to import it into gnucash. Literally 
speaking they all are concatenation of individual files into one. It has 
been working fine since version 3.5 (or earlier I think).


Only hickup that I see now and then is If transaction are across two 
accounts (example a transfer) in ofx then gnucash doesn't cross correlate 
them but if that happens then I disable import for the "seconds" account, 
finish first import and then perform second import of the same file and 
then it cross correlates automatically. Nice thing with ofx import in 
gnucash is that you can import same file multiple times but not get 
duplicated entries for the same transaction.


I have tested combined ofx file that has investment account, banking 
account and a credit card account and if anything it is one of the robust 
feature of gnucash, IMHO.


-
Excuse the typos. It's the mobile thingy!


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-07-31 Thread Chris Good
Hi David,

Thanks for your input.
If the problem I described was fixed, you would still be able to flag those 
import transactions as to be ‘Added’ instead of ‘Matched’ (although the 2nd 
would default to ‘Match’ (Update and/or Reconcile instead of ‘Add’) and you 
would then still be able to do your manual procedure merging the Memo fields.

It doesn’t sound too difficult to append the Memo fields together when matching 
them, assuming the program had already been modified to allow matching of 2 
transactions in the same import. I seem to recall there is already an 
enhancement type bug to merge the transaction description and memo fields when 
matching an imported transaction to an existing transaction.

Regards,
Chris Good

> On 31 Jul 2021, at 8:15 pm, David Carlson  wrote:
> 
> Chris, yes, I do regularly download OFX files from my bank that include 
> transactions from several checking and saving accounts in one file.  It 
> happens that often there are transfers between accounts, and usually there 
> are already existing transactions in GnuCash as I planned the transfers 
> earlier to prepare for tax payments or whatever.  The transfer transactions 
> appear as duplicates in the files and each has separate memo text that 
> differs depending on whether the transaction is the 'From' transaction or the 
> transaction is the 'To' transaction.
> 
> Because there are existing transactions to match to, it would be possible 
> during the import process to avoid resulting duplicate entries by judicious 
> matching, but it happens that I want to retain memo text from both sides in 
> the split lines, so I deliberately treat both sides as new and manually merge 
> them as a post import operation.  If it were possible to merge them during 
> the import and retain the split memos from both sides it would simplify my 
> work flow.  
> .
> I would definitely miss the multiple account import feature if it were lost.
> 
> On Sat, Jul 31, 2021 at 3:30 AM Chris Good  wrote:
>> Hi,
>> 
>> 
>> 
>> I'd like some feedback from people who use the ofx/qfx file import,
>> 
>> or any other type of import that uses the 'Generic import transaction
>> matcher'
>> 
>> window.
>> 
>> I've been fixing a problem and found another possible problem which I'd like
>> to
>> 
>> determine is a problem that needs to be fixed.
>> 
>> 
>> 
>> The ofx import handles transactions for multiple bank accounts in the 1
>> file.
>> 
>> If you have a transfer transaction between 2 bank accounts and the 
>> 
>> transactions for both bank accounts are included in the 1 file, the
>> 
>> 'Generic import transaction matcher' window doesn't detect the second
>> 
>> transaction should be a match of the transaction from the first accounts
>> 
>> transactions.
>> 
>> 
>> 
>> Does anyone actually get and import a single ofx/qfx file from their bank,
>> or somehow
>> 
>> create a file, which includes the transactions for 2 bank accounts?
>> 
>> 
>> 
>> Regards,
>> 
>> Chris Good
>> 
>> 
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> 
> -- 
> David Carlson
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-07-31 Thread David Cousens
Chris,

I import OFX files from my bank with transfer transactions between three bank
accounts and between all of those accounts and a credit card account reasonably
regularly. I reconcile all accounts and have never noticed any discrepancies in
the past. Is this any particular GnuCash version? I haven't imported anything
for a month or two so haven't yet imported using V4.4 or 4.5 .

David Cousens

On Sat, 2021-07-31 at 18:29 +1000, Chris Good wrote:
> Hi,
> 
>  
> 
> I'd like some feedback from people who use the ofx/qfx file import,
> 
> or any other type of import that uses the 'Generic import transaction
> matcher'
> 
> window.
> 
> I've been fixing a problem and found another possible problem which I'd like
> to
> 
> determine is a problem that needs to be fixed.
> 
>  
> 
> The ofx import handles transactions for multiple bank accounts in the 1
> file.
> 
> If you have a transfer transaction between 2 bank accounts and the 
> 
> transactions for both bank accounts are included in the 1 file, the
> 
> 'Generic import transaction matcher' window doesn't detect the second
> 
> transaction should be a match of the transaction from the first accounts
> 
> transactions.
> 
>  
> 
> Does anyone actually get and import a single ofx/qfx file from their bank,
> or somehow
> 
> create a file, which includes the transactions for 2 bank accounts?
> 
>  
> 
> Regards,
> 
> Chris Good
> 
>  
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Transactions for multiple accounts in 1 ofx file?

2021-07-31 Thread David Carlson
Chris, yes, I do regularly download OFX files from my bank that include
transactions from several checking and saving accounts in one file.  It
happens that often there are transfers between accounts, and usually there
are already existing transactions in GnuCash as I planned the transfers
earlier to prepare for tax payments or whatever.  The transfer transactions
appear as duplicates in the files and each has separate memo text that
differs depending on whether the transaction is the 'From' transaction or
the transaction is the 'To' transaction.

Because there are existing transactions to match to, it would be possible
during the import process to avoid resulting duplicate entries by judicious
matching, but it happens that I want to retain memo text from both sides in
the split lines, so I deliberately treat both sides as new and manually
merge them as a post import operation.  If it were possible to merge them
during the import and retain the split memos from both sides it would
simplify my work flow.
.
I would definitely miss the multiple account import feature if it were lost.

On Sat, Jul 31, 2021 at 3:30 AM Chris Good  wrote:

> Hi,
>
>
>
> I'd like some feedback from people who use the ofx/qfx file import,
>
> or any other type of import that uses the 'Generic import transaction
> matcher'
>
> window.
>
> I've been fixing a problem and found another possible problem which I'd
> like
> to
>
> determine is a problem that needs to be fixed.
>
>
>
> The ofx import handles transactions for multiple bank accounts in the 1
> file.
>
> If you have a transfer transaction between 2 bank accounts and the
>
> transactions for both bank accounts are included in the 1 file, the
>
> 'Generic import transaction matcher' window doesn't detect the second
>
> transaction should be a match of the transaction from the first accounts
>
> transactions.
>
>
>
> Does anyone actually get and import a single ofx/qfx file from their bank,
> or somehow
>
> create a file, which includes the transactions for 2 bank accounts?
>
>
>
> Regards,
>
> Chris Good
>
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
David Carlson
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Transactions for multiple accounts in 1 ofx file?

2021-07-31 Thread Chris Good
Hi,

 

I'd like some feedback from people who use the ofx/qfx file import,

or any other type of import that uses the 'Generic import transaction
matcher'

window.

I've been fixing a problem and found another possible problem which I'd like
to

determine is a problem that needs to be fixed.

 

The ofx import handles transactions for multiple bank accounts in the 1
file.

If you have a transfer transaction between 2 bank accounts and the 

transactions for both bank accounts are included in the 1 file, the

'Generic import transaction matcher' window doesn't detect the second

transaction should be a match of the transaction from the first accounts

transactions.

 

Does anyone actually get and import a single ofx/qfx file from their bank,
or somehow

create a file, which includes the transactions for 2 bank accounts?

 

Regards,

Chris Good

 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.