Re: [GNC] Gnucash 3 in the Debian / Ubuntu pipeline?

2018-08-22 Thread John Ralls


> On Aug 22, 2018, at 3:41 PM, Adrien Monteleone 
>  wrote:
> 
> 
>> On Aug 22, 2018, at 4:04 PM, GWB  wrote:
>> 
>> 
>> Why is gnucash in the Gnome ghetto for program categories?  Am I able
>> to run it in xfce because I already have the gnome dependencies
>> installed already?
>> 
> 
> That is probably an historical artifact. You can run it in XFCE as that is 
> built on Gtk. If you try to run it on KDE, you can still run it, but it will 
> pull in the Gtk dependencies. (that is, it won’t use QT which is native to 
> KDE)
> 
> Somewhere long in the future, when/if GnuCash abides the MVC pattern, it will 
> be easier to port the interface using a native toolkit such as QT, Cocoa, 
> etc. At present, the functional code is very tied to the UI which is built 
> using Gtk.

We do hope so, but easier != easy. Writing a GUI is a lot of work, and aside 
from the general design one must pretty much start from scratch every time. I 
don’t anticipate that core GnuCash will ever provide multiple GUI toolkit 
implementations.

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 change preferences

2018-08-22 Thread John Ralls
Frank,

You’ve misunderstood the thread: It’s about a deficiency in the dependencies of 
the Debian package manager, not anything to do with GnuCash’s build 
requirements.

Regards,
John Ralls


> On Aug 22, 2018, at 10:13 AM, Frank H. Ellenberger 
>  wrote:
> 
> From https://github.com/Gnucash/gnucash/blob/maint/README.dependencies
> "  at runtime, required
>  -
>  a gsettings backend to store the gnucash global preferences in
>  This backend is platform dependent.
>  - linux:dconf
>  - windows:  registry
>  - osx/quarz:plists
> 
>  Note that the osx and windows backends are built-in in gio for their
>  respective platforms. On linux and similar systems, the dconf package
>  should be installed."
> 
> GSettings is a GIO Tool.
> On Opensuse I have a gsettings-backend-dconf installed.
> GSettings was introduced in 2.6, replacing gconf from our 2.4 branch.
> Is your list also showing the _runtime_ dependencies or only the build
> dependencies? We have also the suggestion of ISO-Codes at runtime.
> 
> Am 22.08.2018 um 18:38 schrieb Colin Law:
>> On Wed, 22 Aug 2018 at 17:31, Frank H. Ellenberger
>>  wrote:
>>> 
>>> Hi all,
>>> 
>>> AFAIK dbus-X11 is no direct dependency of GnuCash:
>>> GnuCash requires GSettings,
>>> only on Linux that requires dconf
>>> and that again requires the dbus.
>> 
>> Well if you take out dbus-X11 then you can't save any settings.
>> I don't see GSettings as a dependency on Ubuntu:
>> $ apt-cache depends gnucash
>> gnucash
>>  Depends: gnucash-common
>>  Depends: guile-2.0-libs
>>  Depends: libaqbanking35
>>  Depends: libc6
>>  Depends: libcairo2
>>  Depends: libdbi1
>>  Depends: libgdk-pixbuf2.0-0
>>  Depends: libglib2.0-0
>>  Depends: libgnomecanvas2-0
>>  Depends: libgoffice-0.8-8
>>  Depends: libgtk2.0-0
>>  Depends: libgwengui-gtk2-0
>>  Depends: libgwenhywfar60
>>  Depends: libktoblzcheck1v5
>>  Depends: libofx7
>>  Depends: libpango-1.0-0
>>  Depends: libpangocairo-1.0-0
>>  Depends: libpython2.7
>>  Depends: libsecret-1-0
>>  Depends: libwebkitgtk-1.0-0
>>  Depends: libx11-6
>>  Depends: libxml2
>>  Depends: libxslt1.1
>>  Depends: zlib1g
>>  Depends: libaqbanking35-plugins
>>  Depends: 
>>perl:i386
>>perl
>>  Depends: guile-2.0
>>  Depends: libfinance-quote-perl
>>  Depends: libwww-perl
>>  Depends: libhtml-tree-perl
>>  Depends: libhtml-tableextract-perl
>>  Depends: libcrypt-ssleay-perl
>>  Depends: libdate-manip-perl
>>  Breaks: gnucash-common
>>  Recommends: gnucash-docs
>>  Recommends: python-gnucash
>>  Recommends: yelp
>> |Recommends: dbus
>>dbus:i386
>>  Recommends: dbus-x11
>>dbus-x11:i386
>>  Suggests: libdbd-mysql
>>  Suggests: libdbd-pgsql
>>  Suggests: libdbd-sqlite3
>>  Replaces: gnucash-common
>> 
> 
> ___
> 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] No Disk error

2018-08-22 Thread jeffrey black
On 8/22/2018 1:43 PM, Adrien Monteleone wrote:
> Were either of you at any time storing your GnuCash files on an SD card?
>
> If so, I’d suggest using a card to load the file, then doing a Save As 
> elsewhere (with the card still in the drive). Then close and re-open GnuCash 
> to load from the new location. THEN Safely Eject and remove the SD card.
>
> Otherwise, some sort of bug is at play.
>
> Regards,
> Adrien
>
>> On Aug 22, 2018, at 7:30 AM, Mike stagl  wrote:
>>
>> I have the same issue on Windows 7 and GnuCash 3.2, and I believe its 
>> because I have several SD card readers on my machine and no cards installed 
>> in them.
>>
>>
>> I haven't looked into a work around yet, but I agree its highly annoying.
>>
>>
>> I figure I'll need to uninstall my SD card readers in order to stop the 
>> alerts.
>>
>>
>> Anyone else have any thoughts?
>>
>>
>> Mike
>>
>>
>> 
>> From: Patrick Murez 
>> Sent: Wednesday, August 22, 2018 1:34 AM
>> To: gnucash-user@gnucash.org
>> Subject: [GNC] No Disk error
>>
>> Dear all I want to report a problem already submitted in this mailing list
>> with no answer so far:
>>
>> Hi!
>>
>> I am starting over with gnucash, and thought I'd do a clean re-install.
>> Note, I am on windows, and have removed all the gnucash files I could
>> find before installing 3.1.
>>
>> However, now I am getting an annoying error message every time I try to
>> look at the preferences, as well as when I do "save as":
>>
>> Gnucash.exe - No Disk
>> There is no disk in the drive. Please insert a disk into drive
>> \Device\Harddisk1\DR1.
>>
>> I have the options Cancel, Try Again and Continue. Try Again just pops
>> up the message again, so do the other two too. However, if I click
>> enough times on Cancel or Continue, the message goes away.
>>
>> Note, when I change something in Preferences, that change stays when I
>> quit and restart.
>>
>> This is quite annoying, and if anybody could shed some light on what has
>> happened and how to get rid of said message, I'd be very happy.
>>
>> Karin
>>
>> your help will great.
>>
>> Thanks
>>
>> --
>>
>> --
>> Patrick Murez, Ch. Eng.
>> Unit Manager Technical Trainings
>> Ruashi mining
>> Cel.:+243816179054
>>+243995601060
>>
>> ___
>> 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.

I am going to go out on a limb here and suggest it is a Micro$oft 
"upgrade" problem.  My home Winoze server is up 24/7 (yes I know, ughh 
run a real os ), barring power outages out here in the sticks.

I do not know how many updates my computer installed since its last 
reboot but; I do know that I have had trouble for the last week 
accessing usb drives.  Part of the time they exist and part of time they 
don't according to windoze.

Not much help but; a little more information.

-- 
--JEffrey Black M.B.A.

___
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] No Disk error

2018-08-22 Thread Arthur
Another data point.  I experience the same problem with GnuCash 3.2 on 
Windows 7 when I select "Import transactions from CSV..." under import 
in the file menu.  The behavior is identical to what was described.


-Art


On 8/22/2018 2:43 PM, Adrien Monteleone wrote:

Were either of you at any time storing your GnuCash files on an SD card?

If so, I’d suggest using a card to load the file, then doing a Save As 
elsewhere (with the card still in the drive). Then close and re-open GnuCash to 
load from the new location. THEN Safely Eject and remove the SD card.

Otherwise, some sort of bug is at play.

Regards,
Adrien


On Aug 22, 2018, at 7:30 AM, Mike stagl  wrote:

I have the same issue on Windows 7 and GnuCash 3.2, and I believe its because I 
have several SD card readers on my machine and no cards installed in them.


I haven't looked into a work around yet, but I agree its highly annoying.


I figure I'll need to uninstall my SD card readers in order to stop the alerts.


Anyone else have any thoughts?


Mike



From: Patrick Murez 
Sent: Wednesday, August 22, 2018 1:34 AM
To: gnucash-user@gnucash.org
Subject: [GNC] No Disk error

Dear all I want to report a problem already submitted in this mailing list
with no answer so far:

Hi!

I am starting over with gnucash, and thought I'd do a clean re-install.
Note, I am on windows, and have removed all the gnucash files I could
find before installing 3.1.

However, now I am getting an annoying error message every time I try to
look at the preferences, as well as when I do "save as":

Gnucash.exe - No Disk
There is no disk in the drive. Please insert a disk into drive
\Device\Harddisk1\DR1.

I have the options Cancel, Try Again and Continue. Try Again just pops
up the message again, so do the other two too. However, if I click
enough times on Cancel or Continue, the message goes away.

Note, when I change something in Preferences, that change stays when I
quit and restart.

This is quite annoying, and if anybody could shed some light on what has
happened and how to get rid of said message, I'd be very happy.

Karin

your help will great.

Thanks

--

--
Patrick Murez, Ch. Eng.
Unit Manager Technical Trainings
Ruashi mining
Cel.:+243816179054
   +243995601060

___
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] Balsheet-eg.scm problem

2018-08-22 Thread Stephen M. Butler
I tripped over a few more typos that seemingly were unrelated to the
errors produced.

I can get this set of files to work usurping the balsheet-eg.scm
report.  If I change that back to balsheet-fmtd.scm (and fix the name
dependencies in the file), it isn't seen by GNC.

Moving the files down to standard-reports throws other errors that I
can't figure out.  So, what has to happen to get the report to load
independent of balsheet-eg?

--Steve

On 08/22/2018 02:17 PM, Stephen M. Butler wrote:
> On 08/22/2018 08:01 AM, Derek Atkins wrote:
>> Hi,
>>
>> There should be a 
>> /usr/local/share/gnucash/scm/gnucash/report/business-reports*
>> in your installation.
> I see a business-reports.scm file there.  The other files are:
> steve@stevelaptop:/usr/local/share/gnucash/scm/gnucash/report$ ls -l
> total 916
> -rw-r--r-- 1 root root  30346 Aug  8 12:34 aging.scm
> -rw-r--r-- 1 root root   1240 Aug  8 12:34 balsheet-eg.css
> -rw-r--r-- 1 root root  11728 Aug  8 12:34 balsheet-eg.eguile.scm
> -rw-r--r-- 1 root root  33739 Aug 21 19:21 balsheet-eg.old
> -rw-r--r-- 1 root root  33386 Aug 21 20:51 balsheet-eg.scm
> -rw-r--r-- 1 root root  11556 Aug 21 21:27 balsheet-fmtd.eguile.scm
> -rw-r--r-- 1 root root  34010 Aug 21 19:22 balsheet-fmtd.scm
> -rw-r--r-- 1 root root   5383 Aug  8 12:34 business-reports.scm
> -rw-r--r-- 1 root root  38987 Aug  8 12:34 customer-summary.scm
> -rw-r--r-- 1 root root  27079 Aug  8 12:34 easy-invoice.scm
> -rw-r--r-- 1 root root  10148 Aug  8 12:34 eguile-gnc.scm
> -rw-r--r-- 1 root root   5523 Aug  8 12:34 eguile-html-utilities.scm
> -rw-r--r-- 1 root root   4142 Aug  8 12:34 eguile-utilities.scm
> -rw-r--r-- 1 root root  32028 Aug  8 12:34 fancy-invoice.scm
> -rw-r--r-- 1 root root  21430 Aug  8 12:34 hello-world.scm
> -rw-r--r-- 1 root root  11639 Aug 21 19:22 income-statement2.scm
> -rw-r--r-- 1 root root  24147 Aug  8 12:34 invoice.scm
> -rw-r--r-- 1 root root  21536 Aug  8 12:34 job-report.scm
> drwxr-xr-x 2 root root   4096 Aug  8 19:13 locale-specific
> -rw-r--r-- 1 root root  32733 Aug  8 12:34 owner-report.scm
> -rw-r--r-- 1 root root   4115 Aug  8 12:34 payables.scm
> -rw-r--r-- 1 root root   2521 Aug  8 12:34 receipt.css
> -rw-r--r-- 1 root root  13049 Aug  8 12:34 receipt.eguile.scm
> -rw-r--r-- 1 root root  12901 Aug  8 12:34 receipt.scm
> -rw-r--r-- 1 root root   4635 Aug  8 12:34 receivables.scm
> -rw-r--r-- 1 root root   5486 Aug  8 12:34 report-gnome.scm
> drwxr-xr-x 3 root root   4096 Aug  8 19:13 report-system
> -rw-r--r-- 1 root root  28028 Aug  8 12:34 report-system.scm
> drwxr-xr-x 3 root root   4096 Aug  8 19:13 standard-reports
> -rw-r--r-- 1 root root   5648 Aug  8 12:34 standard-reports.scm
> -rw-r--r-- 1 root root  12994 Aug  8 12:34 stylesheet-easy.scm
> -rw-r--r-- 1 root root  12910 Aug  8 12:34 stylesheet-fancy.scm
> -rw-r--r-- 1 root root  13592 Aug  8 12:34 stylesheet-footer.scm
> -rw-r--r-- 1 root root  20856 Aug  8 12:34 stylesheet-head-or-tail.scm
> -rw-r--r-- 1 root root   7547 Aug  8 12:34 stylesheet-plain.scm
> -rw-r--r-- 1 root root   1240 Aug 21 19:22 stylesheet-reports.css
> -rw-r--r-- 1 root root   1518 Aug  8 12:34 stylesheets.scm
> -rw-r--r-- 1 root root   1855 Aug  8 12:34 taxinvoice.css
> -rw-r--r-- 1 root root  19239 Aug  8 12:34 taxinvoice.eguile.scm
> -rw-r--r-- 1 root root  19041 Aug  8 12:34 taxinvoice.scm
> -rw-r--r-- 1 root root  39142 Aug  8 12:34 taxtxf-de_DE.scm
> -rw-r--r-- 1 root root 192419 Aug  8 12:34 taxtxf.scm
> -rw-r--r-- 1 root root    847 Aug  8 12:34
> test-load-report-stylesheets-module.scm
> -rw-r--r-- 1 root root   1497 Aug  8 12:34 utility-reports.scm
> -rw-r--r-- 1 root root   8988 Aug  8 12:34 view-column.scm
> -rw-r--r-- 1 root root   4431 Aug  8 12:34 welcome-to-gnucash.scm
>
>
>
>> What version of GnuCash is this?  Considering it's /usr/local I'm
>> guessing you built it yourself.  Did you possibly upgrade a 2.6.x to 3.y
>> version and overwrite the older version?
> I've been running v3.2 for awhile (compiled locally) and recently pulled
> down from github to fix some bugs so now have v3.2-100.
>
> I had made changes to the eguile balance sheet program pre-3.x but
> hadn't moved it in thinking the new multi-column balance sheet report
> would make it obsolete.  That turns out to not be the case and the new
> one is headed in a different direction.
>
> So, I pulled out the old code and attempted to install
> (balsheet-fmtd.scm and balsheet-fmtd.eguile.scm) but GNC ignored them. 
> I remembered that I had to load them under the original name
> balsheet-eg.scm previously before GNC saw them and added them in (after
> that I could have both sitting there and working).  So, I renamed
> balscheet-eg.scm to *.old andw copied balsheet-fmt.scm to have the
> balsheet-eg.scm name.  That led me to discover several changes that were
> needed (apparently due to changes from 2.6 to 3.x). 
>
> I am down to this error and not understanding what it has to do with the
> changes I made.  I've attached my versions of the old eguile 

Re: [GNC] Gnucash 3 in the Debian / Ubuntu pipeline?

2018-08-22 Thread Adrien Monteleone

> On Aug 22, 2018, at 4:04 PM, GWB  wrote:
> 
> 
> Why is gnucash in the Gnome ghetto for program categories?  Am I able
> to run it in xfce because I already have the gnome dependencies
> installed already?
> 

That is probably an historical artifact. You can run it in XFCE as that is 
built on Gtk. If you try to run it on KDE, you can still run it, but it will 
pull in the Gtk dependencies. (that is, it won’t use QT which is native to KDE)

Somewhere long in the future, when/if GnuCash abides the MVC pattern, it will 
be easier to port the interface using a native toolkit such as QT, Cocoa, etc. 
At present, the functional code is very tied to the UI which is built using Gtk.

Regards,
Adrien


___
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] Business Account Set Up Question & Customer Billing Question

2018-08-22 Thread David Cousens
Khristine,

Not exactly sure but you seem to be confusing the function ofg Opening
Balances with the contributions of each partner to the Equity in the
business. Opening Balances is used to record the existing balances in
any real accounts i.e. bank accounts held in your bank at the date you
start your books and is not associated with recording equity
contributions. 

The accounts Equity:Ram and Equity:Ros with their subaccounts
Investment and Drawing record the contributions to and withdrwals from
the equity in the business by each partner. I am assuming here that the
Equity:Ros and Equity:Ram accounts are placeholder accounts and the
appropriate Investment and Drawing accounts are subaccounts/child
accounts of these two placeholder accounts. 

Placeholders are normally read-only and should not normally have
transactions directly into them affecting the balance. The transactions
target the Investment sub accounts when contributing equity to the
business and the Withdrawals sub accounts when withdrawing funds from
the business. Each transaction consists of two splits each of which
affects a different account. For contributions to a business those
accounts affected are the Equity::Investment and the
Asset:Bank:Checking. Note, you may additionally have a Current Assets
placeholder account between your top level Asset and the Bank:Checking
sub account depending upon your business structure

When the original investment by the first partner was made e.g. by Ros
the transaction splits recordes at the date of investment should have
been:
  DebitCredit
Asset:Bank:Checking720
Equity:Ros:Investment   720

When the second partner ram made his contribution at a later date the
transaction splits recording that should have been:

  DebitCredit
Asset:Bank Checking720
Equity:Ram:Investment   720

There should be no transactions affecting the Opening Balances to
record these events. The balances after these two transactions should
be (assuming no other transactions have affected the balances which may
not be the case for the checking account):

Equity 1440
  Equity Ram720
  Equity Ram Drawing   0
  Equity Ram Investment  720
  Equity Ros720
  Equity Ros Drawing   0
  Equity Ros Investment  720 

Asset Bank Checking 1440 

I have used offsetting of the balances here to indicate that the Equity
Ram Drawing and Equity Ram Investment accounts are parents of Equity
Ram and sum into that account for example with a similar behavior fo
the same subaccounts for Ros.  The two placeholder accounts Equity Ram
and Equity Ros in turn sum into the top level Equity account. 

The balances of the Equity accounts should be credit balances in
accounting terms with the exception of the drawing accounts which are
called contra accounts and will have Debit (or negative balances when
you withdraw money from the business). All Asset accounts on the other
hand normally have a Debit balance unless they are in the red i.e have
a negative balance. If this is not already clear the Tutorial and
Concepts Guide (https://www.gnucash.org/docs/v3/C/gnucash-guide/index.h
tml)discusses this. The Wikipedia articles on Double Entry accounting
and the  Accounting Equation and Debits and Credits explain this fairly
completely.

Disclaimer:
As others have noted you should consult an accountant for specific
advice which relates to accounting in your jurisdiction. The above is
only general advice on how Gnucash is commonly used in most
jurisdictions which conform with general accounting practices and
should not be relied upon in any specific jurisdiction as the governing
tax and accounting legislation could override that general practice.

David Cousens  


___
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] Price tool -- get price works for 3 mutual funds but not the rest.

2018-08-22 Thread Bill Swanson
ISSUE SUMMARY:
GnuCash 2.6.12 (Using Sqlite for data)
Unable to retrieve quotes for these items:
  NASDAQ:ABSYX
  NASDAQ:JVMIX
  NASDAQ:IPAS
  NASDAQ:WSTL
  NASDAQ:LMSC
...

 But good quotes are received for :
ABCYX
JAENX
PTTPX

Running on Linux Mint (Mate) 18.3 Sylvia
Environment varibles:
[Variables]
# PATH is used to find the finance::quote utility functions
PATH={GNC_BIN};{PATH}
ALPHAVANTAGE_API_KEY=###

>sudo cpan -D Finance::Quote
CPAN::SQLite not installed, trying to work without
Reading '/home/bill/.cpan/Metadata'
  Database was generated on Sat, 18 Aug 2018 13:17:03 GMT
Finance::Quote
-
(no description)
E/EC/ECOCODE/Finance-Quote-1.47.tar.gz
/usr/local/share/perl/5.22.1/Finance/Quote.pm
Installed: 1.47
CPAN:  1.47  up to date
Erik Colson (ECOCODE)
e...@ecocode.net

gnc-fq-dump -v alphavantage ipas works when the code in
gnc-fq-dump is changed from:
# my $ALPHAVANTAGE_API_KEY = $ENV{'ALPHAVANTAGE_API_KEY'};
my $ALPHAVANTAGE_API_KEY = '###';

and it now works!
bill@bill-mint64 ~/Downloads/Gnucash/gnucash-2.6.12/src/quotes $  sudo perl
gnc-fq-dump -v alphavantage ipas
Finance::Quote fields Gnucash uses:
symbol: ipas <=== required
  date: 08/22/2018   <=== required
  currency: USD  <=== required
  last: 0.2201   <=\
   nav:  <=== one of these
 price:  <=/
  timezone:  <=== optional

All fields returned by Finance::Quote for stock ipas

stock   field  value
-   -  -
ipasclose: 0.2201
ipas currency: USD
ipas   currency_set_by_fq: 1
ipas date: 08/22/2018
ipas high: 0.2400
ipas  isodate: 2018-08-22
ipas last: 0.2201
ipas  low: 0.1813
ipas   method: alphavantage
ipas open: 0.1999
ipas  success: 1
ipas   symbol: ipas
ipas   volume: 1739863

But from GnuCash I only get 3 updates for the entire list.

Suggestions?
-- 
Bill Swanson
207-2443946
___
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] Balsheet-eg.scm problem

2018-08-22 Thread Stephen M. Butler
On 08/22/2018 08:01 AM, Derek Atkins wrote:
> Hi,
>
> There should be a 
> /usr/local/share/gnucash/scm/gnucash/report/business-reports*
> in your installation.
I see a business-reports.scm file there.  The other files are:
steve@stevelaptop:/usr/local/share/gnucash/scm/gnucash/report$ ls -l
total 916
-rw-r--r-- 1 root root  30346 Aug  8 12:34 aging.scm
-rw-r--r-- 1 root root   1240 Aug  8 12:34 balsheet-eg.css
-rw-r--r-- 1 root root  11728 Aug  8 12:34 balsheet-eg.eguile.scm
-rw-r--r-- 1 root root  33739 Aug 21 19:21 balsheet-eg.old
-rw-r--r-- 1 root root  33386 Aug 21 20:51 balsheet-eg.scm
-rw-r--r-- 1 root root  11556 Aug 21 21:27 balsheet-fmtd.eguile.scm
-rw-r--r-- 1 root root  34010 Aug 21 19:22 balsheet-fmtd.scm
-rw-r--r-- 1 root root   5383 Aug  8 12:34 business-reports.scm
-rw-r--r-- 1 root root  38987 Aug  8 12:34 customer-summary.scm
-rw-r--r-- 1 root root  27079 Aug  8 12:34 easy-invoice.scm
-rw-r--r-- 1 root root  10148 Aug  8 12:34 eguile-gnc.scm
-rw-r--r-- 1 root root   5523 Aug  8 12:34 eguile-html-utilities.scm
-rw-r--r-- 1 root root   4142 Aug  8 12:34 eguile-utilities.scm
-rw-r--r-- 1 root root  32028 Aug  8 12:34 fancy-invoice.scm
-rw-r--r-- 1 root root  21430 Aug  8 12:34 hello-world.scm
-rw-r--r-- 1 root root  11639 Aug 21 19:22 income-statement2.scm
-rw-r--r-- 1 root root  24147 Aug  8 12:34 invoice.scm
-rw-r--r-- 1 root root  21536 Aug  8 12:34 job-report.scm
drwxr-xr-x 2 root root   4096 Aug  8 19:13 locale-specific
-rw-r--r-- 1 root root  32733 Aug  8 12:34 owner-report.scm
-rw-r--r-- 1 root root   4115 Aug  8 12:34 payables.scm
-rw-r--r-- 1 root root   2521 Aug  8 12:34 receipt.css
-rw-r--r-- 1 root root  13049 Aug  8 12:34 receipt.eguile.scm
-rw-r--r-- 1 root root  12901 Aug  8 12:34 receipt.scm
-rw-r--r-- 1 root root   4635 Aug  8 12:34 receivables.scm
-rw-r--r-- 1 root root   5486 Aug  8 12:34 report-gnome.scm
drwxr-xr-x 3 root root   4096 Aug  8 19:13 report-system
-rw-r--r-- 1 root root  28028 Aug  8 12:34 report-system.scm
drwxr-xr-x 3 root root   4096 Aug  8 19:13 standard-reports
-rw-r--r-- 1 root root   5648 Aug  8 12:34 standard-reports.scm
-rw-r--r-- 1 root root  12994 Aug  8 12:34 stylesheet-easy.scm
-rw-r--r-- 1 root root  12910 Aug  8 12:34 stylesheet-fancy.scm
-rw-r--r-- 1 root root  13592 Aug  8 12:34 stylesheet-footer.scm
-rw-r--r-- 1 root root  20856 Aug  8 12:34 stylesheet-head-or-tail.scm
-rw-r--r-- 1 root root   7547 Aug  8 12:34 stylesheet-plain.scm
-rw-r--r-- 1 root root   1240 Aug 21 19:22 stylesheet-reports.css
-rw-r--r-- 1 root root   1518 Aug  8 12:34 stylesheets.scm
-rw-r--r-- 1 root root   1855 Aug  8 12:34 taxinvoice.css
-rw-r--r-- 1 root root  19239 Aug  8 12:34 taxinvoice.eguile.scm
-rw-r--r-- 1 root root  19041 Aug  8 12:34 taxinvoice.scm
-rw-r--r-- 1 root root  39142 Aug  8 12:34 taxtxf-de_DE.scm
-rw-r--r-- 1 root root 192419 Aug  8 12:34 taxtxf.scm
-rw-r--r-- 1 root root    847 Aug  8 12:34
test-load-report-stylesheets-module.scm
-rw-r--r-- 1 root root   1497 Aug  8 12:34 utility-reports.scm
-rw-r--r-- 1 root root   8988 Aug  8 12:34 view-column.scm
-rw-r--r-- 1 root root   4431 Aug  8 12:34 welcome-to-gnucash.scm



> What version of GnuCash is this?  Considering it's /usr/local I'm
> guessing you built it yourself.  Did you possibly upgrade a 2.6.x to 3.y
> version and overwrite the older version?

I've been running v3.2 for awhile (compiled locally) and recently pulled
down from github to fix some bugs so now have v3.2-100.

I had made changes to the eguile balance sheet program pre-3.x but
hadn't moved it in thinking the new multi-column balance sheet report
would make it obsolete.  That turns out to not be the case and the new
one is headed in a different direction.

So, I pulled out the old code and attempted to install
(balsheet-fmtd.scm and balsheet-fmtd.eguile.scm) but GNC ignored them. 
I remembered that I had to load them under the original name
balsheet-eg.scm previously before GNC saw them and added them in (after
that I could have both sitting there and working).  So, I renamed
balscheet-eg.scm to *.old andw copied balsheet-fmt.scm to have the
balsheet-eg.scm name.  That led me to discover several changes that were
needed (apparently due to changes from 2.6 to 3.x). 

I am down to this error and not understanding what it has to do with the
changes I made.  I've attached my versions of the old eguile balance
sheet just in case the stdout has a clue to what line in this is causing
the problem.  Remember that balsheet-fmtd.scm is currently named
balsheet-eg.scm in the above folder.
> -derek

--Steve
PS  Sorry for the delayed response.  Was out raising the south wall on
my new greenhouse (10x20).  Too hot outside now even though the air
quality is better than the last few days.
> "Stephen M. Butler"  writes:
>
>> When I load gnucash the below messages come out.  However, I can't find
>> references to "business-reports" in the code.  I also don't see it in
>> evel-string.scm (in the ice-9 folder).  Ideas?
>>
>>
>> sudo find / -name 

Re: [GNC] Gnucash 3 in the Debian / Ubuntu pipeline?

2018-08-22 Thread GWB
No disagreement here on building from source.  A PPA did exist for
GnuCash versions beyond the Ubuntu standard repo.  That was
GetDeb.org.  It went dark.  If I had installed 3.x.x. from GetDeb and
I had to reinstall for some reason, building from source would be
about the only option (or perhaps another PPA).

I'm not sure if that's trivial for most gnucash users on linux or not.
But if you do install 2.6.21 from a PPA and pin it (or build from
source) and you have to reinstall, your chances are much better that
the universal PPA will have something close enough to 2.6.21 that will
work.

So for ubuntu I mean I avoid installing a version signifigantly higher
than what is in the universal PPA.  If your distribution has 3.x.x in
the pipeline, you're probably OK with 3.2.

You're OK with all the versions if you are familiar with building from
source, and you know how to apply patches manually.

I haven't tried this yet, but I will at some point download the
gnucash-common .deb file and see if dpkg can find all the dependencies
when installing local:

https://packages.ubuntu.com/bionic/all/gnucash-common/download

Or perhaps:

https://packages.ubuntu.com/cosmic/all/gnucash-common/download

At the moment they look the same; if Cosmic Carmic Cuttlefish gets a
deb for 3.x.x, it will be at the last URL, I think.

Why is gnucash in the Gnome ghetto for program categories?  Am I able
to run it in xfce because I already have the gnome dependencies
installed already?

Gordon

On Wed, Aug 22, 2018 at 1:33 PM, Adrien Monteleone
 wrote:
> I’m not sure what you mean by ’not getting too far ahead of your 
> distribution.’
>
> I’ve successfully compiled and used 3.2 (and 2.6.17 and 2.6.19) on Ubuntu 
> 16.04 which has 2.6.12 in its repo.
>
> Unless you’re using a dedicated PPA (which doesn’t exist for GnuCash), 
> certainly changing repos to debian/unstable or trying to change to a 
> different ubuntu repo (like using the bionic repo on xenial) can be dangerous.
>
> But building from source, which is not all that complicated, is generally 
> fine. (problems arise if you have dependency conflicts with other software)
>
> Regards,
> Adrien
>
>> On Aug 21, 2018, at 4:55 PM, GWB  wrote:
>>
>> I'm not sure how the version history works in Ubuntu or Debian, but I
>> installed GnuCash 2.6.7 from getdeb.org quite a while ago, and
>> "pinned" it (so that apt-get upgrade would not go to the version up)
>> to that version hoping that gnucash in Ubuntu 14 would catch up with
>> 2.6.7.  Ubuntu 14 ("Trusty Tahr") still only has 2.6.1, but 18.04
>> ("Bionic Beaver" really? who comes up with these names?) has indeed
>> included 2.16.19, as John recalled.  18.04 is my next upgrade.
>>
>> Every time I run "apt-get update" I am reminded that getdeb.org is
>> gone, and has been for some time.  Did getdeb.org have gnucash 3.0 at
>> some point before it went dark?
>>
>> I don't see either the Ubuntu or Debian package maintainers (perhaps
>> the same person or team in this case) moving too quickly to upgrade
>> gnucash in their package repos.  But maybe I'm wrong, which would be
>> nice.  But if you do find a repository with 3.x.x, I would pin it (or
>> "version lock") to a lower version in order not to get too far ahead
>> of the main repos for your linux distribution.
>>
>> Alas, 18.10 ("Cosmic Cuttlefish") lists:
>>
>> gnucash (1:2.6.19-1)
>>[universe]personal and small-business financial-accounting software
>>
>> at https://packages.ubuntu.com/cosmic/gnome/
>>
>> Perhaps 19 ("Vomiting Vole") will have gnucash 3.  Until then, check
>> for other repos, look in unstable and testing to see if some
>> adventurous soul decided to be creative, and unless you absolutely
>> need some feature in the latest release, pin your version and don't
>> get too far ahead of the main repo for your distribution.
>>
>> Gordon
>>
>> On Mon, Aug 20, 2018 at 7:41 PM, Lincoln A Baxter  
>> wrote:
>>> Just curious...  It has been almost a year since Gnucash was removed to
>>> Debian testing.
>>>
>>> It has (re)entered SID on 7/4, and there it sits...
>>>
>>> Who is responsible for working on the "excuses" for why is stays in
>>> SID: https://tracker.debian.org/pkg/gnucash, and has not migrated to
>>> Testing?
>>>
>>> Lincoln
>>>
>>>
>>> On Thu, 2018-07-05 at 00:39 -0600, Bert Riding wrote:
 I spoke too soon.  1:3.2-1 is now out in the unstable Debian repo.

 On Thu, 5 Jul 2018 12:52:51 +0800
 Plutocrat  wrote:

> Hi,
>
> I've been troubled by the lack of Gnucash activity in Debian/Ubuntu
> repositories. I previously used getdeb, which went silent around
> September 2017. I tried contacting the owners, but no reply. There
> was also an attempt on Launchpad to provided more recent versions via
> a PPA, but that also went inactive a few years back. Again I tried to
> contact the owners, but no response. And the main repos are stuck on
> 2.6
>
> So for the last week or so I've been looking around, trying 

Re: [GNC] Cannot change preferences

2018-08-22 Thread Colin Law
On Wed, 22 Aug 2018 at 16:38, Colin Law  wrote:
>
> On Wed, 22 Aug 2018 at 16:19, Ken Heard  wrote:
> >
> > The version of gnucash I have, 1:2.6.15-1, was installed from the Debian
> > Stretch repository. Just now I looked at the entry for this package on
> > apt-cache and discovered that dbus-X11 is recommended for
> > gnucash-1:2.6.15-1; whereas it has to be mandatory.  This is a bug which
> > I will report to Debian.
>
> Oh, you are right, Ubuntu is the same for 2.6.19, it is only a
> recommends.  I had not noticed that.  I will report a bug there.

https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/1788481

Colin
___
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 change preferences

2018-08-22 Thread Colin Law
On Wed, 22 Aug 2018 at 18:13, Frank H. Ellenberger
 wrote:
>
> From https://github.com/Gnucash/gnucash/blob/maint/README.dependencies
> "  at runtime, required
>   -
>   a gsettings backend to store the gnucash global preferences in
>   This backend is platform dependent.
>   - linux:dconf
>   - windows:  registry
>   - osx/quarz:plists
>
>   Note that the osx and windows backends are built-in in gio for their
>   respective platforms. On linux and similar systems, the dconf package
>   should be installed."
>
> GSettings is a GIO Tool.
> On Opensuse I have a gsettings-backend-dconf installed.
> GSettings was introduced in 2.6, replacing gconf from our 2.4 branch.
> Is your list also showing the _runtime_ dependencies or only the build
> dependencies? We have also the suggestion of ISO-Codes at runtime.

That is the list of runtime dependencies extracted from the deb file.
In Ubuntu the package dconf appears to be an empty meta package that
doesn't pull anything else in.  Attempting to install it fails. I
believe that is the same in Debian.  It seems to be dbus-x11 that is
required for gsettings to work on Debian/Ubuntu.

Sorry, I don't understand the reference to ISO-Codes.

Colin

>
> Am 22.08.2018 um 18:38 schrieb Colin Law:
> > On Wed, 22 Aug 2018 at 17:31, Frank H. Ellenberger
> >  wrote:
> >>
> >> Hi all,
> >>
> >> AFAIK dbus-X11 is no direct dependency of GnuCash:
> >> GnuCash requires GSettings,
> >> only on Linux that requires dconf
> >> and that again requires the dbus.
> >
> > Well if you take out dbus-X11 then you can't save any settings.
> > I don't see GSettings as a dependency on Ubuntu:
> > $ apt-cache depends gnucash
> > gnucash
> >   Depends: gnucash-common
> >   Depends: guile-2.0-libs
> >   Depends: libaqbanking35
> >   Depends: libc6
> >   Depends: libcairo2
> >   Depends: libdbi1
> >   Depends: libgdk-pixbuf2.0-0
> >   Depends: libglib2.0-0
> >   Depends: libgnomecanvas2-0
> >   Depends: libgoffice-0.8-8
> >   Depends: libgtk2.0-0
> >   Depends: libgwengui-gtk2-0
> >   Depends: libgwenhywfar60
> >   Depends: libktoblzcheck1v5
> >   Depends: libofx7
> >   Depends: libpango-1.0-0
> >   Depends: libpangocairo-1.0-0
> >   Depends: libpython2.7
> >   Depends: libsecret-1-0
> >   Depends: libwebkitgtk-1.0-0
> >   Depends: libx11-6
> >   Depends: libxml2
> >   Depends: libxslt1.1
> >   Depends: zlib1g
> >   Depends: libaqbanking35-plugins
> >   Depends: 
> > perl:i386
> > perl
> >   Depends: guile-2.0
> >   Depends: libfinance-quote-perl
> >   Depends: libwww-perl
> >   Depends: libhtml-tree-perl
> >   Depends: libhtml-tableextract-perl
> >   Depends: libcrypt-ssleay-perl
> >   Depends: libdate-manip-perl
> >   Breaks: gnucash-common
> >   Recommends: gnucash-docs
> >   Recommends: python-gnucash
> >   Recommends: yelp
> >  |Recommends: dbus
> > dbus:i386
> >   Recommends: dbus-x11
> > dbus-x11:i386
> >   Suggests: libdbd-mysql
> >   Suggests: libdbd-pgsql
> >   Suggests: libdbd-sqlite3
> >   Replaces: gnucash-common
> >
>
___
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 3 in the Debian / Ubuntu pipeline?

2018-08-22 Thread Adrien Monteleone
I’m not sure what you mean by ’not getting too far ahead of your distribution.’

I’ve successfully compiled and used 3.2 (and 2.6.17 and 2.6.19) on Ubuntu 16.04 
which has 2.6.12 in its repo.

Unless you’re using a dedicated PPA (which doesn’t exist for GnuCash), 
certainly changing repos to debian/unstable or trying to change to a different 
ubuntu repo (like using the bionic repo on xenial) can be dangerous.

But building from source, which is not all that complicated, is generally fine. 
(problems arise if you have dependency conflicts with other software)

Regards,
Adrien

> On Aug 21, 2018, at 4:55 PM, GWB  wrote:
> 
> I'm not sure how the version history works in Ubuntu or Debian, but I
> installed GnuCash 2.6.7 from getdeb.org quite a while ago, and
> "pinned" it (so that apt-get upgrade would not go to the version up)
> to that version hoping that gnucash in Ubuntu 14 would catch up with
> 2.6.7.  Ubuntu 14 ("Trusty Tahr") still only has 2.6.1, but 18.04
> ("Bionic Beaver" really? who comes up with these names?) has indeed
> included 2.16.19, as John recalled.  18.04 is my next upgrade.
> 
> Every time I run "apt-get update" I am reminded that getdeb.org is
> gone, and has been for some time.  Did getdeb.org have gnucash 3.0 at
> some point before it went dark?
> 
> I don't see either the Ubuntu or Debian package maintainers (perhaps
> the same person or team in this case) moving too quickly to upgrade
> gnucash in their package repos.  But maybe I'm wrong, which would be
> nice.  But if you do find a repository with 3.x.x, I would pin it (or
> "version lock") to a lower version in order not to get too far ahead
> of the main repos for your linux distribution.
> 
> Alas, 18.10 ("Cosmic Cuttlefish") lists:
> 
> gnucash (1:2.6.19-1)
>[universe]personal and small-business financial-accounting software
> 
> at https://packages.ubuntu.com/cosmic/gnome/
> 
> Perhaps 19 ("Vomiting Vole") will have gnucash 3.  Until then, check
> for other repos, look in unstable and testing to see if some
> adventurous soul decided to be creative, and unless you absolutely
> need some feature in the latest release, pin your version and don't
> get too far ahead of the main repo for your distribution.
> 
> Gordon
> 
> On Mon, Aug 20, 2018 at 7:41 PM, Lincoln A Baxter  
> wrote:
>> Just curious...  It has been almost a year since Gnucash was removed to
>> Debian testing.
>> 
>> It has (re)entered SID on 7/4, and there it sits...
>> 
>> Who is responsible for working on the "excuses" for why is stays in
>> SID: https://tracker.debian.org/pkg/gnucash, and has not migrated to
>> Testing?
>> 
>> Lincoln
>> 
>> 
>> On Thu, 2018-07-05 at 00:39 -0600, Bert Riding wrote:
>>> I spoke too soon.  1:3.2-1 is now out in the unstable Debian repo.
>>> 
>>> On Thu, 5 Jul 2018 12:52:51 +0800
>>> Plutocrat  wrote:
>>> 
 Hi,
 
 I've been troubled by the lack of Gnucash activity in Debian/Ubuntu
 repositories. I previously used getdeb, which went silent around
 September 2017. I tried contacting the owners, but no reply. There
 was also an attempt on Launchpad to provided more recent versions via
 a PPA, but that also went inactive a few years back. Again I tried to
 contact the owners, but no response. And the main repos are stuck on
 2.6
 
 So for the last week or so I've been looking around, trying to figure
 out if I can start a PPA of my own, and looking for info on what are
 the necessary steps to fill it with .deb files. I was initially just
 looking to do 3.x on Ubuntu 18.04. Still haven't figured out exactly
 how this works.
 
 However I just came across this in my research. If I read it
 correctly, then it seems that 3.2 is being added to Debian Sid and
 so, eventually, to Ubuntu 18.10. Possibly it will be backported then
 to 18.04 and maybe even 16.x
 https://launchpad.net/ubuntu/+source/gnucash/1:3.2-1
 
 Here's hoping.
 
 P.
 
 ___
 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] No Disk error

2018-08-22 Thread Adrien Monteleone
Were either of you at any time storing your GnuCash files on an SD card?

If so, I’d suggest using a card to load the file, then doing a Save As 
elsewhere (with the card still in the drive). Then close and re-open GnuCash to 
load from the new location. THEN Safely Eject and remove the SD card.

Otherwise, some sort of bug is at play.

Regards,
Adrien

> On Aug 22, 2018, at 7:30 AM, Mike stagl  wrote:
> 
> I have the same issue on Windows 7 and GnuCash 3.2, and I believe its because 
> I have several SD card readers on my machine and no cards installed in them.
> 
> 
> I haven't looked into a work around yet, but I agree its highly annoying.
> 
> 
> I figure I'll need to uninstall my SD card readers in order to stop the 
> alerts.
> 
> 
> Anyone else have any thoughts?
> 
> 
> Mike
> 
> 
> 
> From: Patrick Murez 
> Sent: Wednesday, August 22, 2018 1:34 AM
> To: gnucash-user@gnucash.org
> Subject: [GNC] No Disk error
> 
> Dear all I want to report a problem already submitted in this mailing list
> with no answer so far:
> 
> Hi!
> 
> I am starting over with gnucash, and thought I'd do a clean re-install.
> Note, I am on windows, and have removed all the gnucash files I could
> find before installing 3.1.
> 
> However, now I am getting an annoying error message every time I try to
> look at the preferences, as well as when I do "save as":
> 
> Gnucash.exe - No Disk
> There is no disk in the drive. Please insert a disk into drive
> \Device\Harddisk1\DR1.
> 
> I have the options Cancel, Try Again and Continue. Try Again just pops
> up the message again, so do the other two too. However, if I click
> enough times on Cancel or Continue, the message goes away.
> 
> Note, when I change something in Preferences, that change stays when I
> quit and restart.
> 
> This is quite annoying, and if anybody could shed some light on what has
> happened and how to get rid of said message, I'd be very happy.
> 
> Karin
> 
> your help will great.
> 
> Thanks
> 
> --
> 
> --
> Patrick Murez, Ch. Eng.
> Unit Manager Technical Trainings
> Ruashi mining
> Cel.:+243816179054
>   +243995601060
> 
> ___
> 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] Cannot change preferences

2018-08-22 Thread Frank H. Ellenberger
>From https://github.com/Gnucash/gnucash/blob/maint/README.dependencies
"  at runtime, required
  -
  a gsettings backend to store the gnucash global preferences in
  This backend is platform dependent.
  - linux:dconf
  - windows:  registry
  - osx/quarz:plists

  Note that the osx and windows backends are built-in in gio for their
  respective platforms. On linux and similar systems, the dconf package
  should be installed."

GSettings is a GIO Tool.
On Opensuse I have a gsettings-backend-dconf installed.
GSettings was introduced in 2.6, replacing gconf from our 2.4 branch.
Is your list also showing the _runtime_ dependencies or only the build
dependencies? We have also the suggestion of ISO-Codes at runtime.

Am 22.08.2018 um 18:38 schrieb Colin Law:
> On Wed, 22 Aug 2018 at 17:31, Frank H. Ellenberger
>  wrote:
>>
>> Hi all,
>>
>> AFAIK dbus-X11 is no direct dependency of GnuCash:
>> GnuCash requires GSettings,
>> only on Linux that requires dconf
>> and that again requires the dbus.
> 
> Well if you take out dbus-X11 then you can't save any settings.
> I don't see GSettings as a dependency on Ubuntu:
> $ apt-cache depends gnucash
> gnucash
>   Depends: gnucash-common
>   Depends: guile-2.0-libs
>   Depends: libaqbanking35
>   Depends: libc6
>   Depends: libcairo2
>   Depends: libdbi1
>   Depends: libgdk-pixbuf2.0-0
>   Depends: libglib2.0-0
>   Depends: libgnomecanvas2-0
>   Depends: libgoffice-0.8-8
>   Depends: libgtk2.0-0
>   Depends: libgwengui-gtk2-0
>   Depends: libgwenhywfar60
>   Depends: libktoblzcheck1v5
>   Depends: libofx7
>   Depends: libpango-1.0-0
>   Depends: libpangocairo-1.0-0
>   Depends: libpython2.7
>   Depends: libsecret-1-0
>   Depends: libwebkitgtk-1.0-0
>   Depends: libx11-6
>   Depends: libxml2
>   Depends: libxslt1.1
>   Depends: zlib1g
>   Depends: libaqbanking35-plugins
>   Depends: 
> perl:i386
> perl
>   Depends: guile-2.0
>   Depends: libfinance-quote-perl
>   Depends: libwww-perl
>   Depends: libhtml-tree-perl
>   Depends: libhtml-tableextract-perl
>   Depends: libcrypt-ssleay-perl
>   Depends: libdate-manip-perl
>   Breaks: gnucash-common
>   Recommends: gnucash-docs
>   Recommends: python-gnucash
>   Recommends: yelp
>  |Recommends: dbus
> dbus:i386
>   Recommends: dbus-x11
> dbus-x11:i386
>   Suggests: libdbd-mysql
>   Suggests: libdbd-pgsql
>   Suggests: libdbd-sqlite3
>   Replaces: gnucash-common
> 

___
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 3 in the Debian / Ubuntu pipeline?

2018-08-22 Thread Adrien Monteleone
I know at least one uses Fedora, so they won’t be building a .deb for you. (an 
.rpm perhaps?)

But building a .deb package is what you’re going to find in a repository. 
(Debian/Ubuntu/derivative repositories are collections of .deb packages)

3.2 has not made it out of Sid because of several issues, all noted on the 
page: https://tracker.debian.org/pkg/gnucash originally linked by Lincoln 
earlier in the thread.

That page seems to indicate 2 main issues (the others will likely auto-resolve):

1. Three Debian core supported architectures don’t have a successful GnuCash 
build for them: armel, mips, s390x (the last two had automated builds fail as 
of today even, producing segfaults when building, noted here: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906609)

2. GnuCash has a dependency on guile-2.2-dev, but it seems this can’t be 
satisfied on armel (and why it can’t build).

Once those builds are successful, it will likely come out of Sid and move to 
Testing.

So, unless you’re running one of those architectures, the short term solution 
is build yourself. (which really isn’t difficult, especially since the 
instructions have just been clarified and revised on the wiki)

Regards,
Adrien

> On Aug 22, 2018, at 12:14 AM, Stephen M. Butler  wrote:
> 
> On 08/21/2018 08:32 PM, GWB wrote:
>> Yes, thank you, I may try building from source.  Has there ever been a
>> standalone .deb package for GnuCash?  I don't know what the flatpack
>> is, but it occurs to me that for linux, debian, etc., a 3.x .deb might
>> be worthwhile.  But I don't think I have seen a .deb package on the
>> download links at GnuCash.org.
>> 
>> If not, is that intentional?  Some distros are good with
>> "automagically" finding and installing dependencies when using .deb
>> packages, and some are not.  Source may be less hassle anyway on some
>> distros.
>> 
> I'm not sure which distro the developers use.  So there may not be one
> that could create a deb package.  I'm not sure what would be involved to
> do that.
> 
> -- 
> 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.


___
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 change preferences

2018-08-22 Thread Colin Law
On Wed, 22 Aug 2018 at 17:31, Frank H. Ellenberger
 wrote:
>
> Hi all,
>
> AFAIK dbus-X11 is no direct dependency of GnuCash:
> GnuCash requires GSettings,
> only on Linux that requires dconf
> and that again requires the dbus.

Well if you take out dbus-X11 then you can't save any settings.
I don't see GSettings as a dependency on Ubuntu:
$ apt-cache depends gnucash
gnucash
  Depends: gnucash-common
  Depends: guile-2.0-libs
  Depends: libaqbanking35
  Depends: libc6
  Depends: libcairo2
  Depends: libdbi1
  Depends: libgdk-pixbuf2.0-0
  Depends: libglib2.0-0
  Depends: libgnomecanvas2-0
  Depends: libgoffice-0.8-8
  Depends: libgtk2.0-0
  Depends: libgwengui-gtk2-0
  Depends: libgwenhywfar60
  Depends: libktoblzcheck1v5
  Depends: libofx7
  Depends: libpango-1.0-0
  Depends: libpangocairo-1.0-0
  Depends: libpython2.7
  Depends: libsecret-1-0
  Depends: libwebkitgtk-1.0-0
  Depends: libx11-6
  Depends: libxml2
  Depends: libxslt1.1
  Depends: zlib1g
  Depends: libaqbanking35-plugins
  Depends: 
perl:i386
perl
  Depends: guile-2.0
  Depends: libfinance-quote-perl
  Depends: libwww-perl
  Depends: libhtml-tree-perl
  Depends: libhtml-tableextract-perl
  Depends: libcrypt-ssleay-perl
  Depends: libdate-manip-perl
  Breaks: gnucash-common
  Recommends: gnucash-docs
  Recommends: python-gnucash
  Recommends: yelp
 |Recommends: dbus
dbus:i386
  Recommends: dbus-x11
dbus-x11:i386
  Suggests: libdbd-mysql
  Suggests: libdbd-pgsql
  Suggests: libdbd-sqlite3
  Replaces: gnucash-common
___
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 change preferences

2018-08-22 Thread Frank H. Ellenberger
Hi all,

AFAIK dbus-X11 is no direct dependency of GnuCash:
GnuCash requires GSettings,
only on Linux that requires dconf
and that again requires the dbus.

Regards
Frank

Am 22.08.2018 um 17:38 schrieb Colin Law:
> On Wed, 22 Aug 2018 at 16:19, Ken Heard  wrote:
>>
>> The version of gnucash I have, 1:2.6.15-1, was installed from the Debian
>> Stretch repository. Just now I looked at the entry for this package on
>> apt-cache and discovered that dbus-X11 is recommended for
>> gnucash-1:2.6.15-1; whereas it has to be mandatory.  This is a bug which
>> I will report to Debian.
> 
> Oh, you are right, Ubuntu is the same for 2.6.19, it is only a
> recommends.  I had not noticed that.  I will report a bug there.
> Post a link to yours and I will set it as the upstream bug for mine.
> 
>> ...
>> Another question is whether the dconf family of packages should also be
>> mandatory for gnucash.
> 
> I don't *think* that is an issue, I ran
> sudo apt remove --dry-run dconf-gsettings-backend
> to see what would happen and it wanted to take out half my system.
> 
> Regards
> 
> Colin
> ___
> 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] How Jobs Work ( was Re: Business Account Set Up Question & Customer Billing Question)

2018-08-22 Thread Adrien Monteleone
Yes, thank you Derek,

I was describing it backwards.

A single invoice can have only one job and a single job can’t be used with 
multiple vendors. (or multiple customers, but I would think that to be a very 
rare case)

So in addition to the first case, there is also the limitation that you also 
can’t buy supplies from multiple vendors on the same job.

Or did I confuse that as well?

The other part I never could understand was not being able to use the same 
‘job’ for both a customer and a vendor. So even following the above 
limitations, I can’t use a job on a vendor bill to rebill a customer AND assign 
that job on the customer’s invoice?

I’m also not quite understanding your last caveat. So the Job is then not an 
extra layer of info, but replaces the Vendor/Customer? I think I’m truly lost 
now on the feature and its purpose.

Regards,
Adrien

> On Aug 22, 2018, at 9:59 AM, Derek Atkins  wrote:
> 
> Adrien Monteleone  writes:
> 
>> There is a ‘jobs’ feature in GnuCash, but it is very limited at the
>> moment. Each vendor can have only one job. So if you buy ‘parts’ or
>> multiple items on the same invoice from a single vendor and then in
>> some fashion, direct, recombined, or further process or manufacture,
>> you can’t tie that job to multiple clients.
> 
> Just to clarify -- I think you have this backwards a bit.  A Customer
> (or Vendor) can have multiple jobs associated with them.  On the other
> hand, a Job can only have one Customer or Vendor that owns the job.
> Moreover, an Invoice or Bill can only have one "owner" (which can be a
> Customer/Vendor or a Job).
> 
> So yes, if you buy parts or multiple items on one bill from a single
> vendor, that can only be applied to a single job.
> 
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> -derek
> -- 
>   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
>   Member, MIT Student Information Processing Board  (SIPB)
>   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
>   warl...@mit.eduPGP key available
> 


___
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 change preferences

2018-08-22 Thread Colin Law
On Wed, 22 Aug 2018 at 16:19, Ken Heard  wrote:
>
> The version of gnucash I have, 1:2.6.15-1, was installed from the Debian
> Stretch repository. Just now I looked at the entry for this package on
> apt-cache and discovered that dbus-X11 is recommended for
> gnucash-1:2.6.15-1; whereas it has to be mandatory.  This is a bug which
> I will report to Debian.

Oh, you are right, Ubuntu is the same for 2.6.19, it is only a
recommends.  I had not noticed that.  I will report a bug there.
Post a link to yours and I will set it as the upstream bug for mine.

>...
> Another question is whether the dconf family of packages should also be
> mandatory for gnucash.

I don't *think* that is an issue, I ran
sudo apt remove --dry-run dconf-gsettings-backend
to see what would happen and it wanted to take out half my system.

Regards

Colin
___
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 change preferences

2018-08-22 Thread Ken Heard

On 2018-08-22 03:43, Colin Law wrote:


Can you remind me how you installed gnucash?  I expect you have said
but this has been a rather long thread.  If it was a pre-packaged
installer then I think that is a bug in the installer as it should
specify dbus-x11 as a dependency.  It is not an issue on the version
of gnucash in the Ubuntu (18.04) repository as that does specify
dbus-x11 as a dependency.


This point was one of the observations/questions I wanted to raise.

The version of gnucash I have, 1:2.6.15-1, was installed from the Debian 
Stretch repository. Just now I looked at the entry for this package on 
apt-cache and discovered that dbus-X11 is recommended for 
gnucash-1:2.6.15-1; whereas it has to be mandatory.  This is a bug which 
I will report to Debian.


I also inadvertently found another bug for this package.  Hitting the F1 
key is supposed to open the help window but does not.  Instead a small 
window opens with the message "GnuCash could not find the files for the 
help documentation.  This is likely because the 'gnucash-docs' package 
is not installed."  That package I have indeed installed; consequently 
failure to open the help window is another bug for me to file with Debian.


Another question is whether the dconf family of packages should also be 
mandatory for gnucash.


Regards, Ken

___
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] Balsheet-eg.scm problem

2018-08-22 Thread Derek Atkins
Hi,

There should be a /usr/local/share/gnucash/scm/gnucash/report/business-reports*
in your installation.

What version of GnuCash is this?  Considering it's /usr/local I'm
guessing you built it yourself.  Did you possibly upgrade a 2.6.x to 3.y
version and overwrite the older version?

-derek

"Stephen M. Butler"  writes:

> When I load gnucash the below messages come out.  However, I can't find
> references to "business-reports" in the code.  I also don't see it in
> evel-string.scm (in the ice-9 folder).  Ideas?
>
>
> sudo find / -name eval-string.scm
> [sudo] password for steve:
> /usr/share/guile/2.0/ice-9/eval-string.scm
> find: ‘/run/user/1000/gvfs’: Permission denied
>
> gnucash --logto=stdout
>
> (gnucash:11506): Gtk-WARNING **: 22:02:10.785: Theme parsing error:
> gtk.css:1278:13: The 'icon-shadow' property has been renamed to
> '-gtk-icon-shadow'
>
> (gnucash:11506): Gtk-WARNING **: 22:02:10.785: Theme parsing error:
> gtk.css:1281:15: The 'icon-shadow' property has been renamed to
> '-gtk-icon-shadow'
>
>
> < reports are loaded.>>
>
> ;;; note: source file
> /usr/local/share/gnucash/scm/gnucash/report/balsheet-eg.scm
> ;;;   newer than compiled
> /usr/local/lib/gnucash/scm/ccache/2.0/gnucash/report/balsheet-eg.go
> ;;; found fresh local cache at
> /home/steve/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/gnucash/report/balsheet-eg.scm.go
> Backtrace:
> In ice-9/eval-string.scm:
>   37: 19 [lp (use-modules (gnucash report business-reports))]
> In ice-9/eval.scm:
>  505: 18 [#
> (use-modules #)]
> In ice-9/psyntax.scm:
> 1106: 17 [expand-top-sequence ((use-modules #)) () ((top)) ...]
>  989: 16 [scan ((use-modules (gnucash report business-reports))) () ...]
>  279: 15 [scan ((# #) #(syntax-object *unspecified* # #)) () (()) ...]
> In ice-9/boot-9.scm:
> 3589: 14 [process-use-modules (((gnucash report business-reports)))]
>  705: 13 [map # (mif-args)> ((#))]
> 3590: 12 [# (mif-args)> (#)]
> 2867: 11 [resolve-interface (gnucash report business-reports) #:select ...]
> 2792: 10 [# #:optional autoload version #:key ensure)> # ...]
> 3068: 9 [try-module-autoload (gnucash report business-reports) #f]
> 2404: 8 [save-module-excursion # ice-9/boot-9.scm:3069:17 ()>]
> 3088: 7 [#]
> In unknown file:
>    ?: 6 [primitive-load-path "gnucash/report/business-reports" ...]
> In business-reports.scm:
>  123: 5 [#]
> In ice-9/boot-9.scm:
> 3589: 4 [process-use-modules (((gnucash report balsheet-eg)))]
>  705: 3 [map # (mif-args)> ((#))]
> 3590: 2 [# (mif-args)> (#)]
> 2870: 1 [resolve-interface (gnucash report balsheet-eg) #:select ...]
> In unknown file:
>    ?: 0 [scm-error misc-error #f ...]
>
> ERROR: In procedure scm-error:
> ERROR: no code for module (gnucash report balsheet-eg)

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
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] Business Account Set Up Question & Customer Billing Question

2018-08-22 Thread Derek Atkins
Adrien Monteleone  writes:

> There is a ‘jobs’ feature in GnuCash, but it is very limited at the
> moment. Each vendor can have only one job. So if you buy ‘parts’ or
> multiple items on the same invoice from a single vendor and then in
> some fashion, direct, recombined, or further process or manufacture,
> you can’t tie that job to multiple clients.

Just to clarify -- I think you have this backwards a bit.  A Customer
(or Vendor) can have multiple jobs associated with them.  On the other
hand, a Job can only have one Customer or Vendor that owns the job.
Moreover, an Invoice or Bill can only have one "owner" (which can be a
Customer/Vendor or a Job).

So yes, if you buy parts or multiple items on one bill from a single
vendor, that can only be applied to a single job.

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
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] Source of quotes for LUxxxxxxxxxx funds

2018-08-22 Thread cicko
As a matter of fact, I've just extracted the price downloading modules into a
separate project: https://github.com/MisterY/finance-quote-python

so that it can be utilized by other packages independently of the Price
Database project.



--
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] GC 3.2 Import Price File CSV

2018-08-22 Thread Deva -
I think what Sebastien meant was that there appears to be a leading space in 
your stock definition in gnucash, not in your CSV file. At least, it appears 
that way from the screenshots you sent out. Of course, as he noted, it may just 
be a visual effect…

Cheers.

On 21-Aug-2018, at 9:30 PM, 
gnucash-user-requ...@gnucash.org wrote:

Date: Tue, 21 Aug 2018 01:28:54 -0500 (CDT)
From: Megagrumpy mailto:megagru...@hotmail.com>>
To: gnucash-user@gnucash.org
Subject: Re: [GNC] GC 3.2 Import Price File CSV
Message-ID: 
<1534832934531-0.p...@n4.nabble.com>
Content-Type: text/plain; charset=us-ascii

I have checked the CSV file and there are no spaces. I tried initially to
import a number of shares and none or them were recognised by the import
tool. It must be a fault in my security definitions I think. When F::Q was
working it would import the prices from Alphavantage so it was happy with
the security definition but maybe the CSV import tool is looking for a
specific structure in the database. I have defined all my shares in a
subcategory "LSE" and I cannot remember if this was a Gnucash structure or
one I made myself. See Screen shot:







___
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] Business Account Set Up Question & Customer Billing Question

2018-08-22 Thread Rich Shepard

On Wed, 22 Aug 2018, Khristine Ann Ramella wrote:


Each member contributed 720 to start the business. The first person 720
was put in checking immediately. I put it under Opening Balances and sent
it to checking. So far so good. The second 720 came in a month later. When
I go to make the deposit to the checking account how do categorize it?


Khristine,

  You should ask your accountant these types of questions. Until then, I
would make an incmoe account that would be the equivalent of the 'Member
draw' expense account. When I set up my business 26 years ago I had my
accountant check my CoA first thing. Now (and I'm on my third accountant and
have been for more than decade), when I want to learn how to handle a
situation I ask her.


I also have a billing question. When I enter a credit card charge or
checking account debit, I want to be able to assign a customer & their
specific job  to the purchase. We buy & bill out a lot of supplies for
each client-most with an upcharge so it isn't an even swap.


  Do you have all clients set up as Customers and the places you buy stuff
as Vendors on the Business menu? If so, use them!

  When you make a purchase you can create a vendor bill for the item and
amount as a 'New bill'. After posting it, pay it with the amount credited to
your credit card or checking account. When you create the vendor invoice
(regardless of it actually existing) you can charge that amount to a
specific customer/client and project.


I would hate to have to go back to QB but this is a deal breaker-lots of
parts for each customer and each customer has lots of jobs
(installs/service calls)


  Your choice. Learn or go back to the proprietary stuff.

  By the way, have you read the business sections of the Guide? It's a very
good place to start.

Regards,

Rich
___
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] PDFs splitting lines at end of page

2018-08-22 Thread Geert Janssens
Hi Mike,

This is a known bug in the external library we use to render reports (Webkit). 
This is fixed in newer versions of that library, but unfortunately it's not 
available for Windows. So on Windows we're stuck with the old version for now, 
and the annoying bug :(

The only work around I'm aware of is to export your report as html and print 
it from your webbrowser.

Regards,

Geert

Op woensdag 22 augustus 2018 14:27:56 CEST schreef Mike stagl:
> Argh.  I forgot to include my version again.  GnuCash 3.2 on Windows 7.
> 
> 
> From: Mike stagl 
> Sent: Wednesday, August 22, 2018 7:20 AM
> To: gnucash-user@gnucash.org
> Subject: [GNC] PDFs splitting lines at end of page
> 
> I've noticed that when I print long reports, the bottom and top lines of
> data can be split by the pdf generator.  Is there a way to force the pdf
> generator to split the data at a line break?  I've played with the margins
> in File -> Page Setup.  No luck.
> 
> 
> Any ideas?
> 
> 
> Thanks,
> 
> 
> Mike
> 
> ___
> 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] No Disk error

2018-08-22 Thread Mike stagl
I have the same issue on Windows 7 and GnuCash 3.2, and I believe its because I 
have several SD card readers on my machine and no cards installed in them.


I haven't looked into a work around yet, but I agree its highly annoying.


I figure I'll need to uninstall my SD card readers in order to stop the alerts.


Anyone else have any thoughts?


Mike



From: Patrick Murez 
Sent: Wednesday, August 22, 2018 1:34 AM
To: gnucash-user@gnucash.org
Subject: [GNC] No Disk error

Dear all I want to report a problem already submitted in this mailing list
with no answer so far:

Hi!

I am starting over with gnucash, and thought I'd do a clean re-install.
Note, I am on windows, and have removed all the gnucash files I could
find before installing 3.1.

However, now I am getting an annoying error message every time I try to
look at the preferences, as well as when I do "save as":

Gnucash.exe - No Disk
There is no disk in the drive. Please insert a disk into drive
\Device\Harddisk1\DR1.

I have the options Cancel, Try Again and Continue. Try Again just pops
up the message again, so do the other two too. However, if I click
enough times on Cancel or Continue, the message goes away.

Note, when I change something in Preferences, that change stays when I
quit and restart.

This is quite annoying, and if anybody could shed some light on what has
happened and how to get rid of said message, I'd be very happy.

Karin

your help will great.

Thanks

--

--
Patrick Murez, Ch. Eng.
Unit Manager Technical Trainings
Ruashi mining
Cel.:+243816179054
   +243995601060

___
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] PDFs splitting lines at end of page

2018-08-22 Thread Mike stagl


Argh.  I forgot to include my version again.  GnuCash 3.2 on Windows 7.


From: Mike stagl 
Sent: Wednesday, August 22, 2018 7:20 AM
To: gnucash-user@gnucash.org
Subject: [GNC] PDFs splitting lines at end of page

I've noticed that when I print long reports, the bottom and top lines of data 
can be split by the pdf generator.  Is there a way to force the pdf generator 
to split the data at a line break?  I've played with the margins in File -> 
Page Setup.  No luck.


Any ideas?


Thanks,


Mike

___
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] PDFs splitting lines at end of page

2018-08-22 Thread Mike stagl
I've noticed that when I print long reports, the bottom and top lines of data 
can be split by the pdf generator.  Is there a way to force the pdf generator 
to split the data at a line break?  I've played with the margins in File -> 
Page Setup.  No luck.


Any ideas?


Thanks,


Mike
___
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] Source of quotes for LUxxxxxxxxxx funds

2018-08-22 Thread cicko
floppy5.25 wrote
> Can you please let me know how to check out your python code?

Sure. Glad you're interested. 
This is one of the reasons I did not continue with the original F::Q. It
would require installing Python *and* Perl for this fairly simple
functionality. And I'm running all my Python scripts on Android devices as
well as on desktops.

My current implementation is in the Price Database project
(https://github.com/MisterY/price-database).
This code downloads and stores the prices in its own database. The idea is
to separate the price retrieval section in the future into a Python
implementation of F::Q. The initial repo for that is at
https://github.com/python-finance/finance-quote.
My reports and other functionality are using the PriceDb as the price
storage. I.e. Asset Allocation (https://github.com/MisterY/asset-allocation)
and a few reports at GnuCash Portfolio
(https://github.com/MisterY/gnucash-portfolio), which has a CLI
(https://github.com/MisterY/gnucash-portfolio-cli) and Web UI interfaces
(https://github.com/MisterY/gnucash-portfolio-webui).
Any feedback welcome. We can discuss any questions or issues in the
repositories.



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


[GNC] No Disk error

2018-08-22 Thread Patrick Murez
Dear all I want to report a problem already submitted in this mailing list
with no answer so far:

Hi!

I am starting over with gnucash, and thought I'd do a clean re-install.
Note, I am on windows, and have removed all the gnucash files I could
find before installing 3.1.

However, now I am getting an annoying error message every time I try to
look at the preferences, as well as when I do "save as":

Gnucash.exe - No Disk
There is no disk in the drive. Please insert a disk into drive
\Device\Harddisk1\DR1.

I have the options Cancel, Try Again and Continue. Try Again just pops
up the message again, so do the other two too. However, if I click
enough times on Cancel or Continue, the message goes away.

Note, when I change something in Preferences, that change stays when I
quit and restart.

This is quite annoying, and if anybody could shed some light on what has
happened and how to get rid of said message, I'd be very happy.

Karin

your help will great.

Thanks

--

-- 
Patrick Murez, Ch. Eng.
Unit Manager Technical Trainings
Ruashi mining
Cel.:+243816179054
   +243995601060
___
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 3 in the Debian / Ubuntu pipeline?

2018-08-22 Thread Colin Law
On Tue, 21 Aug 2018 at 22:59, GWB  wrote:
>  ..
> Alas, 18.10 ("Cosmic Cuttlefish") lists:
> gnucash (1:2.6.19-1)

Looking at https://launchpad.net/ubuntu/cosmic/+package/gnucash-common
I see that version 3.2 is in the 'proposed' repository.  I hope that
means that it is intended that 3.2 should be the version at release.
For Ubuntu a later version of a package will not normally be included
after release of an Ubuntu version.  Bug fixes may be released but not
a version which changes the operation of the s/w.  The logic is
precisely your point about pinning, a user does not want the s/w
changing under his feet just by a routine update.  This means, for
example, that 18.04 is stuck with 2.6.19 for the life of 18.04.

Colin
___
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 change preferences

2018-08-22 Thread Colin Law
On Wed, 22 Aug 2018 at 03:04, Ken Heard  wrote:
> ...
> I now have a working gnucash.

Excellent.

> ...
> I still have however a few observations/questions about dconf, etc.,
> which I want to send to the three of you in due course after I complete
> my researches on the subject.

Can you remind me how you installed gnucash?  I expect you have said
but this has been a rather long thread.  If it was a pre-packaged
installer then I think that is a bug in the installer as it should
specify dbus-x11 as a dependency.  It is not an issue on the version
of gnucash in the Ubuntu (18.04) repository as that does specify
dbus-x11 as a dependency.

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