Re: [GNC] Price Editor Problems

2019-05-14 Thread DaveW
Thank you Eric,

I modified the AlphaVantge.pm file as you suggested.  That it was a
read-only file I had quite a lot of problems saving the modification.
For want of a better solution I resorted to use Master Commander, (sudo
mc), simply because I don't know how to open a file as Root.  What is a
better method???

Yes I confirrmed I have an API key.

But . . . when setting up the Securities, in the "Get online quotes
section, I run into trouble again.  My securities are all on the
Australian Stock Exchange (ASX).  The only AlphaVantage selection
available is AlphaVantage US. I now don't know quite how to set up the
Get Online Quotes section.  I have tried a few of the many
combinations of selections to no avail.

Can you help me further please.  What other information should I
provide?

Dave W





On Sat, 11 May 2019 11:20:11 +0100
Eric Coates  wrote:

> My apologies.
> 
> I am going to swear!
> 
> The message below is not the one I sent; lots of asterixes have been 
> added, to get the correct message remove all of them (and if you want
> to see the original, enbolden the text they delineate)
> 
> I was trying to make the text more readable by emphasising the
> important bits - I'm going to have to rethink how that's possible.
> 
> Eric
> 
> 
> 
> 
> On 11/05/2019 11:12, Eric Coates wrote:
> > Hi (again!)
> >
> > OK, if you had AlphaVantage working at some time you'll have an 
> > AlphAvantage API key.
> >
> > (In GnuCash 3.5 you can confirm this by going through*Edit > 
> > Preferences > Online Quotes *and confirming that the key appears
> > there)
> >
> > It sounds as if you've hit the problem with AlphaVantage throttling 
> > the queries; the way to overcome this is to modify the file 
> > *AlphaVantage.pm.* I had problems finding the correct file to
> > modify but I think in Ubuntu 18.04 it is 
> > at*/usr/local/share/perl/5.22.1/Finance/Quote*; in 19.04 it's at 
> > *usr/share/perl5/Finance/Quote/AlphaVantage.pm*. Or, to be more
> > exact, that's where it was/is on my system; if it's not there a
> > hint (given by John Ralls a while ago) is to look in the
> > */etc/share* directory and look in folders called perl or perl5.
> >
> > Having found the file it needs to be modified to add in a delay
> > that overcomes the throttling problem. Very close to the end of the
> > file there is a line
> >
> > *select(undef, undef, undef, .7) if ($quantity);*
> >
> > (although, to be honest, I can't swear that the final semi-colon 
> > appears) that needs to be modified to read
> >
> > *select(undef, undef, undef, .7) if ($quantity); sleep(15);*
> >
> > (the modified line does need the semi-colon).
> >
> > It took me some time to gather the courage to go in and modify a 
> > "system" file; if you share my discomfort I can provide some
> > guidance on how to do it.
> >
> > Best wishes
> >
> > Eric
> > **
> >
> >
> > On 11/05/2019 02:18, DaveW wrote:  
> >> Where, please, can I get wo-to-go instructions to get my stock
> >> Price Editor (Re)working??
> >>
> >> I am running Ubuntu 18.04.  GNC ver 3.5.  My stock is all on the
> >> ASX (Australia).  Things worked wonderfully until the Yahoo demise
> >> and then for a while I was able to use Alphvantage but that
> >> stopped too.
> >>
> >> I have tried all sorts of fixes randomly and fear I have completely
> >> confused GNC in the process.
> >>
> >> I would greatly appreciate some step by step assistance.
> >>
> >> Dave W
> >> ___
> >> 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

[GNC] Price Editor Problems

2019-05-10 Thread DaveW


Where, please, can I get wo-to-go instructions to get my stock Price
Editor (Re)working??

I am running Ubuntu 18.04.  GNC ver 3.5.  My stock is all on the ASX
(Australia).  Things worked wonderfully until the Yahoo demise and
then for a while I was able to use Alphvantage but that stopped too. 

I have tried all sorts of fixes randomly and fear I have completely
confused GNC in the process.

I would greatly appreciate some step by step assistance.

Dave W
___
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] 3.4-0-1 "Warning: Finance ::Quote not installed properly"

2019-01-13 Thread DaveW


Running 18.04.  3.4-0-1 recently installed (and apparently working
properly so far)

How to fix above error when trying to download stock quotes (ASX)

Dave W
___
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] Deb 3.4.0.1 not working for me in ubuntu 18.04

2019-01-10 Thread DaveW
On Wed, 9 Jan 2019 07:31:54 +
Colin Law  wrote:

> On Wed, 9 Jan 2019 at 06:37, DaveW  wrote:
> 
> > ...
> >
> > 1. The commands work equally for 18.04 and 18.10?
> >  
> 
> Yes, I believe so, they may not all be necessary on 18.04 but they
> won't do any harm.
> 
> 
> >
> > 2. I currently have Gnucash 3.2 loaded and
> > working.  It is a dl.flathub.org version.  Is that an issue?  Do I
> > remove it first or does the apt remove take care of
> > that?
> >  
> 
> As said in the instructions, remove the old one first and run
> sudo apt autoremove
> How to remove the flatpak version I am not sure.
> 
> 
> >
> > 3. At the end of the above command process, will the
> > 3.4-0-1 launch or do I have to do something?
> >  
> 
> It should just go.  The first time, run it from the command line in a
> terminal
> gnucash
> then you will see if there are any errors. It should also be
> accessible via the normal GUI methods.
> 
> Colin

Thank you Colin and Stephen,

3.4 is up and running following your instructions and comments.  I am
very happy :-).


FYI:-

These following comments are for feedback only.  And my intrigue of
course.


I uninstalled the flatpak version via the Software Centre
(Ubuntu 18.04) quite easily.  

Strangely, the Software Centre shows that I have 1:2.6.19-1
installed.

Synaptic shows: "Installed Version = 3.4-0-1 | Latest Version
1:2.6.19-1"  There is an ! mark in the checkbox and it is
greyed out.

The Software Updater offers an available update for Gnucash to
1:2.6.19-1 but the checkbox is blanked.  Obviously your "Hold"
command at work.

Much of the discussion in the other emails under this thread-line is
beyond my level of understanding. But, perhaps destined to resolve and
normalise future presentation and updating process?

Dave W

___
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] Deb 3.4.0.1 not working for me in ubuntu 18.04

2019-01-08 Thread DaveW
On Tue, 8 Jan 2019 09:48:41 -0800
"Stephen M. Butler"  wrote:

> On 1/7/19 9:11 PM, Adrien Monteleone wrote:
> >> On Jan 7, 2019, at 5:41 PM, DaveW  wrote: 
> >>
> >> Thank you Stephen and Colin,
> >>
> >> I am going around and around.  I am a little confused as to
> >> whether the instructions in the above thread apply to 18.04 or
> >> 18.10?? Nevertheless, I followed the commands line by line,
> >> (Although I note that when it gets to the: "libboost-locale1.65.1
> >> libboost-regex1.65.1" line it say it does not recognise the
> >> command.)  
> 

> Those should be part of:
> 
> /sudo apt install ... /Looks like the line wrapping didn't
> convey the true meaning of what to do there.
> 
> Let me try to cleanup the commands (just 5 lines all beging with
> "sudo ")-- just in case line wrapping happens:
> 
> 
> sudo apt remove gnucash
> 
> sudo apt autoremove
> 
> sudo dpkg -i Downloads/gnucash_3.4-0-1_amd64.deb
> 
> sudo apt install  libboost-filesystem1.65.1  libboost-date-time1.65.1
> libboost-locale1.65.1  libboost-regex1.65.1
> 
> sudo apt-mark hold gnucash
> 
> //

Thank you.  I should have nutted out the wrapping issue myself.  Grrr.

Please let me clarify:

1. The commands work equally for 18.04 and 18.10?

2. I currently have Gnucash 3.2 loaded and working.  It
is a dl.flathub.org version.  Is that an issue?  Do I
remove it first or does the apt remove take care of
that?

3. At the end of the above command process, will the
3.4-0-1 launch or do I have to do something?


> 
> >> However, I always land up where I started.  I should note here that
> >> Synaptic sees the 3.4 version but it's greyed out and there is an !
> >> mark.  
> > 18.04, I’ve tested them on 18.10, but there is a larger dependency
> > mess.
> >
> >  
> >> Here's some additional information which may point to my dilemma:-
> >>
> >> I have available in my Software Centre 2 versions of Gnucash: 
> >>1. ver 1.2.6.19-1.
> >>2. ver Version: 3.2 Build ID: 3.2+ (2018-06-24).  I notice
> >> that the source is dl.flathub.org.  Futhermore, I discover, in my
> >>frenzy, that Synaptic does not see this version - even
> >> though it is installed?  So I guess "flathub" is outside the Ubuntu
> >>relm? It seems to work okay, although I have not thoroughly
> >>tested it.
> >> I discover that I can install each of the above versions and they
> >> can run independently.  
> > Flatpaks are installed via a separate system. See here:
> > https://flatpak.org/setup/Ubuntu/
> >
> > You can then search for and install via flathub.org, or cli with
> > ‘flatpak install’
> >
> > If I recall correctly, one of the devs now officially maintains the
> > flatpak of GnuCash. Unfortunately, flathub.org does not say which
> > version is available, though I’d suspect the cli search feature to
> > report it correctly.
> >
> >  
> >> All of that said, I simply want to install the latest version and
> >> keep the system and myself happy.  
> > For that I’ve always built from source, but that was before the
> > flatpak and now this .deb file were available.
> >
> > Regards,
> > Adrien
> >  
> >> Dave W  
> 
> 
> I am trying to get a better deb via Launchpad were we can put up a ppa
> for folks to point to.  Probably name it "gnucash-daily", although I
> don't see it changing daily but as commits are made to the maint
> branch.
> 
> However, I am having problems with one of the tools (pbuilder-dest)
> and have a query out in the Ubuntu Forums for input.  Nothing back
> when I checked a minute ago.  I suspect I'm going to have to read the
> code (shell script) for pbuild-dest and the debootstrap script it
> invokes (also shell script).  The later complains that gpgv can't be
> found -- but I can invoke it just fine.  I am comfortable in ksh and
> hope that transfers well to bsh.
> 
> Wish I had better news and was making progress to get something really
> useful.  My research indicates the check-install is not up to the task
> of dealing with multiple O/S version. 
> 
> >> -- 
> >> Stephen M Butler, PMP, PSM
> >> stephen.m.butle...@gmail.com
> >> kg...@arrl.net
> >> 253-350-0166
> >> ---
> >> GnuPG Fingerprint:  8A25 9726 D439 758D D846 E5D4 282A 5477 0385
> &g

Re: [GNC] Deb 3.4.0.1 not working for me in ubuntu 18.04

2019-01-07 Thread DaveW
On Mon, 7 Jan 2019 07:31:47 +
Colin Law  wrote:

> Just to clarify a bit, after installing you have to tell the update
> manager not to replace it with the original version again, as
> described in that thread,
> 
> Colin
> 
> On Mon, 7 Jan 2019 at 00:04, Stephen M. Butler  wrote:
> >
> > On 1/6/19 3:40 PM, DaveW wrote:  
> > > Ubuntu 18.04.  I am hoping to upgrade from GNC 3.2 to 3.4.
> > >
> > > The 3.4.0.1 Deb recently announced bombs out.
> > > That is to say it appears to be installing via the Software
> > > Centre. >> Gets 100% installed. >> Offers to "Launch"(or "Remove")
> > > Press "Launch" and it generates a "New Software Available"
> > > message.
> > > Software Updater shows Gnucash available.  When run it loads
> > > version 2.16.x Gnucash.
> > >
> > > Need some guidance please.
> > >
> > > Dave W  
> >
> >
> > This thread
> > https://lists.gnucash.org/pipermail/gnucash-user/2019-January/081700.html
> >
> >  
> > > ___
> > > 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.
> > >  
> >
> > --
> > Stephen M Butler, PMP, PSM
> > stephen.m.butle...@gmail.com
> > kg...@arrl.net
> > 253-350-0166
> > ---
> > GnuPG Fingerprint:  8A25 9726 D439 758D D846 E5D4 282A 5477 0385
> > 81D8
> >
> > ___
> > 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.  

Thank you Stephen and Colin,

I am going around and around.  I am a little confused as to whether the
instructions in the above thread apply to 18.04 or 18.10??
Nevertheless, I followed the commands line by line,  (Although I
note that when it gets to the: "libboost-locale1.65.1
libboost-regex1.65.1" line it say it does not recognise the command.)
However, I always land up where I started.  I should note here that
Synaptic sees the 3.4 version but it's greyed out and there is an !
mark.

Here's some additional information which may point to my dilemma:-

I have available in my Software Centre 2 versions of Gnucash: 
1. ver 1.2.6.19-1.
2. ver Version: 3.2 Build ID: 3.2+ (2018-06-24).  I notice that
the source is dl.flathub.org.  Futhermore, I discover, in my
frenzy, that Synaptic does not see this version - even though
it is installed?  So I guess "flathub" is outside the Ubuntu
relm? It seems to work okay, although I have not thoroughly
tested it.
I discover that I can install each of the above versions and they can
run independently.

All of that said, I simply want to install the latest version and keep
the system and myself happy.

Dave W

> ___
> 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.


[GNC] Deb 3.4.0.1 not working for me in ubuntu 18.04

2019-01-06 Thread DaveW


Ubuntu 18.04.  I am hoping to upgrade from GNC 3.2 to 3.4. 
 
The 3.4.0.1 Deb recently announced bombs out.  
That is to say it appears to be installing via the Software Centre. >>
Gets 100% installed. >> Offers to "Launch"(or "Remove")
Press "Launch" and it generates a "New Software Available"
message.  
Software Updater shows Gnucash available.  When run it loads
version 2.16.x Gnucash.

Need some guidance please.

Dave W
___
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] Import qif does not remember account allocation.

2019-01-01 Thread DaveW

Thank you Adrien.  That was useful information.  

Happy New Year,

DaveW

On Mon, 31 Dec 2018 00:44:04 -0600
Adrien Monteleone  wrote:

> DaveW,
> 
> As noted earlier, receiving copies of your own messages is a
> preference you can set. It defaults to ’no’ because many people keep
> copies of their own sent mail, thus our mail clients thread our sent
> messages into the conversation where they belong. (when using thread
> or conversation view features of mail clients, otherwise a check of
> the ’sent’ folder will show it.) If you either don’t keep your own
> sent mail, or want to get another copy from the list anyway, simply
> log in to mailman and set that preference.
> 
> If you just occasionally want to make sure one of your postings made
> it to the list, you can check the web archive and see it there.
> 
> If your message fails at the server level, you’ll get a bounce
> message.
> 
> If it is held for moderation, (such as accidentally sending from a
> different account) you’ll get an automated reply to that effect.
> 
> Regards,
> Adrien
> 
> > On Dec 31, 2018, at 12:23 AM, DaveW  wrote:
> > 
> > David C
> > 
> > I apologise for the duplicated messages.  (I was troubled by the
> > fact that I saw no evidence in the List that my message was
> > properly sent.  Even now, I don't seem to be receiving my gnu-cash
> > user copies from the List?  Be that as it may, I regret the nuisance
> > value of my emailing dilemma.)
> > 
> > Thank you very much for the very helpful comments you provided.  I
> > now understand it is imperative to make/correct the account
> > assignment during the wizard process.  (As an aside, that the
> > wizard doesn't show the $ amount on the  appropriate page, often
> > makes it difficult to recall where the transaction belongs.  Just
> > by way of comment.)
> > 
> > All of that said, it seems that I should await, or install, version
> > 3.x
> > 
> > Thank you again Dave and a Happy New Year to you and this user
> > group. It is an excellent facility.
> > 
> > Dave W
> > 
> > 
> > 
> > 
> > 
> > On Sun, 30 Dec 2018 02:56:05 -0600
> > David Carlson  wrote:
> >   
> >> Dave W,
> >> 
> >> Once is enough with the duplicated messages.  The previous
> >> responses by John and Derek seemed to cover your concerns but
> >> since you are asking for elaboration, I as an experienced user can
> >> answer your questions #1 & #2. The QIF Import wizard in the
> >> GnuCash Releases 2.6.21 and earlier assign the unspecified account
> >> when there is not enough history detected by the Bayesian matcher
> >> to assign an existing account to a transaction.  The user must
> >> monitor the import and correct those transactions during the
> >> import process as well as catching and correcting any other
> >> assignment errors arising from similar transactions in the history
> >> before accepting the assignments in the import.  Since each
> >> financial institution structures their descriptions somewhat
> >> differently, it sometimes takes much more history to get better
> >> accuracy with the matching.  Even after many years using the OFX
> >> importer, I still get frequent mis-assignments between gasoline
> >> purchases and restaurant purchases in one of my bank accounts.  In
> >> my experience, the OFX import wizard historically has given me
> >> better results than the QIF importer, and I have few accounts that
> >> do not offer OFX format.
> >> 
> >> To make things more interesting, the 3.x release series has the
> >> importers re-configured to work differently so that it is, as a
> >> practical matter, necessary to start over with matching once you
> >> have migrated to that release series.  The bright side of that
> >> change is that it should work better fairly quickly, and best of
> >> all, it will be easier to purge out bad history when needed.
> >> 
> >> I cannot answer your questions #3 and #4.
> >> 
> >> David C
> >> 
> >> On Sat, Dec 29, 2018 at 11:29 PM DaveW 
> >> wrote: 
> >>> On Mon, 03 Dec 2018 19:13:53 -0500
> >>> Derek Atkins  wrote:
> >>>   
> >>>> Hi,
> >>>> 
> >>>> John Ralls  writes:
> >>>>   
> >>>>>> On Dec 3, 2018, at 6:06 AM, David wasserman
> >>>>>>  wrote:
> >>>>>> 
> >>>>>> Running Ubuntu 18.04.  GNC version 2.6.19.
> >>

Re: [GNC] Import qif does not remember account allocation.

2018-12-30 Thread DaveW
David C

I apologise for the duplicated messages.  (I was troubled by the
fact that I saw no evidence in the List that my message was
properly sent.  Even now, I don't seem to be receiving my gnu-cash
user copies from the List?  Be that as it may, I regret the nuisance
value of my emailing dilemma.)

Thank you very much for the very helpful comments you provided.  I now
understand it is imperative to make/correct the account assignment
during the wizard process.  (As an aside, that the wizard doesn't show
the $ amount on the  appropriate page, often makes it difficult to
recall where the transaction belongs.  Just by way of comment.)

All of that said, it seems that I should await, or install, version 3.x

Thank you again Dave and a Happy New Year to you and this user group.
It is an excellent facility.

Dave W





On Sun, 30 Dec 2018 02:56:05 -0600
David Carlson  wrote:

> Dave W,
> 
> Once is enough with the duplicated messages.  The previous responses
> by John and Derek seemed to cover your concerns but since you are
> asking for elaboration, I as an experienced user can answer your
> questions #1 & #2. The QIF Import wizard in the GnuCash Releases
> 2.6.21 and earlier assign the unspecified account when there is not
> enough history detected by the Bayesian matcher to assign an existing
> account to a transaction.  The user must monitor the import and
> correct those transactions during the import process as well as
> catching and correcting any other assignment errors arising from
> similar transactions in the history before accepting the assignments
> in the import.  Since each financial institution structures their
> descriptions somewhat differently, it sometimes takes much more
> history to get better accuracy with the matching.  Even after many
> years using the OFX importer, I still get frequent mis-assignments
> between gasoline purchases and restaurant purchases in one of my bank
> accounts.  In my experience, the OFX import wizard historically has
> given me better results than the QIF importer, and I have few
> accounts that do not offer OFX format.
> 
> To make things more interesting, the 3.x release series has the
> importers re-configured to work differently so that it is, as a
> practical matter, necessary to start over with matching once you have
> migrated to that release series.  The bright side of that change is
> that it should work better fairly quickly, and best of all, it will
> be easier to purge out bad history when needed.
> 
> I cannot answer your questions #3 and #4.
> 
> David C
> 
> On Sat, Dec 29, 2018 at 11:29 PM DaveW  wrote:
> 
> > On Mon, 03 Dec 2018 19:13:53 -0500
> > Derek Atkins  wrote:
> >  
> > > Hi,
> > >
> > > John Ralls  writes:
> > >  
> > > >> On Dec 3, 2018, at 6:06 AM, David wasserman
> > > >>  wrote:
> > > >>
> > > >> Running Ubuntu 18.04.  GNC version 2.6.19.
> > > >>
> > > >> Whereas GNC remembers previous account allocation on my
> > > >> Mastercard. Importing from my recently new AMEX credit card,
> > > >> the system doesn't remember the account allocation even for
> > > >> exactly the same transaction multiple times previously booked.
> > > >>
> > > >> How to fix, please?  
> > > >
> > > > Keep importing. It takes several runs of the importer to build
> > > > up enough matching data to generate matches, and it’s runs of
> > > > the matcher that matter, not the number of transactions in an
> > > > import.  
> > >
> > > Keep in mind that the QIF importer matches on FULL LINES.  If
> > > there is even a single character different in the Payee or Memo
> > > then the QIF importer will consider it different.
> > >  
> > > > Please remember to CC this list on all your replies.
> > > > You can do this by using Reply-To-List or Reply-All.  
> > >
> > > -derek  
> >
> > Ongoing . . . . .
> >
> > I have now been through 8 monthly iterations of my newer Amex qif
> > importations.  Still no auto account allocation generation as
> > suggested will eventually occur. (Yet my long-term Mastercard
> > account .qif downloads continue to import and allocate correctly.)
> >
> > In my frenetic searching, I find this
> > file: /.gnucash/qif-accounts-map. It seems to be the memory source
> > of previous transaction.  It's a long file that obviously has
> > followed me over the years.  In it I recognise that, typically, the
> > Mastercard allocations Line Description has the correct account
> > allocation recorded.

Re: [GNC] My emails are not appearing on gnucash-user@gnucash.org list.

2018-12-29 Thread DaveW
On Sun, 30 Dec 2018 15:57:09 +1100
Liz  wrote:

> On Sun, 30 Dec 2018 15:51:50 +1100
> Andrew Clark  wrote:
> 
> > I've received both your test emails. They come through fine. Gmail
> > detects they are duplicates or they aren't sent back to you as the
> > sender perhaps?  
> 
> While that is true, they aren't on my received list other than the
> test mails, and they aren't in the moderation queue.
> 
> Liz
> Moderator
> ___
> 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.

Shouldn't this reply appear appear on the List then??
___
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] Import qif does not remember account allocation.

2018-12-29 Thread DaveW
On Mon, 03 Dec 2018 19:13:53 -0500
Derek Atkins  wrote:

> Hi,
> 
> John Ralls  writes:
> 
> >> On Dec 3, 2018, at 6:06 AM, David wasserman
> >>  wrote:
> >> 
> >> Running Ubuntu 18.04.  GNC version 2.6.19.
> >> 
> >> Whereas GNC remembers previous account allocation on my Mastercard.
> >> Importing from my recently new AMEX credit card, the system doesn't
> >> remember the account allocation even for exactly the same
> >> transaction multiple times previously booked.
> >> 
> >> How to fix, please?  
> >
> > Keep importing. It takes several runs of the importer to build up
> > enough matching data to generate matches, and it’s runs of the
> > matcher that matter, not the number of transactions in an import.  
> 
> Keep in mind that the QIF importer matches on FULL LINES.  If there is
> even a single character different in the Payee or Memo then the QIF
> importer will consider it different.
> 
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.  
> 
> -derek

Ongoing . . . . . 

I have now been through 8 monthly iterations of my newer Amex qif
importations.  Still no auto account allocation generation as
suggested will eventually occur. (Yet my long-term Mastercard
account .qif downloads continue to import and allocate correctly.)

In my frenetic searching, I find this file: /.gnucash/qif-accounts-map.
It seems to be the memory source of previous transaction.  It's a long
file that obviously has followed me over the years.  In it I recognise
that, typically, the Mastercard allocations Line Description has
the correct account allocation recorded.  

So I searched a recent Amex transaction that has twice previously been
manually corrected from "Unspecified" to it's correct Expense account
yet this is what is recorded inter alia:
("ROMEO S FOODHALL SUTHER SUTHERLAND" "ROMEO S FOODHALL SUTHER
SUTHERLAND" (9 8 0 3 4 2 11 12 5 6) #f "Unspecified" #f #t).

Sorry about the long preamble. ):

*1. Once designated "Unspecified" how/when, and by what means, does the
correct allocation be recorded?
*2. Is there a difference between manual correction while in QIF
Download mode and after Import has been completed?
*3. What do the numerals and #'s mean?
*4. Shall I upload the said qif-accounts-map file for you?

Dave W

___
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] My emails are not appearing on gnucash-user@gnucash.org list.

2018-12-29 Thread DaveW
This is a Test email . . . 
___
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] Testing my email. Please Ignore

2018-12-29 Thread DaveW
A post I recently made has not appeared on the List.  I am just
checking . . . 
___
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.