Re: [GNC] Post Invoice offers only the wrong currency's A/Receivable account?

2019-05-27 Thread Derek Atkins
The invoice currency is obtained from the customer currency when the 
invoice customer is selected. If that changed after the invoice was created 
then the invoice didn't get updated. In that case you need to Edit Invoice 
and reselect the customer.


-derek
Sent using my mobile device. Please excuse any typos.
On May 27, 2019 10:38:28 PM Jim DeLaHunt  wrote:


Hello, fellow GnuCash users:

I am having difficulty with my first invoice for a new customer. My book
has business accounts, including A/Receivable accounts, in two
currencies: USD and CAD (US and Canadian dollars). I have been
generating USD invoices in recent months, and CAD invoices before that.
Today I tried to generate a new USD invoice for a new customer. I can
generate the invoice. It has a single item, which links to a USD sales
income account.

When I try to post the invoice, the only posting account which GnuCash
offers me is the CAD A/Receivable account. The pull-down menu does not
show either of my two USD A/Receivable accounts.

When I try to manually type in the USD A/Receivable account I want to
use, GnuCash offers a currency conversion dialogue.

So, I guess that somewhere GnuCash got the idea that this invoice is in
CAD, but the only item it lists is in USD.

How can I post this invoice to a USD A/Receivable account?

I am using GnuCash Version: 3.4, Build ID: 3.4+ (2018-12-30) on Mac OS
10.11.6.

Thanks in advance for any advice.

--
--Jim DeLaHunt, j...@jdlh.com http://blog.jdlh.com/ (http://jdlh.com/)
  multilingual websites consultant

  355-1027 Davie St, Vancouver BC V6E 4L2, Canada
 Canada mobile +1-604-376-8953

___
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] Post Invoice offers only the wrong currency's A/Receivable account?

2019-05-27 Thread Jim DeLaHunt

Hello, fellow GnuCash users:

I am having difficulty with my first invoice for a new customer. My book 
has business accounts, including A/Receivable accounts, in two 
currencies: USD and CAD (US and Canadian dollars). I have been 
generating USD invoices in recent months, and CAD invoices before that. 
Today I tried to generate a new USD invoice for a new customer. I can 
generate the invoice. It has a single item, which links to a USD sales 
income account.


When I try to post the invoice, the only posting account which GnuCash 
offers me is the CAD A/Receivable account. The pull-down menu does not 
show either of my two USD A/Receivable accounts.


When I try to manually type in the USD A/Receivable account I want to 
use, GnuCash offers a currency conversion dialogue.


So, I guess that somewhere GnuCash got the idea that this invoice is in 
CAD, but the only item it lists is in USD.


How can I post this invoice to a USD A/Receivable account?

I am using GnuCash Version: 3.4, Build ID: 3.4+ (2018-12-30) on Mac OS 
10.11.6.


Thanks in advance for any advice.

--
--Jim DeLaHunt, j...@jdlh.com http://blog.jdlh.com/ (http://jdlh.com/)
  multilingual websites consultant

  355-1027 Davie St, Vancouver BC V6E 4L2, Canada
 Canada mobile +1-604-376-8953

___
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] Problem with saving to NAS Drive

2019-05-27 Thread David Cousens
John,

The following link has some info around how to mount NFS shares on Windows
10

https://graspingtech.com/mount-nfs-share-windows-10/

(being Windows this is not available on all WIndows 10 systems, specifically
the Home version which doesn't have the NFS client software installed -  it
may be possible to install this, I haven't tried)

but your NAS should also be able to produce samba shares so

https://www.techrepublic.com/article/how-to-connect-to-linux-samba-shares-from-windows-10/

and this works no problem on the Windows 10 Home version on my wife's TabPro
S.

David Cousens



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.


Re: [GNC] Problem with saving to NAS Drive

2019-05-27 Thread David Cousens
John,

There is certainly no problem accessing an NAS drive from Linux systems
(Mint19.1 in my case). I have been doing it since my NAS was put on the
system 4 years agoand through all the GnuCash versions but it does require a
little bit of admin work to setup. The NAS has to be setup to export shares
in the right format for your OS NFS4 in my case and with the right
permissions. 

I use autofs to automount my devices on my Linux system the setup is not too
complicated. A file /etc/auto.WNAS defines the shares to be mounted by
autofs: (192.168.0.2 is the url for my NAS)
#
#NFS  shares
#
NAS_backups   192.168.0.2:/data/Backups  
NAS_music 192.168.0.2:/data/Music
NAS_videos192.168.0.2:/data/Videos
NAS_pictures  192.168.0.2:/data/Pictures
NAS_documents 192.168.0.2:/data/Documents
NAS_development   192.168.0.2:/data/Development

/etc/auto.master has entries to define the mount point as follows.
# 
/home/david/ArtelierW/NAS /etc/auto.WNAS 
--ghost,-fstype=nfs4,rw,intr,uid=1000,gid=100

I use a directory under my home directory as the mount point which means I
can always access it from the file manager on the system and it is also
accessible from within Gnucash. Autofs has to be installed of course.
At bootup autofs will try to mount the NAS if it is switched on. (I normally
have it switched off except for specific times for automatic backups as a
security measure. In that case, autofs will mount the NAS shares whenever I
try to access them from the mount point in my home directory if it wasn't
mounted at bootup. It takes a second or two and the shared directory
structure is accessibe. Caution for backups: exclude the mountpoint from a
backup or you end up backing the backup up to itself a very circular
argument.
I haven't set this up on my wife's Windows 10 box (its backed up to the
Linux system which is in turn backed up to the NAS) but I would be surprised
if it is not possible, although probably much harder and more obscure to do.
I'll give it a go  when I can tear the Windows box away from my wife.

David Cousens





-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.


Re: [GNC] GNUCASH Android

2019-05-27 Thread John Ralls



> On May 27, 2019, at 7:28 AM, Geert Janssens  
> wrote:
> 
> On maandag 27 mei 2019 16:21:34 CEST John Ralls wrote:
>>> On May 27, 2019, at 1:48 AM, Geert Janssens 
>>> wrote:> 
>>> Op zondag 26 mei 2019 16:01:07 CEST schreef John Ralls:
> On May 26, 2019, at 3:27 AM, nor via gnucash-user
>  wrote:
> 
> I am aware that it is not a part of GNUC development. However it a
> lovely
> app on move specifically to view records/transactions from
> desktop.Unfortunately, Desktop XML ver 3.5 is not compatible with
> android
> version and hence cannot be imported.XML file in uncompressed.
> Appreciate
> advise.regardsnor
 
 In which does the file not open, GnuCash or GnuCash for Android. On what
 operating system for GnuCash? Have you tested earlier GnuCash versions?
 If
 so, what is the latest one that works?
 
 We haven't made any changes to the XML file schema in many years, so it's
 unlikely that that's the problem.
 
 Regards,
 John Ralls
>>> 
>>> I just saw a ticket coming in on GnuCash for Android's bug tracker which
>>> complains about not understanding the date format.
>>> 
>>> I can't find a public link to this ticket unfortunately, however here's
>>> the
>>> content:
>>> 
>>> -
>>> hello, when i try to open a file saved with gnucash desktop v.3.5 (linux)
>>> i
>>> receive an error on the datetime format.
>>> The errore says: "unable to parse transaction time - 2011-12-05 23:00:00"
>>> 
>>> I looked into the XML file but I don't see anything strange. This date is
>>> under the  node.
>>> 
>>> I hope you can help me.
>>> thank you
>>> -
>>> 
>>> Did we change something in that area ?
>> 
>> Yes, I changed the times to save as UTC with no timezone offset instead of
>> the local time with an offset to turn it back to UTC. Our parser didn't
>> need any changes, seems GforA's doesn't take that into account. Since Ngewi
>> seems to be busy with other stuff maybe I should make it write out a 
>> offset on each date to accommodate him.
>> 
>> Regards,
>> John Ralls
> 
> That looks like a reasonable workaround.

OK, pushed. Windows users can try tomorrow's nightly.

Regards,
John Ralls

___
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] GNUCASH Android

2019-05-27 Thread GTI .H
Em dom, 26 de mai de 2019 às 06:28, nor via gnucash-user <
gnucash-user@gnucash.org> escreveu:

> I am aware that it is not a part of GNUC development. However it a lovely
> app
> on move specifically to view records/transactions from
> desktop.Unfortunately, Desktop XML ver 3.5 is not compatible with android
> version and hence cannot be imported.XML file in uncompressed. Appreciate
> advise.regardsnor
>

This week I opened an xml file of GnuCash Desktop 3.4 in GnuCash Andoid 2.4
with no problems.


-- 
Regards
GTI
___
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] Selling specified lots of stock/mutual funds

2019-05-27 Thread Art Chimes
I have been struggling to migrate from my ancient (2000) edition of
Quicken to Gnucash. The learning curve, for me, has been
discouragingly steep. I think I've got a grasp on the cash accounts --
bank accounts, credit cards. But investments, such as a brokerage
account, are more challenging.

My current stumbling block is selling specified shares of a mutual
fund or stock.

To sell shares in Quicken -- even my dusty old version -- the program
asks me to choose between average cost basis and lot identification.
When I click the "select lots" button, a pop-up box lists all open
lots of the security with date and price. I can manually choose which
lots (or parts thereof) to sell in this transaction. Or just press a
button to automatically select oldest or newest shares, or the ones
that will give me minimum or maximum gain. (There is a Help button,
but the screen is really self-explanatory.)

By contrast, I see no parallel function in Gnucash. I can "View Lots"
from the Actions menu, and I can manually aggregate one or more
purchases into a named lot. But then what? And the pop-up lots window
does not provide crucial per-share cost data that I could potentially
sort on to minimize taxable gain. The scrub function, if I read the
documentation correction, automates the process only for FIFO
accounting. I don't see a way to manually identify the shares I want
to sell and have Gnucash calculate the gain or loss, and then mark
those lots as no longer available for sale.

Neither Section 9.7 of the Gnucash docs, or the wiki nor a search of
the mailing list archives seem to have answered my question: Am I
missing something? I'm not an active trader, and I may need this
function only a couple of times a year, but it would be very
disappointing if I have to do something like this manually. (The
examples of lots seem to involve a maximum of four transactions, but
in an account with years of dollar-cost-averaging purchases and
reinvested dividends, over a decade or two the number of transactions
can climb into triple digits.)

I'm using 3.4 on Windows 10.

Thank you,
Art
___
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] Xcode project/buildable non X11 Mac version?

2019-05-27 Thread Robert Heller
At Mon, 27 May 2019 12:43:27 -0500 (CDT) kentsor  wrote:

> 
> John Ralls-2 wrote
> > No, no one has ever undertaken a MacOS-native UI for GnuCash. 
> 
> I'm surprised to hear that. The program could be very useful and far more
> popular, but the list of UI issues I could draw up would be a long one
> indeed. Accounting is unpleasant enough that I would not put up with a
> program that looks and works like this. If it was just a few issues I'd be
> more than willing to chip in and submit fixes as I have for two other
> projects but this is just so thoroughly painful and alien to use. 
> I've always seen it as the perpetual tyranny by the vocal minorities that is
> the bane of so many open source projects, forcing conformity to whatever pet
> linux distro of the day over mass appeal and usefulness to the general
> public. 

As John has said, *free* Open Source projects are always going to use *free*
Open Source GUI toolkits that support cross-platform projects. It turns out,
just about all *free* Open Source GUI toolkits have their roots in
Unix/Linux/X11. Writing a GUI-based project is hard enough, it is harder to
write multiple versions of such a project (to run on different platforms,
using different GUI toolkits). The only people who can "afford" to do that are
Microsoft, Adobe, and Intuit and the various game software houses. And that is
*all* paid software. The only way a *free* Open Source project is going to
have *any* chance of surviving on *volunteer* labor for any platform *outside*
of Linux, is if it uses a *free* Open Source *cross-platform* GUI toolkit.
This pretty much means one of the X11/Linux based toolkits, that supports
cross-platform projects. Note: there is no reason for *any* of the X11/Linux
based toolkits to be cross-platform in the first place, unless the authors /
maintainers of those toolkits put in the effort to make them work under a
non-X11/Linux system, which is actually the *hardest* part of writing and
maintaining those toolkits.

Note: even *Java* applications don't use the native GUI toolkits under 
MS-Windows and MacOSX.  And Java is the ultimate in "cross-platform".  And it 
too has its roots in Unix/X11 (after all, Sun Microsystems was building *Unix* 
based hardware).

If there is any "tyranny" going on, the people you *really* should be ranting
at are Apple and Microsoft -- they are the ones who created the *propriatory*
GUI subsystems using *closed source* toolkits. Almost all programs using the
*native* GUI (for either MS-Windows or MacOSX) are going be either
single-platform programs or *paid* software (commercial or "shareware"). And 
the "market" for non-Linux FOSS software is really very small, even though the 
number of non-Linux users is larger than the number of Linux users.  Most of 
the non-Linux computer users are more likely to *buy* software (and generally 
pay far too much for it).

> 
> I would also say that download counts of a given OS build is not any
> indication of users willing to use the program. 
> 
> 
> 
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.
> 
>  

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

___
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] Problem with saving to NAS Drive

2019-05-27 Thread David Carlson
I just noticed the word hostname.  My isp  automatically created a domain
containing the word local which causes linux computers to turn off bonjour,
thus preventing finding local hosts by hosname.  I am forced to use ip
addresses when mounting network drives.

David Carlson

On Mon, May 27, 2019, 1:45 PM David Carlson 
wrote:

> Too many details are missing.  I know that in Ubuntu 16.04 or 18.04 it is
> necessary to use a file manager to mount and sign in to my NAS before I can
> open or save a GnuCash data file.
>
> On other OS's details vary.  Any incorrect words were substituted by the
> spell checker.
>
> David Carlson
>
> On Mon, May 27, 2019, 8:06 AM Geert Janssens 
> wrote:
>
>> John,
>>
>> Nothing has changed on the gnucash side in this respect between version
>> 3.3 or
>> 3.5 that I'm aware of.
>>
>> You didn't state what OS you are on. Is that on Windows as well ?
>>
>> Regards,
>>
>> Geert
>>
>> On zaterdag 18 mei 2019 19:08:57 CEST John Underwood wrote:
>> > I came accross this problem today after several years of using GNUCash
>> with
>> > files housed on Network drives (Not usually NAS but drives on other
>> network
>> > computers). In fact, I suspect but cannot be completely certain, that I
>> have
>> > never stored a GNUCash file on, or retreieved one from, a local drive.I
>> > found a workaround for the problem, using two very simple procedures:
>> > Uninstall and Install. In uninstalled GNUCash 3.5 and installed GGNU
>> Cash
>> > 3.3 (From which I had "upgraded" earlier - 3.4 showed the same
>> > problem).Now I am back to where I have been for several years. The
>> > impossible today appears to have been the normal in the very recent
>> past. I
>> > can now open a network GNUCash file and GNUCash opens and displaye
>> it.This
>> > is not a solution! I am reliant on a version of GNUCash which is no
>> longer
>> > supported. Apart from other problems which will not be solved for me,
>> there
>> > is the security problem. My tolerance of errors in security is very low.
>> > Unless this problem can be dealt with in the near future, I will have to
>> > consider tha possibility of an alternative accounting package (with the
>> > effort involved in coversion to it) simply because GNUCash, in spit of
>> its
>> > excellent qualities, does not meet my essential operational
>> requirements.
>> > And that, in spite of the additional costs of a non-open source
>> > product.This is not a uestion of a conflict between Windows and Unix.
>> The
>> > issue is concerned with the standards for file (and path) naming which
>> have
>> > long included a hostname. It is my contention that GNUCash was
>> compliant in
>> > version 3.3 but is not in 3.4 or 3.5.
>> > John Ralls-2 wrote
>> >
>> > > On Jul 24, 2013, at 7:53 PM, Robert Kesterson <
>> > >
>> > > robertk@
>> > >
>> > > > wrote:> John Ralls wrote:>> Gtk isn't going to change the file
>> > > chooser in Gtk 2-24. Somebody did just that last year and we got a
>> lot of
>> > > grief from the distros about making major changes to a maintenance
>> branch.
>> > > There's also no Windows maintainer at this point, so an enhancement
>> > > request for a Windows-only feature isn't likely to go anywhere even
>> for
>> > > Gtk 3.9 (the current development version). > How tightly coupled is
>> the
>> > > Gnucash engine to the GTK GUI?  If the engine is loosely coupled,
>> maybe
>> > > some enterprising soul could write a native Windows (or Mac) GUI and
>> hook
>> > > it to the engine?It's doable. One of us, Christian Stimming, has
>> written a
>> > > basic GUI using Qt. It's called "Cutecash" and it's buildable from an
>> SVN
>> > > checkout if you're interested in playing with it. The Gnucash engine
>> is
>> > > pretty unix-y and heavily dependent upon GLib, so getting it to build
>> in
>> > > MSVS would take a bit of work before one could even start on the GUI.
>> > > That's less of an obstacle on Mac because of the Unix underneath the
>> > > pretty GUI.Regards,John
>> > > Ralls___gnucash-user
>> mailing
>> > > list
>> > >
>> > > gnucash-user@
>> > >
>> > > https://lists.gnucash.org/mailman/listinfo/gnucash-user-Please
>> > > remember to CC this list on all your replies.You can do this by using
>> > > Reply-To-List or Reply-All.
>> >
>> > --
>> > Sent from:
>> http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.
>>
>>
>>
>>
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To

Re: [GNC] Problem with saving to NAS Drive

2019-05-27 Thread David Carlson
Too many details are missing.  I know that in Ubuntu 16.04 or 18.04 it is
necessary to use a file manager to mount and sign in to my NAS before I can
open or save a GnuCash data file.

On other OS's details vary.  Any incorrect words were substituted by the
spell checker.

David Carlson

On Mon, May 27, 2019, 8:06 AM Geert Janssens 
wrote:

> John,
>
> Nothing has changed on the gnucash side in this respect between version
> 3.3 or
> 3.5 that I'm aware of.
>
> You didn't state what OS you are on. Is that on Windows as well ?
>
> Regards,
>
> Geert
>
> On zaterdag 18 mei 2019 19:08:57 CEST John Underwood wrote:
> > I came accross this problem today after several years of using GNUCash
> with
> > files housed on Network drives (Not usually NAS but drives on other
> network
> > computers). In fact, I suspect but cannot be completely certain, that I
> have
> > never stored a GNUCash file on, or retreieved one from, a local drive.I
> > found a workaround for the problem, using two very simple procedures:
> > Uninstall and Install. In uninstalled GNUCash 3.5 and installed GGNU Cash
> > 3.3 (From which I had "upgraded" earlier - 3.4 showed the same
> > problem).Now I am back to where I have been for several years. The
> > impossible today appears to have been the normal in the very recent
> past. I
> > can now open a network GNUCash file and GNUCash opens and displaye
> it.This
> > is not a solution! I am reliant on a version of GNUCash which is no
> longer
> > supported. Apart from other problems which will not be solved for me,
> there
> > is the security problem. My tolerance of errors in security is very low.
> > Unless this problem can be dealt with in the near future, I will have to
> > consider tha possibility of an alternative accounting package (with the
> > effort involved in coversion to it) simply because GNUCash, in spit of
> its
> > excellent qualities, does not meet my essential operational requirements.
> > And that, in spite of the additional costs of a non-open source
> > product.This is not a uestion of a conflict between Windows and Unix. The
> > issue is concerned with the standards for file (and path) naming which
> have
> > long included a hostname. It is my contention that GNUCash was compliant
> in
> > version 3.3 but is not in 3.4 or 3.5.
> > John Ralls-2 wrote
> >
> > > On Jul 24, 2013, at 7:53 PM, Robert Kesterson <
> > >
> > > robertk@
> > >
> > > > wrote:> John Ralls wrote:>> Gtk isn't going to change the file
> > > chooser in Gtk 2-24. Somebody did just that last year and we got a lot
> of
> > > grief from the distros about making major changes to a maintenance
> branch.
> > > There's also no Windows maintainer at this point, so an enhancement
> > > request for a Windows-only feature isn't likely to go anywhere even for
> > > Gtk 3.9 (the current development version). > How tightly coupled is the
> > > Gnucash engine to the GTK GUI?  If the engine is loosely coupled, maybe
> > > some enterprising soul could write a native Windows (or Mac) GUI and
> hook
> > > it to the engine?It's doable. One of us, Christian Stimming, has
> written a
> > > basic GUI using Qt. It's called "Cutecash" and it's buildable from an
> SVN
> > > checkout if you're interested in playing with it. The Gnucash engine is
> > > pretty unix-y and heavily dependent upon GLib, so getting it to build
> in
> > > MSVS would take a bit of work before one could even start on the GUI.
> > > That's less of an obstacle on Mac because of the Unix underneath the
> > > pretty GUI.Regards,John
> > > Ralls___gnucash-user
> mailing
> > > list
> > >
> > > gnucash-user@
> > >
> > > https://lists.gnucash.org/mailman/listinfo/gnucash-user-Please
> > > remember to CC this list on all your replies.You can do this by using
> > > Reply-To-List or Reply-All.
> >
> > --
> > Sent from:
> http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.
>
>
>
>
> ___
> 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 subscript

Re: [GNC] Importing investment info from Financial Planner's website

2019-05-27 Thread David Carlson
Joseph,

Look on your financial planners website for a link to export your data.
Most investment firms have some such option, often near another option to
download a PDF of your monthly statement.

Since you say you used to do it with Quicken, they may have an option to
download qfx or ofx format.  Else there may be a options for other formats
such as qif or csv.

Any of those options will work with GnuCash, tho, as David T points out, it
my be an arduous process.

David Carlson

On Mon, May 27, 2019, 7:24 AM Joseph Hymel via gnucash-user <
gnucash-user@gnucash.org> wrote:

>  Thanks David T.
> Just to clarify I am only interested in being able to import MY investment
> holdings from my financial planner's website via my login/password for that
> website. I have recently left Quicken software where I had that ability to
> import my investment info, and thought it might exist in GNUCASH also.
> There is so much similarity between the two applications that has amazed me
> and thus caused me to seek this functionality out if it existed. I
> appreciate your prompt response nonetheless.
> Jo
> On Monday, May 27, 2019, 06:55:53 AM CDT, David T. <
> sunfis...@yahoo.com> wrote:
>
>  Jo,
>
> Importing such information is typically a one- time process, and the time
> it would take to programmatically process all possible situations makes it
> expensive, from a programming perspective. The development team has focused
> on other areas. I doubt any developer would take up your request.
>
> Having used gnucash for many years now, I have come to feel that the time
> spent trying to import even a complex set of investment accounts would be
> better spent creating the accounts and transactions to start up. Putting in
> this investment in time (pun intended) also helps one learn how to manage
> these accounts on a day to day basis.
>
>
> David
>
>
>   On Mon, May 27, 2019 at 17:00, Joseph Hymel via gnucash-user<
> gnucash-user@gnucash.org> wrote:   Hello,How do I import stock/bond
> mutual fund investment info from my financial planner's company website
> into gnucash software? I understand that I can setup each individual
> investment myself and have gnucash update the investments values daily,
> etc. I am interested in being able to setup the downloads of my investments
> directly from my financial planner's website (Ameriprise Financial) into my
> gnucash software.
> Is this functionally possible? If yes, how do I do it? If not, then is it
> possible for me to suggest this functionality be incorporated at some point
> in the future?
> Thanks,
> Jo
> ___
> 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.
>
___
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] Xcode project/buildable non X11 Mac version?

2019-05-27 Thread John Ralls
You shouldn't be surprised. It's a lot of work to build a separate GUI for each 
platform and very few FLOSS projects have the resources for that.

GnuCash's GUI is built with the Gtk framework and yes, its X11 heritage shows 
through quite strongly. If that's a deal breaker for you, too bad.

There's no "tyranny of vocal minorities" in open source. There's a tyranny of 
the tiny minority of dedicated volunteers who put millions of hours of work 
every year into open source programs and give them away. You can accept the 
gift or not, your choice.

And roger, we don't think that every download turns into a user.

Regards,
John Ralls

> On May 27, 2019, at 10:43 AM, kentsor  wrote:
> 
> John Ralls-2 wrote
>> No, no one has ever undertaken a MacOS-native UI for GnuCash. 
> 
> I'm surprised to hear that. The program could be very useful and far more
> popular, but the list of UI issues I could draw up would be a long one
> indeed. Accounting is unpleasant enough that I would not put up with a
> program that looks and works like this. If it was just a few issues I'd be
> more than willing to chip in and submit fixes as I have for two other
> projects but this is just so thoroughly painful and alien to use. 
> I've always seen it as the perpetual tyranny by the vocal minorities that is
> the bane of so many open source projects, forcing conformity to whatever pet
> linux distro of the day over mass appeal and usefulness to the general
> public. 
> 
> I would also say that download counts of a given OS build is not any
> indication of users willing to use the program. 
> 
> 
> 
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.

___
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] Xcode project/buildable non X11 Mac version?

2019-05-27 Thread kentsor
John Ralls-2 wrote
> No, no one has ever undertaken a MacOS-native UI for GnuCash. 

I'm surprised to hear that. The program could be very useful and far more
popular, but the list of UI issues I could draw up would be a long one
indeed. Accounting is unpleasant enough that I would not put up with a
program that looks and works like this. If it was just a few issues I'd be
more than willing to chip in and submit fixes as I have for two other
projects but this is just so thoroughly painful and alien to use. 
I've always seen it as the perpetual tyranny by the vocal minorities that is
the bane of so many open source projects, forcing conformity to whatever pet
linux distro of the day over mass appeal and usefulness to the general
public. 

I would also say that download counts of a given OS build is not any
indication of users willing to use the program. 



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.


Re: [GNC] Xcode project/buildable non X11 Mac version?

2019-05-27 Thread John Ralls



> On May 27, 2019, at 9:33 AM, kentsor  wrote:
> 
> Much as I'd like to use a QB alternative, as a Mac user I can not stand
> looking at GNUCash as it is now. The UI is staggeringly bad. The money I
> save is not worth using this.
> 
> There must have been attempts by other Mac people to replace the UI in the
> past. Most likely abandoned years ago so it'd be old versions but that's ok,
> my accounting needs are straightforward. Where can I go to download (dare I
> hope) an old Xcode project for an UI replacement for GNUCash ? 

No, no one has ever undertaken a MacOS-native UI for GnuCash. One of the core 
developers sketched out a QT one, covering only the basics, as an experiment a 
few years ago. The code is still present and I think working in the 2.6 series. 
You can use CMake to generate an Xcode project if you're averse to compiling on 
the command line. See https://wiki.gnucash.org/wiki/Cutecash. Mind, it will 
look different from the Gtk UI that the distributed GnuCash uses, but it still 
won't look native.

Regards,
John Ralls


___
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] Xcode project/buildable non X11 Mac version?

2019-05-27 Thread kentsor
I downloaded 3.5.1 intel from GNUCash.org. Quartz backend or not, it looks
like an X11 application. 



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.


Re: [GNC] Xcode project/buildable non X11 Mac version?

2019-05-27 Thread Geert Janssens
Where did you download your GnuCash version from ?

The one you find on the gnucash webpage is using a Quarz backend on MacOS, not 
X11.

Regards,

Geert

On maandag 27 mei 2019 18:33:29 CEST kentsor wrote:
> Much as I'd like to use a QB alternative, as a Mac user I can not stand
> looking at GNUCash as it is now. The UI is staggeringly bad. The money I
> save is not worth using this.
> 
> There must have been attempts by other Mac people to replace the UI in the
> past. Most likely abandoned years ago so it'd be old versions but that's ok,
> my accounting needs are straightforward. Where can I go to download (dare I
> hope) an old Xcode project for an UI replacement for GNUCash ?
> 
> 
> 
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.




___
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] Xcode project/buildable non X11 Mac version?

2019-05-27 Thread kentsor
Much as I'd like to use a QB alternative, as a Mac user I can not stand
looking at GNUCash as it is now. The UI is staggeringly bad. The money I
save is not worth using this.

There must have been attempts by other Mac people to replace the UI in the
past. Most likely abandoned years ago so it'd be old versions but that's ok,
my accounting needs are straightforward. Where can I go to download (dare I
hope) an old Xcode project for an UI replacement for GNUCash ? 



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.


Re: [GNC] Cannot run v3 on Windows 7 since a year

2019-05-27 Thread John Ralls
The useful part of the stack trace is at the bottom:
libstdc++-6.dll!__cxa_throw+0x5c
msvcrt.dll!free+0x39
libgnc-core-utils.dll!_ZN5boost9iterators6detail23operator_arrow_dispatchIRNS_10filesystem15directory_entryEPS4_E5applyES5_+0x11
msvcrt.dll!free+0x46
libgnc-core-utils.dll!_ZNK5boost9iterators6detail20iterator_facade_baseINS_10filesystem28recursive_directory_iteratorENS3_15directory_entryENS0_25single_pass_traversal_tagERS5_iLb0ELb0EEptEv+0x22
libgnc-core-utils.dll!gnc_path_find_localized_html_file+0x980
libgnc-core-utils.dll!gnc_path_find_localized_html_file+0xfce
libgnc-core-utils.dll!gnc_filepath_init+0xca
gnucash.exe+0x3b33
gnucash.exe+0x138b

It's throwing in a free() (probably via delete) from boost::filesystem called 
from gnc_path_find_localized_html_file.

Regards,
John Ralls

> On May 27, 2019, at 6:53 AM, Geert Janssens  
> wrote:
> 
> Unfortunately I can't interpret the Sysinternals stuff either.
> 
> Will gnucash 3.x start for a different user on your system ? That is, can you 
> log in as a user that never has used gnucash before and then try to start 
> gnucash ?
> 
> If it does, it may be tripping over some metadata on your PC or the metadata 
> migration, can you test the following:
> - locate the .gnucash directory in your user's home directory
>  This is typically c:\Users\\.gnucash
> - rename this directory to something else, like .gnucash.bkp
> - locate the %appdata%\GnuCash directory and rename it as well to something 
> like GnuCash.bkp
> - then install gnucash 3.5 and see if it starts.
> 
> Let us know if gnucash starts under these conditions.
> Note this is not intended to be your final setup! It will be missing your 
> saved reports, any open reports and tabs and other settings.
> It's a first start in trying to narrow down where it goes wrong.
> 
> Potentially a gdb backtrace could also shed a bit more light. As you had 
> Cygwin installed before, you may reinstall it and then use it to install gdb. 
> Next run gnucash from within gdb.
> 
> Geert
> 
> On zondag 21 april 2019 20:05:06 CEST Oliver Heidelbach via gnucash-user 
> wrote:
>> Yes, I had Cygwin installed and now deinstalled it accoording to their
>> uninstall instructions including removing the registry entries.
>> 
>> Same problem as before unfortunately.
>> 
>> The following is the call stack from the Sysinternals Process Explorer:
>> 
>> wow64cpu.dll!CpuGetContext+0x4
>> wow64.dll!Wow64KiUserCallbackDispatcher+0xcb
>> wow64win.dll+0x32bf9
>> ntdll.dll!KiUserCallbackDispatcher+0x1f
>> wow64win.dll+0x3fd4a
>> wow64win.dll+0x1ad9b
>> wow64.dll!Wow64SystemServiceEx+0xd7
>> wow64cpu.dll!TurboDispatchJumpAddressEnd+0x2d
>> wow64.dll!Wow64SystemServiceEx+0x1ce
>> wow64.dll!Wow64LdrpInitialize+0x42a
>> ntdll.dll!RtlImageDirectoryEntryToData+0x19a3
>> ntdll.dll!longjmp+0x2ca60
>> ntdll.dll!LdrInitializeThunk+0xe
>> USER32.dll!PeekMessageW+0x17b
>> USER32.dll!PeekMessageW+0x197
>> USER32.dll!DialogBoxIndirectParamW+0xfb
>> USER32.dll!DialogBoxIndirectParamAorW+0x108
>> USER32.dll!SoftModalMessageBox+0x757
>> USER32.dll!SoftModalMessageBox+0xa33
>> USER32.dll!MessageBoxTimeoutW+0x52
>> USER32.dll!MessageBoxTimeoutA+0x76
>> USER32.dll!MessageBoxExA+0x1b
>> USER32.dll!MessageBoxA+0x18
>> msvcrt.dll!strerror_s+0x649
>> msvcrt.dll!__threadhandle+0x466
>> msvcrt.dll!abort+0x26
>> libstdc++-6.dll!_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x163
>> libstdc++-6.dll!__cxa_throw+0x5c
>> msvcrt.dll!free+0x39
>> libgnc-core-utils.dll!_ZN5boost9iterators6detail23operator_arrow_dispatchIRN
>> S_10filesystem15directory_entryEPS4_E5applyES5_+0x11 msvcrt.dll!free+0x46
>> libgnc-core-utils.dll!_ZNK5boost9iterators6detail20iterator_facade_baseINS_1
>> 0filesystem28recursive_directory_iteratorENS3_15directory_entryENS0_25single
>> _pass_traversal_tagERS5_iLb0ELb0EEptEv+0x22
>> libgnc-core-utils.dll!gnc_path_find_localized_html_file+0x980
>> libgnc-core-utils.dll!gnc_path_find_localized_html_file+0xfce
>> libgnc-core-utils.dll!gnc_filepath_init+0xca
>> gnucash.exe+0x3b33
>> gnucash.exe+0x138b
>> ntdll.dll!RtlDeactivateActivationContextUnsafeFast+0x35f
>> 
>> 
>> I cannot interpret that, but maybe someone here can?
>> 
>> Oliver
>> 
>> Am 20.04.2019 um 11:09 schrieb Geert Janssens:
>>> Do you have other applications on your system that use guile (like
>>> Lilypond
>>> for example) ?
>>> 
>>> Regards,
>>> 
>>> Geert
>>> 
>>> Op donderdag 18 april 2019 13:26:08 CEST schreef Oliver Heidelbach via
>>> 
>>> gnucash-user:
 I reinstalled the current version again to see the log.
 
 It does not write any log file since the Visual C++ runtime pops with
 that error.
 
 I don't know if this helps, but I tried to run guile.exe from the
 command line and this happened:
 
 ###
 C:\Program Files (x86)\gnucash\bin>guile
 
 Throw without catch before boot:
 Throw to key misc-error with args ("primitive-load-path" "Unable to find
 file ~S in load path" ("ice-9/boot-9") #f)Aborting.
 
 T

Re: [GNC] GNUCASH Android

2019-05-27 Thread Geert Janssens
On maandag 27 mei 2019 16:21:34 CEST John Ralls wrote:
> > On May 27, 2019, at 1:48 AM, Geert Janssens 
> > wrote:> 
> > Op zondag 26 mei 2019 16:01:07 CEST schreef John Ralls:
> >>> On May 26, 2019, at 3:27 AM, nor via gnucash-user
> >>>  wrote:
> >>> 
> >>> I am aware that it is not a part of GNUC development. However it a
> >>> lovely
> >>> app on move specifically to view records/transactions from
> >>> desktop.Unfortunately, Desktop XML ver 3.5 is not compatible with
> >>> android
> >>> version and hence cannot be imported.XML file in uncompressed.
> >>> Appreciate
> >>> advise.regardsnor
> >> 
> >> In which does the file not open, GnuCash or GnuCash for Android. On what
> >> operating system for GnuCash? Have you tested earlier GnuCash versions?
> >> If
> >> so, what is the latest one that works?
> >> 
> >> We haven't made any changes to the XML file schema in many years, so it's
> >> unlikely that that's the problem.
> >> 
> >> Regards,
> >> John Ralls
> > 
> > I just saw a ticket coming in on GnuCash for Android's bug tracker which
> > complains about not understanding the date format.
> > 
> > I can't find a public link to this ticket unfortunately, however here's
> > the
> > content:
> > 
> > -
> > hello, when i try to open a file saved with gnucash desktop v.3.5 (linux)
> > i
> > receive an error on the datetime format.
> > The errore says: "unable to parse transaction time - 2011-12-05 23:00:00"
> > 
> > I looked into the XML file but I don't see anything strange. This date is
> > under the  node.
> > 
> > I hope you can help me.
> > thank you
> > -
> > 
> > Did we change something in that area ?
> 
> Yes, I changed the times to save as UTC with no timezone offset instead of
> the local time with an offset to turn it back to UTC. Our parser didn't
> need any changes, seems GforA's doesn't take that into account. Since Ngewi
> seems to be busy with other stuff maybe I should make it write out a 
> offset on each date to accommodate him.
> 
> Regards,
> John Ralls

That looks like a reasonable workaround.

Geert



___
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] GNUCASH Android

2019-05-27 Thread John Ralls



> On May 27, 2019, at 1:48 AM, Geert Janssens  
> wrote:
> 
> Op zondag 26 mei 2019 16:01:07 CEST schreef John Ralls:
>>> On May 26, 2019, at 3:27 AM, nor via gnucash-user
>>>  wrote:
>>> 
>>> I am aware that it is not a part of GNUC development. However it a lovely
>>> app on move specifically to view records/transactions from
>>> desktop.Unfortunately, Desktop XML ver 3.5 is not compatible with android
>>> version and hence cannot be imported.XML file in uncompressed. Appreciate
>>> advise.regardsnor
>> 
>> In which does the file not open, GnuCash or GnuCash for Android. On what
>> operating system for GnuCash? Have you tested earlier GnuCash versions? If
>> so, what is the latest one that works?
>> 
>> We haven't made any changes to the XML file schema in many years, so it's
>> unlikely that that's the problem.
>> 
>> Regards,
>> John Ralls
> 
> I just saw a ticket coming in on GnuCash for Android's bug tracker which 
> complains about not understanding the date format.
> 
> I can't find a public link to this ticket unfortunately, however here's the 
> content:
> 
> -
> hello, when i try to open a file saved with gnucash desktop v.3.5 (linux) i 
> receive an error on the datetime format.
> The errore says: "unable to parse transaction time - 2011-12-05 23:00:00"
> 
> I looked into the XML file but I don't see anything strange. This date is 
> under the  node.
> 
> I hope you can help me.
> thank you
> -
> 
> Did we change something in that area ?

Yes, I changed the times to save as UTC with no timezone offset instead of the 
local time with an offset to turn it back to UTC. Our parser didn't need any 
changes, seems GforA's doesn't take that into account. Since Ngewi seems to be 
busy with other stuff maybe I should make it write out a  offset on each 
date to accommodate him.

Regards,
John Ralls

___
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] Cannot run v3 on Windows 7 since a year

2019-05-27 Thread Geert Janssens
Unfortunately I can't interpret the Sysinternals stuff either.

Will gnucash 3.x start for a different user on your system ? That is, can you 
log in as a user that never has used gnucash before and then try to start 
gnucash ?

If it does, it may be tripping over some metadata on your PC or the metadata 
migration, can you test the following:
- locate the .gnucash directory in your user's home directory
  This is typically c:\Users\\.gnucash
- rename this directory to something else, like .gnucash.bkp
- locate the %appdata%\GnuCash directory and rename it as well to something 
like GnuCash.bkp
- then install gnucash 3.5 and see if it starts.

Let us know if gnucash starts under these conditions.
Note this is not intended to be your final setup! It will be missing your 
saved reports, any open reports and tabs and other settings.
It's a first start in trying to narrow down where it goes wrong.

Potentially a gdb backtrace could also shed a bit more light. As you had 
Cygwin installed before, you may reinstall it and then use it to install gdb. 
Next run gnucash from within gdb.

Geert

On zondag 21 april 2019 20:05:06 CEST Oliver Heidelbach via gnucash-user 
wrote:
> Yes, I had Cygwin installed and now deinstalled it accoording to their
> uninstall instructions including removing the registry entries.
> 
> Same problem as before unfortunately.
> 
> The following is the call stack from the Sysinternals Process Explorer:
> 
> wow64cpu.dll!CpuGetContext+0x4
> wow64.dll!Wow64KiUserCallbackDispatcher+0xcb
> wow64win.dll+0x32bf9
> ntdll.dll!KiUserCallbackDispatcher+0x1f
> wow64win.dll+0x3fd4a
> wow64win.dll+0x1ad9b
> wow64.dll!Wow64SystemServiceEx+0xd7
> wow64cpu.dll!TurboDispatchJumpAddressEnd+0x2d
> wow64.dll!Wow64SystemServiceEx+0x1ce
> wow64.dll!Wow64LdrpInitialize+0x42a
> ntdll.dll!RtlImageDirectoryEntryToData+0x19a3
> ntdll.dll!longjmp+0x2ca60
> ntdll.dll!LdrInitializeThunk+0xe
> USER32.dll!PeekMessageW+0x17b
> USER32.dll!PeekMessageW+0x197
> USER32.dll!DialogBoxIndirectParamW+0xfb
> USER32.dll!DialogBoxIndirectParamAorW+0x108
> USER32.dll!SoftModalMessageBox+0x757
> USER32.dll!SoftModalMessageBox+0xa33
> USER32.dll!MessageBoxTimeoutW+0x52
> USER32.dll!MessageBoxTimeoutA+0x76
> USER32.dll!MessageBoxExA+0x1b
> USER32.dll!MessageBoxA+0x18
> msvcrt.dll!strerror_s+0x649
> msvcrt.dll!__threadhandle+0x466
> msvcrt.dll!abort+0x26
> libstdc++-6.dll!_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x163
> libstdc++-6.dll!__cxa_throw+0x5c
> msvcrt.dll!free+0x39
> libgnc-core-utils.dll!_ZN5boost9iterators6detail23operator_arrow_dispatchIRN
> S_10filesystem15directory_entryEPS4_E5applyES5_+0x11 msvcrt.dll!free+0x46
> libgnc-core-utils.dll!_ZNK5boost9iterators6detail20iterator_facade_baseINS_1
> 0filesystem28recursive_directory_iteratorENS3_15directory_entryENS0_25single
> _pass_traversal_tagERS5_iLb0ELb0EEptEv+0x22
> libgnc-core-utils.dll!gnc_path_find_localized_html_file+0x980
> libgnc-core-utils.dll!gnc_path_find_localized_html_file+0xfce
> libgnc-core-utils.dll!gnc_filepath_init+0xca
> gnucash.exe+0x3b33
> gnucash.exe+0x138b
> ntdll.dll!RtlDeactivateActivationContextUnsafeFast+0x35f
> 
> 
> I cannot interpret that, but maybe someone here can?
> 
> Oliver
> 
> Am 20.04.2019 um 11:09 schrieb Geert Janssens:
> > Do you have other applications on your system that use guile (like
> > Lilypond
> > for example) ?
> > 
> > Regards,
> > 
> > Geert
> > 
> > Op donderdag 18 april 2019 13:26:08 CEST schreef Oliver Heidelbach via
> > 
> > gnucash-user:
> >> I reinstalled the current version again to see the log.
> >> 
> >> It does not write any log file since the Visual C++ runtime pops with
> >> that error.
> >> 
> >> I don't know if this helps, but I tried to run guile.exe from the
> >> command line and this happened:
> >> 
> >> ###
> >> C:\Program Files (x86)\gnucash\bin>guile
> >> 
> >> Throw without catch before boot:
> >> Throw to key misc-error with args ("primitive-load-path" "Unable to find
> >> file ~S in load path" ("ice-9/boot-9") #f)Aborting.
> >> 
> >> This application has requested the Runtime to terminate it in an unusua
> >> Please contact the application's support team for more information.
> >> 
> >> 
> >> 
> >> If I run gnucash.exe from the command line, I get the same popup error
> >> message I have gotten before, containing the last part of the above
> >> error message.
> >> 
> >> Oliver
> >> 
> >> Am 09.04.2019 um 11:27 schrieb Colin Law:
> >>> Have a look in the gnucash trace file after you try to start it.
> >>> https://wiki.gnucash.org/wiki/Tracefile
> >>> 
> >>> Colin
> >>> 
> >>> On Tue, 9 Apr 2019 at 10:25, ohei2 via gnucash-user
> >>> 
> >>>  wrote:
>  Hi,
>  
>  I just tried to install v3.5 on my Win7 64bit. It installed and on the
>  the
>  first attempt to start it I get
>  
>  /This application has requested the Runtime to terminate it in an
>  unusual
>  way. Please contact the application's support team for more
>  information/
>

Re: [GNC] Problem with saving to NAS Drive

2019-05-27 Thread Geert Janssens
John,

Nothing has changed on the gnucash side in this respect between version 3.3 or 
3.5 that I'm aware of.

You didn't state what OS you are on. Is that on Windows as well ?

Regards,

Geert

On zaterdag 18 mei 2019 19:08:57 CEST John Underwood wrote:
> I came accross this problem today after several years of using GNUCash with
> files housed on Network drives (Not usually NAS but drives on other network
> computers). In fact, I suspect but cannot be completely certain, that I have
> never stored a GNUCash file on, or retreieved one from, a local drive.I
> found a workaround for the problem, using two very simple procedures:
> Uninstall and Install. In uninstalled GNUCash 3.5 and installed GGNU Cash
> 3.3 (From which I had "upgraded" earlier - 3.4 showed the same 
> problem).Now I am back to where I have been for several years. The
> impossible today appears to have been the normal in the very recent past. I
> can now open a network GNUCash file and GNUCash opens and displaye it.This
> is not a solution! I am reliant on a version of GNUCash which is no longer
> supported. Apart from other problems which will not be solved for me, there
> is the security problem. My tolerance of errors in security is very low.
> Unless this problem can be dealt with in the near future, I will have to
> consider tha possibility of an alternative accounting package (with the
> effort involved in coversion to it) simply because GNUCash, in spit of its
> excellent qualities, does not meet my essential operational requirements.
> And that, in spite of the additional costs of a non-open source
> product.This is not a uestion of a conflict between Windows and Unix. The
> issue is concerned with the standards for file (and path) naming which have
> long included a hostname. It is my contention that GNUCash was compliant in
> version 3.3 but is not in 3.4 or 3.5.
> John Ralls-2 wrote
> 
> > On Jul 24, 2013, at 7:53 PM, Robert Kesterson <
> > 
> > robertk@
> > 
> > > wrote:> John Ralls wrote:>> Gtk isn't going to change the file
> > chooser in Gtk 2-24. Somebody did just that last year and we got a lot of
> > grief from the distros about making major changes to a maintenance branch.
> > There's also no Windows maintainer at this point, so an enhancement
> > request for a Windows-only feature isn't likely to go anywhere even for
> > Gtk 3.9 (the current development version). > How tightly coupled is the
> > Gnucash engine to the GTK GUI?  If the engine is loosely coupled, maybe
> > some enterprising soul could write a native Windows (or Mac) GUI and hook
> > it to the engine?It's doable. One of us, Christian Stimming, has written a
> > basic GUI using Qt. It's called "Cutecash" and it's buildable from an SVN
> > checkout if you're interested in playing with it. The Gnucash engine is
> > pretty unix-y and heavily dependent upon GLib, so getting it to build in
> > MSVS would take a bit of work before one could even start on the GUI.
> > That's less of an obstacle on Mac because of the Unix underneath the
> > pretty GUI.Regards,John
> > Ralls___gnucash-user mailing
> > list
> > 
> > gnucash-user@
> > 
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user-Please
> > remember to CC this list on all your replies.You can do this by using
> > Reply-To-List or Reply-All.
> 
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.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.




___
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] Importing investment info from Financial Planner's website

2019-05-27 Thread Joseph Hymel via gnucash-user
 Thanks David T. 
Just to clarify I am only interested in being able to import MY investment 
holdings from my financial planner's website via my login/password for that 
website. I have recently left Quicken software where I had that ability to 
import my investment info, and thought it might exist in GNUCASH also. There is 
so much similarity between the two applications that has amazed me and thus 
caused me to seek this functionality out if it existed. I appreciate your 
prompt response nonetheless.
Jo
On Monday, May 27, 2019, 06:55:53 AM CDT, David T.  
wrote:  
 
 Jo,

Importing such information is typically a one- time process, and the time it 
would take to programmatically process all possible situations makes it 
expensive, from a programming perspective. The development team has focused on 
other areas. I doubt any developer would take up your request. 

Having used gnucash for many years now, I have come to feel that the time spent 
trying to import even a complex set of investment accounts would be better 
spent creating the accounts and transactions to start up. Putting in this 
investment in time (pun intended) also helps one learn how to manage these 
accounts on a day to day basis. 


David
 
 
  On Mon, May 27, 2019 at 17:00, Joseph Hymel via 
gnucash-user wrote:   Hello,How do I import 
stock/bond mutual fund investment info from my financial planner's company 
website into gnucash software? I understand that I can setup each individual 
investment myself and have gnucash update the investments values daily, etc. I 
am interested in being able to setup the downloads of my investments directly 
from my financial planner's website (Ameriprise Financial) into my gnucash 
software. 
Is this functionally possible? If yes, how do I do it? If not, then is it 
possible for me to suggest this functionality be incorporated at some point in 
the future?
Thanks,
Jo 
___
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] Fwd: Impossible to generate reports.

2019-05-27 Thread cageda
For me it's not a "new instal". 

I have been using Win10 for a couple of years and generated many reports during 
that time. I don't know what blocked me all of a sudden.





 

- Mail original -
De: "Alain" 
À: "Geert Janssens" 
Cc: "gnucash-user" , "David" 
, "John Ralls" , "Derek 
Atkins" 
Envoyé: Lundi 27 Mai 2019 13:54:29
Objet: Re: [GNC] Fwd: Impossible to generate reports.

It didn't work for me. 

I tried with Chrome and Firefox. No way. 

Any other ideas?

Yours
Alain






- Mail original -
De: "Geert Janssens" 
À: "gnucash-user" 
Cc: "David" , "John Ralls" , 
"Derek Atkins" , "Alain" 
Envoyé: Mercredi 22 Mai 2019 09:08:02
Objet: Re: [GNC] Fwd: Impossible to generate reports.

The bug being referred to is https://bugs.gnucash.org/show_bug.cgi?id=645273

The issue seems to have something to do with selecting a default browser on a 
fresh windows install. Somehow it seems Windows - or WebKitGtk on Windows - 
blocks all output until the user has made this choice. To date we still 
haven't figured out the details or whether this is something we can fix in 
gnucash.

The workaround has worked on many occasions though.

Regards,

Geert

Op dinsdag 21 mei 2019 20:34:06 CEST schreef David Carlson:
> I agree that it seems like it should not have worked even then, but it did
> for me on a couple of machines and for a lot of other users as well.  I
> think there is some strange kind of software leak that gets repaired by
> that procedure.
> 
> David Carlson
> 
> On Tue, May 21, 2019 at 1:18 PM David Carlson 
> 
> wrote:
> > The instructions that Derek was quoting were originally taken from a very
> > old bug report dating back to Windows XP days.  They do actually work in
> > those older OSes, and there are hints every so often that the same bug
> > still exists in Windows 7 and Windows 10.  That is why some of us continue
> > to mention them when this type of problem appears for some users.  Windows
> > 10 has re-vamped the UI surrounding the suspected settings, and this is an
> > attempt to get to the offending setting.  I am not sure if it is correct,
> > as I don't have that problem on my wife's Windows 10 computer, but I think
> > this addresses that setting.
> > 
> > On Tue, May 21, 2019 at 12:51 PM John Ralls  wrote:
> >> I'll be amazed if that works. GnuCash has its own instance of WebKit and
> >> reports don't interact with the system browser at all, unless of course
> >> one
> >> exports HTML from the report and then opens it with the system browser.
> >> 
> >> Which the OP might consider for a workaround.
> >> 
> >> Regards,
> >> John Ralls
> >> 
> >> > On May 21, 2019, at 9:14 AM, David Carlson
> >> > 
> >> 
> >> wrote:
> >> > On Tue, May 21, 2019 at 8:16 AM Derek Atkins  wrote:
> >> >> Hi,
> >> >> 
> >> >> You are trying to configure the way Windows displays HTML pages.
> >> >> You are not configuring GnuCash.
> >> >> 
> >> >> As the instructions say:
> >> >> 
> >> >> * Select the bottom option "Set program access and computer defaults"
> >> >> * You are then asked to chose a configuration:
> >> >> * Extend the "Custom" configuration section by clicking on the double
> >> 
> >> down
> >> 
> >> >> arrow at the right (this step may not be necessary). If you are
> >> >> already
> >> >> using a "Custom" configuration, note the settings so you can go back
> >> >> to
> >> >> them once the problem is fixed.
> >> >> * Scroll up then click on the radio button to use the "Microsoft
> >> 
> >> Windows"
> >> 
> >> >> configuration.
> >> >> 
> >> >> So once you select "Set program access and computer defaults" you need
> >> >> to extend the Custom configuration section and then click on the radio
> >> >> button for "Microsoft Windows" configuration.
> >> >> 
> >> >> Note:  I don't use Windows, so I am just helping you follow the
> >> >> instructions provided by others.
> >> >> 
> >> >> -derek
> >> >> 
> >> >>   Derek Atkins 617-623-3745
> >> >>   de...@ihtfp.com www.ihtfp.com
> >> >>   Computer and Internet Security Consultant
> >> >> 
> >> >> ___
> >> >> 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.
> >> > 
> >> > In Windows 7 it is under Internet Options, or in Windows 10 under
> >> > Settings.
> >> > Choose Default Apps
> >> > From there, scroll down to Choose Default Apps by filetype.  Scroll
> >> 
> >> down to
> >> 
> >> > .html.  Click on whatever it is currently set to, such as Google
> >> > Chrome.
> >> > Change it to Microsoft Edge or something different.  Then close
> >> 
> >> settings,
> >> 
> >> 

Re: [GNC] Importing investment info from Financial Planner's website

2019-05-27 Thread David T. via gnucash-user
Jo,

Importing such information is typically a one- time process, and the time it 
would take to programmatically process all possible situations makes it 
expensive, from a programming perspective. The development team has focused on 
other areas. I doubt any developer would take up your request. 

Having used gnucash for many years now, I have come to feel that the time spent 
trying to import even a complex set of investment accounts would be better 
spent creating the accounts and transactions to start up. Putting in this 
investment in time (pun intended) also helps one learn how to manage these 
accounts on a day to day basis. 


David
 
 
  On Mon, May 27, 2019 at 17:00, Joseph Hymel via 
gnucash-user wrote:   Hello,How do I import 
stock/bond mutual fund investment info from my financial planner's company 
website into gnucash software? I understand that I can setup each individual 
investment myself and have gnucash update the investments values daily, etc. I 
am interested in being able to setup the downloads of my investments directly 
from my financial planner's website (Ameriprise Financial) into my gnucash 
software. 
Is this functionally possible? If yes, how do I do it? If not, then is it 
possible for me to suggest this functionality be incorporated at some point in 
the future?
Thanks,
Jo 
___
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] Fwd: Impossible to generate reports.

2019-05-27 Thread cageda
It didn't work for me. 

I tried with Chrome and Firefox. No way. 

Any other ideas?

Yours
Alain






- Mail original -
De: "Geert Janssens" 
À: "gnucash-user" 
Cc: "David" , "John Ralls" , 
"Derek Atkins" , "Alain" 
Envoyé: Mercredi 22 Mai 2019 09:08:02
Objet: Re: [GNC] Fwd: Impossible to generate reports.

The bug being referred to is https://bugs.gnucash.org/show_bug.cgi?id=645273

The issue seems to have something to do with selecting a default browser on a 
fresh windows install. Somehow it seems Windows - or WebKitGtk on Windows - 
blocks all output until the user has made this choice. To date we still 
haven't figured out the details or whether this is something we can fix in 
gnucash.

The workaround has worked on many occasions though.

Regards,

Geert

Op dinsdag 21 mei 2019 20:34:06 CEST schreef David Carlson:
> I agree that it seems like it should not have worked even then, but it did
> for me on a couple of machines and for a lot of other users as well.  I
> think there is some strange kind of software leak that gets repaired by
> that procedure.
> 
> David Carlson
> 
> On Tue, May 21, 2019 at 1:18 PM David Carlson 
> 
> wrote:
> > The instructions that Derek was quoting were originally taken from a very
> > old bug report dating back to Windows XP days.  They do actually work in
> > those older OSes, and there are hints every so often that the same bug
> > still exists in Windows 7 and Windows 10.  That is why some of us continue
> > to mention them when this type of problem appears for some users.  Windows
> > 10 has re-vamped the UI surrounding the suspected settings, and this is an
> > attempt to get to the offending setting.  I am not sure if it is correct,
> > as I don't have that problem on my wife's Windows 10 computer, but I think
> > this addresses that setting.
> > 
> > On Tue, May 21, 2019 at 12:51 PM John Ralls  wrote:
> >> I'll be amazed if that works. GnuCash has its own instance of WebKit and
> >> reports don't interact with the system browser at all, unless of course
> >> one
> >> exports HTML from the report and then opens it with the system browser.
> >> 
> >> Which the OP might consider for a workaround.
> >> 
> >> Regards,
> >> John Ralls
> >> 
> >> > On May 21, 2019, at 9:14 AM, David Carlson
> >> > 
> >> 
> >> wrote:
> >> > On Tue, May 21, 2019 at 8:16 AM Derek Atkins  wrote:
> >> >> Hi,
> >> >> 
> >> >> You are trying to configure the way Windows displays HTML pages.
> >> >> You are not configuring GnuCash.
> >> >> 
> >> >> As the instructions say:
> >> >> 
> >> >> * Select the bottom option "Set program access and computer defaults"
> >> >> * You are then asked to chose a configuration:
> >> >> * Extend the "Custom" configuration section by clicking on the double
> >> 
> >> down
> >> 
> >> >> arrow at the right (this step may not be necessary). If you are
> >> >> already
> >> >> using a "Custom" configuration, note the settings so you can go back
> >> >> to
> >> >> them once the problem is fixed.
> >> >> * Scroll up then click on the radio button to use the "Microsoft
> >> 
> >> Windows"
> >> 
> >> >> configuration.
> >> >> 
> >> >> So once you select "Set program access and computer defaults" you need
> >> >> to extend the Custom configuration section and then click on the radio
> >> >> button for "Microsoft Windows" configuration.
> >> >> 
> >> >> Note:  I don't use Windows, so I am just helping you follow the
> >> >> instructions provided by others.
> >> >> 
> >> >> -derek
> >> >> 
> >> >>   Derek Atkins 617-623-3745
> >> >>   de...@ihtfp.com www.ihtfp.com
> >> >>   Computer and Internet Security Consultant
> >> >> 
> >> >> ___
> >> >> 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.
> >> > 
> >> > In Windows 7 it is under Internet Options, or in Windows 10 under
> >> > Settings.
> >> > Choose Default Apps
> >> > From there, scroll down to Choose Default Apps by filetype.  Scroll
> >> 
> >> down to
> >> 
> >> > .html.  Click on whatever it is currently set to, such as Google
> >> > Chrome.
> >> > Change it to Microsoft Edge or something different.  Then close
> >> 
> >> settings,
> >> 
> >> > reboot the computer, go back to settings and change the Default App for
> >> > .html back to your previous App.
> >> > 
> >> > Now try looking at HTML reports in GnuCash.  You may still need to wait
> >> > several minutes before they appear.
> >> > 
> >> > --
> >> > David Carlson
> >> > ___
> >> > gnucash-user mailing list
> >> > gnucash-user@gnu

[GNC] Importing investment info from Financial Planner's website

2019-05-27 Thread Joseph Hymel via gnucash-user
Hello,How do I import stock/bond mutual fund investment info from my financial 
planner's company website into gnucash software? I understand that I can setup 
each individual investment myself and have gnucash update the investments 
values daily, etc. I am interested in being able to setup the downloads of my 
investments directly from my financial planner's website (Ameriprise Financial) 
into my gnucash software. 
Is this functionally possible? If yes, how do I do it? If not, then is it 
possible for me to suggest this functionality be incorporated at some point in 
the future?
Thanks,
Jo 
___
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] GNUCASH Android

2019-05-27 Thread Geert Janssens
Op zondag 26 mei 2019 16:01:07 CEST schreef John Ralls:
> > On May 26, 2019, at 3:27 AM, nor via gnucash-user
> >  wrote:
> > 
> > I am aware that it is not a part of GNUC development. However it a lovely
> > app on move specifically to view records/transactions from
> > desktop.Unfortunately, Desktop XML ver 3.5 is not compatible with android
> > version and hence cannot be imported.XML file in uncompressed. Appreciate
> > advise.regardsnor
> 
> In which does the file not open, GnuCash or GnuCash for Android. On what
> operating system for GnuCash? Have you tested earlier GnuCash versions? If
> so, what is the latest one that works?
> 
> We haven't made any changes to the XML file schema in many years, so it's
> unlikely that that's the problem.
> 
> Regards,
> John Ralls

I just saw a ticket coming in on GnuCash for Android's bug tracker which 
complains about not understanding the date format.

I can't find a public link to this ticket unfortunately, however here's the 
content:

-
hello, when i try to open a file saved with gnucash desktop v.3.5 (linux) i 
receive an error on the datetime format.
The errore says: "unable to parse transaction time - 2011-12-05 23:00:00"

I looked into the XML file but I don't see anything strange. This date is 
under the  node.

I hope you can help me.
thank you
-

Did we change something in that area ?

Geert


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