Re: [GNC] Reports with previous year in different Accounts

2018-10-01 Thread Geert Janssens
What version of gnucash are you running ? In addition there is a subtle difference between report configurations you explicitly save and reports you keep open when quitting gnucash. The former are stored in a file named saved-reports-x.y. The ones that are still open while gnucash exits will be

Re: [GNC] GnuCash 3.3 Released

2018-10-01 Thread Geert Janssens
Op dinsdag 2 oktober 2018 03:21:32 CEST schreef Greg Etling: > Adrien, > > Then the mistake was mine - as you surmised, I attempted to use the > shorthand without enough information, causing it to be ignored. > I'm glad you got it working. Just to solve the other mystery: when you tried settings

[GNC] Qif import problem: matching transactions properly

2018-10-01 Thread jeffrey black
I am sure I saw this addressed somewhere but; I can not seem to relocate it. The qif importer does not seem to distinguish visibly to the user whether a transaction is a debit or credit, nor does it show me which suggested transactions have already been matched.  Inevitably, I end up matching m

Re: [GNC] Reports with previous year in different Accounts

2018-10-01 Thread David T. via gnucash-user
I don’t know what to tell you on that front. Are *any* files in the location newer? Cheers, David > On Oct 1, 2018, at 6:33 PM, > wrote: > > Hello David, > > I have looked at that location before but notice that the file > “saved-reports-2.4” modification date is earlier in the year. Th

Re: [GNC] GnuCash 3.3 Released

2018-10-01 Thread Greg Etling
Adrien, Then the mistake was mine - as you surmised, I attempted to use the shorthand without enough information, causing it to be ignored. Greg 917-664-0083 http://gregetling.com -- "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood; who

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Jack Stewart
About a year ago I installed a version of MacOS GNUCash and made some set-up mistakes from which I could not back out. (e.g. I found that after creating some accounts I could not delete them.) It was suggested that I uninstall GNUCash and begin all over again. Uninstalling was a very arduous, t

Re: [GNC] GnuCash 3.3 Released

2018-10-01 Thread Adrien Monteleone
Your welcome. ‘font’ declarations are for the actual font name/family. They can be used however as a ’shorthand’ property with more info. But for it to work, you have to specify at least a size and name/family. (other options are style, variant and weight) So: * { font: 12px; } won’t work,

Re: [GNC] New User Needs Install Help

2018-10-01 Thread John Ralls
> On Oct 1, 2018, at 3:49 PM, Jack Stewart wrote: > > About a year ago I installed a version of MacOS GNUCash and made some set-up > mistakes from which I could not back out. (e.g. I found that after creating > some accounts I could not delete them.) It was suggested that I uninstall > GNUCa

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread chris graves
Damn, you guys have been busy, thanks for all the hard work! One thing that popped out right away was that the font size for most aspects of the program has increased by 6 or so points (this is on MacOS). Actually it was quite pleasing to my old eyes, but unexpected. > On Sep 30, 2018, at 1:42

[GNC] New User Needs Install Help

2018-10-01 Thread Jack Stewart
About a year ago I installed a version of MacOS GNUCash and made some set-up mistakes from which I could not back out. (e.g. I found that after creating some accounts I could not delete them.) It was suggested that I uninstall GNUCash and begin all over again. Uninstalling was a very arduous, t

Re: [GNC] GnuCash 3.3 Released

2018-10-01 Thread Greg Etling
Adrien, Thank you for this. I compared and tested against what is on the Wiki page (using my phone to avoid the blacklist!), and what you sent worked. Note for others, at least with Gnucash 3.2 and 3.3 and OSX High Sierra, 'font-size' worked while 'font' (as recommended on the wiki) had no effect.

[GNC] Flickering tooltips

2018-10-01 Thread John Ralls
Are due to https://gitlab.gnome.org/GNOME/gtk/issues/1371. There's a work-around there, to add gtk-cursor-theme-size = 16 (the actual value probably doesn't matter) to GTK_CONFIG_HOME/settings.ini. See https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME. Regards, John Ralls

Re: [GNC] Launching on Mac (was Repeatable Mac crash)

2018-10-01 Thread John Ralls
Christoph, I’d never even considered putting Automator into the launch process. Instead I tried to catch the OpenFile notification from LaunchServices. The problem with that is that we don’t get the notification until the event loop is started and GnuCash loads the file before starting the even

Re: [GNC] V3.3 and Security Prices

2018-10-01 Thread John Ralls
That’s because it’s new in 3.3, part of fixing https://bugs.gnucash.org/show_bug.cgi?id=794755 . I’ll add a bit more explanation of that to the release notes on www.gnucash.org and Github. Regards, John Ralls > On Oct

Re: [GNC] [GNC-dev] Problems with Mailman?

2018-10-01 Thread Adrien Monteleone
Ah, I knew that. I’ll fiend temporary memory loss and lack of research effort to remind me. Sorry to take your time. Thanks, Adrien > On Oct 1, 2018, at 2:38 PM, Derek Atkins wrote: > > More likely a DNS hiccup where it couldn't resolve your IP address back to > a FQDN. This error comes from

Re: [GNC] [GNC-dev] Problems with Mailman?

2018-10-01 Thread Derek Atkins
More likely a DNS hiccup where it couldn't resolve your IP address back to a FQDN. This error comes from postfix, not mailman. -derek On Mon, October 1, 2018 3:33 pm, Adrien Monteleone wrote: > I’ve had two messages today fail with 504 5.5.2 error: Helo command > rejected: need fully-qualified h

[GNC] Problems with Mailman?

2018-10-01 Thread Adrien Monteleone
I’ve had two messages today fail with 504 5.5.2 error: Helo command rejected: need fully-qualified hostname This happened once with a user message and another sent to both user and devel. Resending was successful however, Regards, Adrien ___ gnucash-u

[GNC] Erroneously filtered register

2018-10-01 Thread Adrien Monteleone
After loading up the first time on 3.3 (MacOS High Sierra) I noticed one of my registers had very few transactions in it. Slight panic started to take hold, but I quickly reminded myself I make backups, and then I noticed the ‘Filtered’ indication in the upper right corner. I checked the filter

Re: [GNC] GnuCash 3.3 Released

2018-10-01 Thread Adrien Monteleone
Greg, I don’t use the .ini method on Mac (is that not just for Windows?) but I can attest that a custom css file works fine. Create a file called gtk-3.0.css and store it in “~/Library/Application Support/Gnucash” Use the following css declaration to alter *all* fonts used in the UI. * { fon

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Geert Janssens
Greg, The blacklisted IP is something to take up with Derek (Derek Atkins ). He manages the infrastructure that runs the wiki. I don't think there have been changes in the code itself, but the wiki has been updated to be more detailed with regards to expected file locations on different platfo

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Greg Etling
Two items: 1. For some reason my home IP has been blacklisted and I've been unable to access wiki.gnucash.org for some time now. So I cannot reconfirm point 2 but working from memory... 2. I have previously tried to set some font settings through the settings.ini on 3.x and been en

Re: [GNC] Recurring Reconciliation Problem after Gnucash 3 upgrade

2018-10-01 Thread Peter Jackson
Dale, you are , of course, absolutely correct. Transaction matching is the answer. Issue resolved. Stupid me. Thanks. Peter Nurton Court Middleton-on-the-Hill Ludlow SY8 4BD Tel: 01568 750 248 Mob: 07955 586 476 On 01/10/18 15:55:04, Dale Alspach wrote: I would look for a different explanatio

Re: [GNC] Repeatable Mac crash

2018-10-01 Thread Christoph R
Hi John, reading this I instantly created an Automator Shell Script which opens with “—nofile” when double clicked and with the file when I drop a file on it. After changing the file information too I can now double click on a .gnucash file to open it. What’s the reason that we cannot implemen

Re: [GNC] Recurring Reconciliation Problem after Gnucash 3 upgrade

2018-10-01 Thread Dale Alspach
I would look for a different explanation.Is this a duplicate transaction? Is it a misdated transaction? If it is not something obvious, you may need to actually match the transactions on the bank statements for the last four months to what is in gnucash. Dale On Mon, Oct 1, 2018, 4:15 AM Peter J

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Christopher Lam
No it's stalled because I cannot figure out equity unrealized/realized/trading gains at all. I have no reliable guidance to create equity section reliably. If the equity section is ignored, and only the asset/liability sections used, then the report could be inserted into an 'experimental' menu.

Re: [GNC] Profit/Loss report

2018-10-01 Thread Adrien Monteleone
Dan, There have been some previous discussions on the list about how top-level accounts work. (and do not work) I seem to recall that for what you want to accomplish, (essentially a separate account tree) top-level accounts aren’t the solution. The issue is that top-level accounts don’t have a

Re: [GNC] V3.3 and Security Prices

2018-10-01 Thread Fross, Michael
That was it John. Thank you. I had never noticed that before. On Sun, Sep 30, 2018 at 9:54 PM, John Ralls wrote: > > > > On Sep 30, 2018, at 7:33 PM, Fross, Michael wrote: > > > > Hello everyone, > > > > Just installed v3.3 and I'm still seeing the fractional display in the > > price column o

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Adrien Monteleone
Chris, Did your new Income/Balance multi-column report make it into this release or is it still in development? Regards, Adrien > On Oct 1, 2018, at 9:23 AM, Christopher Lam wrote: > > Hi all > > While everyone is busy shaking the program to weed out any new bugs, please > be aware that the

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Christopher Lam
Hi all While everyone is busy shaking the program to weed out any new bugs, please be aware that the invoice reports have been modified, with an aim for greater maintainability (i.e. printable invoice, easy-invoice, fancy-invoice now share the same code base and have been approximated as well a

Re: [GNC] Profit/Loss report

2018-10-01 Thread Tommy Trussell
On Fri, Sep 28, 2018 at 8:47 AM Dan Kalagher wrote: > I'm trying to use a single set of accounts for both household and small > business. I added the small business account using the "new top level > account" when I created it. I now want to run a Profit/Loss report for just > the business accoun

Re: [GNC] Repeatable Mac crash

2018-10-01 Thread John Ralls
> On Oct 1, 2018, at 4:02 AM, Robert Kesterson wrote: > > On 30 Sep 2018, at 9:06, John Ralls wrote: > >>> … > >> Since you’re running two instances of GnuCash it’s likely that the trace >> file will be garbled, so if you could use the following from the command >> line instead: >> /Applica

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Geert Janssens
Op maandag 1 oktober 2018 15:39:02 CEST schreef Richard Ullger: > As an aside, running the gtkinspector with GTK_DEBUG=interactive > /bin/gnucash as per wiki gives the following error... > > Traceback (most recent call last): > File "/usr/share/gnucash/python/init.py", line 5, in > from gi

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Richard Ullger
On 01/10/2018 13:37, Geert Janssens wrote: > https://wiki.gnucash.org/wiki/GTK3#Labels_of_Toolbar_Buttons > > Tooltips have not been removed as far as I know and they still work on my > system. > > Geert Thanks Geert, that looks much better. With the text labels disabled, the tool-tips have re

Re: [GNC] Reports with previous year in different Accounts

2018-10-01 Thread davidbrown.rdps
Hello David, I have looked at that location before but notice that the file “saved-reports-2.4” modification date is earlier in the year. This doesn’t align with the date of reports I have saved only just days ago. It can be viewed using Notepad, and wonder if it appends to the top of th

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Geert Janssens
Op maandag 1 oktober 2018 13:37:12 CEST schreef Greg Etling: > Apologies for threading/formatting issues as I was not subscribed to the > list for this message. > > Is there any way to manually revert the size to 72/inch on Mac? The larger > font now causes major issues on my 13" pre-retina (1280x

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Geert Janssens
https://wiki.gnucash.org/wiki/GTK3#Labels_of_Toolbar_Buttons Tooltips have not been removed as far as I know and they still work on my system. Geert Op maandag 1 oktober 2018 13:59:40 CEST schreef Richard Ullger: > The following item appears under the fixes and improvements not > associated wit

Re: [GNC] Reports with previous year in different Accounts

2018-10-01 Thread davidbrown.rdps
Thank you David …. From: David T. Sent: 29 September 2018 15:46 To: davidbrown.r...@photos.bozeat.biz Cc: gnucash-user@gnucash.org Subject: Re: [GNC] Reports with previous year in different Accounts Info about file locations is available at https://www.gnucash.org/docs/v3/C/gnucash-guide

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Richard Ullger
The following item appears under the fixes and improvements not associated with bug reports... 'Set toolbar buttons to show both icon and text. And make the icon small to recover some vertical screen estate. The motivation for this is that Gtk has dropped the ability for users to change a toolbar'

Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-01 Thread Greg Etling
Apologies for threading/formatting issues as I was not subscribed to the list for this message. Is there any way to manually revert the size to 72/inch on Mac? The larger font now causes major issues on my 13" pre-retina (1280x800) screen, including an inability to resize the window width to be le

Re: [GNC] Repeatable Mac crash

2018-10-01 Thread Robert Kesterson
On 30 Sep 2018, at 9:06, John Ralls wrote: … > Since you’re running two instances of GnuCash it’s likely that the trace file will be garbled, so if you could use the following from the command line instead: /Applications/Gnucash.app/Contents/MacOS/Gnucash --logto=~/gnucash.trace That will c

[GNC] Recurring Reconciliation Problem after Gnucash 3 upgrade

2018-10-01 Thread Peter Jackson
A few months ago after upgrading to Gnucash 3 on Windows 10, I noticed on several accounts that a few previously reconciled items (ie from prior months) had lost their little  "y". In all cases but one, I was able to correct this the next time that I reconciled the accounts. However, in my main

[GNC] Recurring Reconciliation Problem after Gnucash 3 upgrade

2018-10-01 Thread Peter Jackson
After upgrading to Gnucash 3 on Windows 10, I noticed on several accounts that a few previously reconciled items (ie from prior months) had lost their little   "y". In all cases but one, I was able to correct this the next time that I reconciled the accounts. However, in my main bank account, I h

Re: [GNC] moving multiple transactions

2018-10-01 Thread Jeff Abrahamson
On 01/10/18 09:15, David Cousens wrote: > Jeff, >> Point well taken. I'll have a think and file a bug. > I was on bugs.gnucash.org this afternoon fixing another problem and created a > bug report for > the feature enhancement -No 796874. Thanks! -- Jeff Abrahamson +33 6 24 40 01 57 +44 7920

Re: [GNC] moving multiple transactions

2018-10-01 Thread David Cousens
Jeff, > > Point well taken. I'll have a think and file a bug. I was on bugs.gnucash.org this afternoon fixing another problem and created a bug report for the feature enhancement -No 796874. David ___ gnucash-user mailing list gnucash-user@gnucash.