Re: [GNC] Stange Mac OS issues (update)

2018-08-04 Thread John Ralls
Interesting and a bit strange. Are there any other differences between the two 
machines other than model? Grasping at straws, can you set up a new user on the 
13” MBA and see if running GnuCash as that user changes anything?

Regards,
John Ralls

> On Aug 4, 2018, at 8:30 PM, V. Vatsal  wrote:
> 
> John,
> 
> Neither machine has a Retina display. One is an 11 inch MacBook Air (which 
> works fine with GnuCash) and the other is a 13 inch Air (which doesn’t). Both 
> are running 10.3.6.
> 
> I tried creating a new GnuCash data file on the 13 inch machine, and couldn’t 
> even get through the setup process, since clicking with a mouse doesn’t work 
> reliably. 
> 
> Both have tabs set “in full screen only” and all options in the dock 
> preferences are the same.
> 
> Nike
> 
> 
> 
>> On Aug 4, 2018, at 5:35 PM, John Ralls  wrote:
>> 
>> 
>> 
>>> On Aug 4, 2018, at 5:23 PM, V. Vatsal via gnucash-user 
>>>  wrote:
>>> 
>>> Hi all,
>>> 
>>> This is an update to my earlier post reporting malfunction of the mouse 
>>> pointer under the current version of Mac OS,
>>> 
>>> John Ralls responded that it was connected with Mac OS system tabs.
>>> 
>>> I have tried toggling the system tabs, but it makes no difference — the 
>>> behaviour continues. 
>>> 
>>> However, I have done some more testing and found some results  that may be 
>>> useful to track down the bug.
>>> 
>>> I have a single GnuCash file, on a USB key. I have been running GnuCash on 
>>> two different machines, and the USB key goes back and forth. 
>>> 
>>> On one machine, there is no problem at all with the mouse. Everything works 
>>> as expected. This was the machine used to create the GnuCash file in the 
>>> first place.
>>> 
>>> However, on the other machine, many GnuCash interface elements are broken. 
>>> Windows appear with strange sizes, and radio buttons are often hidden. The 
>>> mouse click in list seems to select the item below the one clicked. 
>>> 
>>> I note that the two machines in question have different screen sizes and 
>>> resolutions; if there’s a problem with mouse/screen coordinates, perhaps 
>>> there is something in the GnuCash data files that ties the resolution and 
>>> screen coordinates to the machine that created the file? 
>>> 
>>> I hope this helps.
>> 
>> Nike,
>> 
>> When it comes to Mac screen resolution only one thing counts: Is one of them 
>> a Retina and the other not? Are both running the same MacOS version?
>> 
>> The data file shouldn't have any affect on drawing the GUI.
>> 
>> 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] Change text color

2018-08-04 Thread GT-I9070 H
Em sáb, 4 de ago de 2018 às 14:42, Peter Jackson 
escreveu:

> Dear GTI,
> Hello again, I'm wondering if you can also tell me how to adjust the
> height and width of the label box itself.
> Thanks
> Peter
>

*You forgot to copy the list, other people can help too.*

I hope I understand what you want.

In the tab we have, icon, text, button. We do not have much to move about.
Some size can be varied by changing Preferences>Windows> "Show close button
in tabs"

Well, as far as I know, in code there is no "label box" object. The
behavior of the tab suggests that it is set up by code to auto fit to the
size of the text box and the text box is set to auto fit to text size and
would be unreadable if the text box was smaller than the text.

So, something that might work would be to adjust the margins of the text to
vary the size of the text box and maybe even accept negative numbers (eg.
-2px) to decrease the text box.

As I have not tested it yet, you can try these properties with this
selectors "notebook tab" and "notebook tab label":

margin: 2px 5px 2px 5px;

or

margin-bottom: 2px;
margin-left: 4px;
margin-right: 4px;
margin-top: 2px;

or

border: 1px solid lightgreen;

or

border-bottom-width: 2px
border-left-width: 4px;
border-right-width: 4px
border-top-width: 2px

or

padding: 0px 2px 0px 2px;

or similar.

Please, report yours results here for all.


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

Re: [GNC] Stange Mac OS issues (update)

2018-08-04 Thread V. Vatsal via gnucash-user
John,

Neither machine has a Retina display. One is an 11 inch MacBook Air (which 
works fine with GnuCash) and the other is a 13 inch Air (which doesn’t). Both 
are running 10.3.6.

I tried creating a new GnuCash data file on the 13 inch machine, and couldn’t 
even get through the setup process, since clicking with a mouse doesn’t work 
reliably. 

Both have tabs set “in full screen only” and all options in the dock 
preferences are the same.

Nike



> On Aug 4, 2018, at 5:35 PM, John Ralls  wrote:
> 
> 
> 
>> On Aug 4, 2018, at 5:23 PM, V. Vatsal via gnucash-user 
>>  wrote:
>> 
>> Hi all,
>> 
>> This is an update to my earlier post reporting malfunction of the mouse 
>> pointer under the current version of Mac OS,
>> 
>> John Ralls responded that it was connected with Mac OS system tabs.
>> 
>> I have tried toggling the system tabs, but it makes no difference — the 
>> behaviour continues. 
>> 
>> However, I have done some more testing and found some results  that may be 
>> useful to track down the bug.
>> 
>> I have a single GnuCash file, on a USB key. I have been running GnuCash on 
>> two different machines, and the USB key goes back and forth. 
>> 
>> On one machine, there is no problem at all with the mouse. Everything works 
>> as expected. This was the machine used to create the GnuCash file in the 
>> first place.
>> 
>> However, on the other machine, many GnuCash interface elements are broken. 
>> Windows appear with strange sizes, and radio buttons are often hidden. The 
>> mouse click in list seems to select the item below the one clicked. 
>> 
>> I note that the two machines in question have different screen sizes and 
>> resolutions; if there’s a problem with mouse/screen coordinates, perhaps 
>> there is something in the GnuCash data files that ties the resolution and 
>> screen coordinates to the machine that created the file? 
>> 
>> I hope this helps.
> 
> Nike,
> 
> When it comes to Mac screen resolution only one thing counts: Is one of them 
> a Retina and the other not? Are both running the same MacOS version?
> 
> The data file shouldn't have any affect on drawing the GUI.
> 
> 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] Decimal separator on Gnucash 3.2 Mac (fixed !!!)

2018-08-04 Thread Yves Forget via gnucash-user
Problem fixed.  I thought I’d share with the list in case the problem happens 
to someone else.

I installed GnuCash short after upgrading from OSX 10.9 to 10.13.  Gnucash uses 
period as decimal separator, while here in French Canada decimal separator 
should be comma.

After asking the list I saw that Quicken 2015 for Mac did the same.  Annoying 
that my numeric keypad would send comma but GnuCash and Quicken both want a 
period.

I’m sure Quicken worked fine on 10.9 (displaying and expecting comma), because 
in old printed reports I got the comma as decimal separator.

Today I noticed that in System Preferences/Language and region, my preferred 
regions were French Canada and English Canada, with French Canada as main 
region.  If I remove English Canada (keeping only French Canada), both Gnucash 
and Quicken want a comma.  Bring back English Canada (with French Canada as 
main region), both want a period.

Seems to be a bug on Apple’s side, where locale is set to EN_CA even if main 
region is French Canada.

So I kept only French Canada in region preferences and everything works fine.

Thanks,

Yves Forget


> Le 3 juill. 2018 à 12:33, John Ralls  a écrit :
> 
> Yves,
> 
> And just for completeness I added a line to read NSLocaleDecimalSeparator and 
> then examined it in the debugger. It's '.', consistent with the locale being 
> en_CA instead of fr_CA. 
> 
> Regards,
> John Ralls
> 
> 
>> On Jul 2, 2018, at 7:57 PM, John Ralls  wrote:
>> 
>> Yves,
>> 
>> No, unfortunately querying NSLocaleDecimalSeparator and friends  won’t help. 
>> GnuCash depends at least partly on libc functions like printf (and their C++ 
>> equivalents) for formatting, and those functions in turn depend on a locale 
>> being set in the environment. They use that locale to retrieve information 
>> like decimal separator from the files in /usr/share/locale. In the case at 
>> hand, LC_MONETARY. The fact that NSLocaleLanguageCode returns en_CA instead 
>> of fr_CA causes the wrong LC_MONETARY to be consulted.
>> 
>> Given that GnuCash needs to work on Windows and other Unixes besides MacOS, 
>> the only alternative that I know of is ICU. WebKit uses it so it’s already a 
>> dependency but it would be a lot of work to convert; the API would need to 
>> be made available to Scheme as well for the reports because Guile also uses 
>> libc localization. It’s likely a multi-year project for a single programmer. 
>> (Well, multi-month at 40 hours/week.) Wanna volunteer?
>> 
>> Regards,
>> John Ralls
>> 
>> 
>> 
>>> On Jul 2, 2018, at 7:36 PM, Yves Forget  wrote:
>>> 
>>> Hi John,
>>> 
>>> Running from the terminal I still get period.  In the terminal I got the 
>>> following trace.
>>> 
>>> (process:1976): gnc.gui-WARNING **: 18:35:55.003: [mac_set_languages()] 
>>> Language list: en:fr_CA:en_CA:C
>>> 
>>> I just downloaded the sources from GitHub, and looked at 
>>> [mac_set_languages()].  Foundation offers global variables 
>>> NsLocaleDecimalSeparator, NSLocaleGroupingSeparator and 
>>> NSLocaleCurrencySymbol, among others.  These variables would bring directly 
>>> the values mac_set_languages() is trying to get.  Furthermore, if a user 
>>> changes the decimal separator in the Advanced panel of the Language and 
>>> Region system preferences, gnu cash would get the expected separator 
>>> instead of the locale’s default separator.  Is it something that could be 
>>> changed without breaking a lot of things in the app ?
>>> 
>>> Please don’t hesitate to tell me if I’m completely wrong…
>>> 
>>> Thanks,
>>> 
>>> Yves
>>> 
 Le 2 juill. 2018 à 18:43, John Ralls >>> > a écrit :
 
 I tested this a bit in the debugger and I with French as the primary 
 language and Canada as the country [currentlocale objectForKey:  
 NSLocaleLanguageCode] insists that the code in en, not French. If I tell 
 System Prefs I'm in France it gets the right answer, so it might be an 
 Apple bug.
 
 Unfortunately setting LANG in the environment, though it will set the 
 interface language, doesn't seem to change the number display, so there 
 doesn't seem to be a way to force it at present.
 
 Regards,
 John Ralls
 
 
> On Jul 2, 2018, at 2:59 PM, John Ralls  > wrote:
> 
> If you run GnuCash from a Terminal prompt do you get the right separator?
> 
> Regards,
> John Ralls
> 
>> On Jul 2, 2018, at 1:42 PM, Yves Forget via gnucash-user 
>> mailto:gnucash-user@gnucash.org>> wrote:
>> 
>> System Preferences/Language and Region says Region = Canada and language 
>> = french.  Advanced shows decimal separator is comma and thousands 
>> separator is space.  (These are default values for French Canada).
>> Environment variable LANG=fr_CA.UTF_8
>> OpenOffice correctly uses comma as decimal separator.
>> Is Gnucash supposed to use the parameters from the locale ?  Is there a 
>> way 

Re: [GNC] What does this mean?

2018-08-04 Thread Daniel G Rodriguez
Hi Adrien,

Thank you very much for the explanation. Very clear and to the point.
Really appreciate this.

I had previously read the information in the link you provided. It makes
much more sense now :)

Which types scenarios do you think are good candidates for selecting the
"Use Split Action field for Number"?

 I'm not importing from Quicken and I don't yet know clearly how I "plan to
use the Num field" as I've never used GnuCash before.

Thank you.

--Daniel
___
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] What does this mean?

2018-08-04 Thread Daniel G Rodriguez
Hi Alex,

Thank you so much for the explanation. This helps immensely!

You said: "The right choice for you depends on your work practices around
Gnucash and how you plan to use the 'Num' field."

I don't yet know how I will use the Num field. Been stuck at the New Book
Options screen for weeks because I didn't know whether I should select the
checkbox or not...user guide calls for "careful consideration of the
consequences."

I've read every forum I could find on the topic and most comments revolve
around "...if you come from Quicken...". I don't come from Quicken; my
financial records come from CSVs, Excel, online banking and brokerage
accounts (checking, business, IRA, brokerage), and some online payment
services (Paypal, Wechat, Alipay, etc.)

I've never used accounting software before (I did take Accounting 101 in
college 27 years ago). This my first foray into bookkeeping and my
intention is to track my personal and business accounts. I run a two-man
software consulting company and my accounts are spread across three
currencies.

In your opinion, what kinds of situations call for selecting the checkbox?

Are there some basic criteria to consider before selecting this option?

What are the benefits of using this "Use Split Action Field for Number"
feature? Is it something to be taken advantage of if you are starting from
scratch, like me?

I'm also wondering what percentage of users would tend to find it a useful
approach. The feature was introduced in version 2.6 -- by popular demand?
...to satisfy some corner cases?

Thanks for reading and for all the help!

--Daniel

Alex Aycinena  于2018年7月30日周一 上午1:51写道:

> Daniel,
>
>
>
>> From: Daniel G Rodriguez 
>> To: gnucash-user@gnucash.org
>> Cc:
>> Bcc:
>> Date: Sun, 29 Jul 2018 23:42:48 +0800
>> Subject: [GNC] What does this mean?
>> Hi guys,
>>
>> I'm new to GnuCash. In the New Book Options dialog box, the tooltip for
>> "Use Split Action Field for Number" says:
>>
>> "Check to have split action field used in registers for 'Num' field in
>> place of transaction number; transaction number shown as 'T-Num' on second
>> line of register. Has corresponding effect on business features, reporting
>> and imports/exports."
>>
>> Does the first part of the phrase mean:
>> 1. 'Num' field normally uses the transaction number?
>> 2. 'Num' field can be used as the transaction number?
>> 3. 'Num' field is usually used to enter a transaction number?
>>
>> I think it means #2, but want to be sure.
>>
>> Thanks
>>
>> --Daniel
>>
>>
> Each transaction has data related to the whole transaction (like 'date'
> and 'transaction number') and data related to each split (like 'memo' and
> 'action') and there must be two or more splits that are the debits and
> credits of the transaction.
>
> The default is for 'transaction number' to be shown in the register as
> 'Num'. That means that if you look at a transaction in each of the two or
> more registers that correspond to its splits, the 'Num' field in each
> register will be the same. If you change it in one register, it will change
> in the other(s).
>
> If you check the option, 'action' is shown in the register as 'Num'. That
> means that if you look at a transaction in each of the two or more
> registers that correspond to its splits, the 'Num' field in each register
> will be different. Only the 'Num' field of the register the transaction was
> entered in will contain the entered number (or whatever was entered, since
> it is not actually a number field). If you change the 'Num' field in one
> register, it won't change in the others.
>
> So the answer is 1.
>
> If you come from Quicken, and are used to having the number field shown in
> the register vary for each register, then selecting the option will make it
> behave the way you are used to. The right choice for you depends on your
> work practices around Gnucash and how you plan to use the 'Num' field.
>
> Alex
>


-- 
"Do the right thing. It will gratify some people and astonish the rest." --
Mark Twain
___
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] Stange Mac OS issues (update)

2018-08-04 Thread John Ralls


> On Aug 4, 2018, at 5:23 PM, V. Vatsal via gnucash-user 
>  wrote:
> 
> Hi all,
> 
> This is an update to my earlier post reporting malfunction of the mouse 
> pointer under the current version of Mac OS,
> 
> John Ralls responded that it was connected with Mac OS system tabs.
> 
> I have tried toggling the system tabs, but it makes no difference — the 
> behaviour continues. 
> 
> However, I have done some more testing and found some results  that may be 
> useful to track down the bug.
> 
> I have a single GnuCash file, on a USB key. I have been running GnuCash on 
> two different machines, and the USB key goes back and forth. 
> 
> On one machine, there is no problem at all with the mouse. Everything works 
> as expected. This was the machine used to create the GnuCash file in the 
> first place.
> 
> However, on the other machine, many GnuCash interface elements are broken. 
> Windows appear with strange sizes, and radio buttons are often hidden. The 
> mouse click in list seems to select the item below the one clicked. 
> 
> I note that the two machines in question have different screen sizes and 
> resolutions; if there’s a problem with mouse/screen coordinates, perhaps 
> there is something in the GnuCash data files that ties the resolution and 
> screen coordinates to the machine that created the file? 
> 
> I hope this helps.

Nike,

When it comes to Mac screen resolution only one thing counts: Is one of them a 
Retina and the other not? Are both running the same MacOS version?

The data file shouldn't have any affect on drawing the GUI.

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.

[GNC] Stange Mac OS issues (update)

2018-08-04 Thread V. Vatsal via gnucash-user
Hi all,

This is an update to my earlier post reporting malfunction of the mouse pointer 
under the current version of Mac OS,

John Ralls responded that it was connected with Mac OS system tabs.

I have tried toggling the system tabs, but it makes no difference — the 
behaviour continues. 

However, I have done some more testing and found some results  that may be 
useful to track down the bug.

I have a single GnuCash file, on a USB key. I have been running GnuCash on two 
different machines, and the USB key goes back and forth. 

On one machine, there is no problem at all with the mouse. Everything works as 
expected. This was the machine used to create the GnuCash file in the first 
place.

However, on the other machine, many GnuCash interface elements are broken. 
Windows appear with strange sizes, and radio buttons are often hidden. The 
mouse click in list seems to select the item below the one clicked. 

I note that the two machines in question have different screen sizes and 
resolutions; if there’s a problem with mouse/screen coordinates, perhaps there 
is something in the GnuCash data files that ties the resolution and screen 
coordinates to the machine that created the file? 

I hope this helps.

Nike
___
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] How to set up OFX on Ubuntu in the US

2018-08-04 Thread Alex D
Is there an alternative, maybe easier guide to OFX? The Wiki is not that
straightforward.
___
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 save custom checks

2018-08-04 Thread John Ralls
Yes, region settings is where Windows puts the localization UI.
Weird that everything else would find the right place but save check format 
would fail. And, FWIW, I just tested and it worked fine, albeit my primary is 
C: but it's hard to imagine why that would cause this problem.

Regards,
John Ralls


> On Aug 4, 2018, at 2:47 PM, Mike stagl  wrote:
> 
> Yes, that folder exists and is populated with books\ checks\ and \translog as 
> well as 3 other files.
> 
> As far as localization settings, are you referring to the region settings? 
> Region and Language is set to English (United States).
> 
> Mike
> 
> From: John Ralls
> Sent: Saturday, August 4, 4:08 PM
> Subject: Re: [GNC] Cannot save custom checks
> To: Mike stagl
> Cc: gnucash-user@gnucash.org
> 
> 
> > On Aug 4, 2018, at 8:44 AM, Mike stagl wrote: > > My user directories 
> > should be on my local F: drive. > > Any idea how I could double check where 
> > GnuCash is looking for my user data files? > > When I go to Windows 
> > Explorer and type %APPDATA% or %LOCALAPPDATA% it appears to correctly point 
> > to the locations on my F: drive. The path appears to be 
> > F:\Users\Me\AppData\ then either Local or Roaming. There are no unusual 
> > characters. > > For reference, I have just created a new test gnucash file 
> > saved on my local machine's desktop and encountered the same error. My 
> > primary drive is my F: drive. OK, normal enough. Does %APPDATA%\GnuCash 
> > exist and is it populated? What are your localization settings? 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] Compile of 3.2 fails

2018-08-04 Thread Michael via gnucash-user
Thanks all for your assistance.  I learned a bit about using cmake and 
John and Colin allowed me to clean up the old files so I now have a 
functioning GC-3.2 on my frequently upgraded LM 19 without a fresh 
install.  Thanks again to all.  Mike



On 08/04/2018 01:18 PM, Colin Law wrote:
On 4 August 2018 at 21:09, John Ralls > wrote:


Do
  sudo rm -rf /usr/local/lib/gnucash


be very careful when you do this, for example if you accidentally put 
a space after the first / then you would delete the whole file 
system.  When I have to do such things I usually do

cd /usr/local/lib/gnucash
then double check I am in the right directory, then
sudo rm -rf .

Colin

  sudo rm -f /usr/local/lib/libgnc*
clean your build directory and try again.

Regards,
John Ralls

> On Aug 4, 2018, at 9:21 AM, Michael via gnucash-user
mailto:gnucash-user@gnucash.org>> wrote:
>
> Geert, Thanks for the reply.  type gnucash gives
/usr/local/bin/gnucash, but that seems to be an old 2.6.21 install
that no longer works.  There is a working 2.6.21 in a
$HOME/build-folder, but it doesn't show up.
>
> I cleared the guile ccache with no improvement.
>
> Looks like I should think about this some more and probably do a
fresh install of Mint.  For now I can use 2.6.21.  Thanks, Mike
>
>
> On 08/04/2018 08:40 AM, Geert Janssens wrote:
>> The symbol gnc-build-userdata-path is defined in
libgnc-core-utils.so or it
>> should be. It is a new symbol for gnucash 3.x.
>>
>> Is the install of gnucash 2.6 installed in /usr or /usr/local ?
Then your
>> build may be picking up the wrong libgnc-core-utils.so.
>>
>> What do you get when you enter
>> type gnucash
>> on a terminal ?
>>
>> Do you have amended the LD_LIBRARY_PATH environment variable
for your user
>> account (or systemwide) ?
>>
>> Another thing to try is to clear guile's local build cache in
>> $HOME/.cache/guile/ccache
>> There may still be precompiled files in there from a previous
build though
>> it's less likely this matters here.
>>
>> Geert
>>
>> GeertOp vrijdag 3 augustus 2018 23:36:17 CEST schreef Michael:
>>> Geert, You may be right.  Over a few years, I have built or
installed
>>> several 2.6.x versions, including 2.6.21 which is still on the
machine.
>>> It may be that I am looking at a clean install. I don't know
how I would
>>> get rid of all the old installs and associated files.  A more
complete
>>> log file is attached.  Mike
>>>
>>> On 08/03/2018 06:50 AM, Geert Janssens wrote:
 Op vrijdag 3 augustus 2018 01:15:31 CEST schreef Michael via
gnucash-user:
> I am trying to build gnucash-3.2 on Linux Mint just upgraded
to 19.
> cmake was successful.  make fails at about 30%.  Generating
> ../../lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go.
recipe for
> target failed.
>
> I thought I had it made when cmake worked.  Any ideas?  Mike
 Unfortunately you have only included the very last line of
the build
 error.
 The more useful details are in the lines above.

 My first guess would be that you still have gnucash 2.6.x
installed on
 your
 system. During build gnucash will try to link against other
built files.
 However if these files are also present from an installed
gnucash it looks
 like these are found first. And in this case that could fail.

 Can you uninstall gnucash 2.6.x and restart the build ?

 Geert
>>
>>
>>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org 
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user

> If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists
 for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
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 

Re: [GNC] Cannot save custom checks

2018-08-04 Thread Mike stagl
Yes, that folder exists and is populated with books\ checks\ and \translog as 
well as 3 other files.

As far as localization settings, are you referring to the region settings? 
Region and Language is set to English (United States).

Mike

From: John Ralls
Sent: Saturday, August 4, 4:08 PM
Subject: Re: [GNC] Cannot save custom checks
To: Mike stagl
Cc: gnucash-user@gnucash.org


> On Aug 4, 2018, at 8:44 AM, Mike stagl wrote: > > My user directories should 
> be on my local F: drive. > > Any idea how I could double check where GnuCash 
> is looking for my user data files? > > When I go to Windows Explorer and type 
> %APPDATA% or %LOCALAPPDATA% it appears to correctly point to the locations on 
> my F: drive. The path appears to be F:\Users\Me\AppData\ then either Local or 
> Roaming. There are no unusual characters. > > For reference, I have just 
> created a new test gnucash file saved on my local machine's desktop and 
> encountered the same error. My primary drive is my F: drive. OK, normal 
> enough. Does %APPDATA%\GnuCash exist and is it populated? What are your 
> localization settings? 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] ver 3.2 Fails to Display Graphics in "Tutorial and Concepts Guide" (main help file)

2018-08-04 Thread David Carlson
Steve,

Your first post had several answers.  I think that whatever program
displays the help file is not rendering the figures.  I do not have that
problem on my Windows computer.

David C

On Sat, Aug 4, 2018 at 2:54 PM,  wrote:

> None of the "GnuCash Tutorial and Concepts Guide" graphics (.png files)
> display on my computer. Can you suggest why and how to correct the
> situation?
>
>
>
> Here are the details on my PC (although I don't really know what might be
> needed to answer my question).
>
> . GnuCash 3.2 just installed
>
> . ASUS laptop (advertised as a gaming machine, though I don't play
> games)
>
> . Windows 10 Home ver 1083, build 71734.165
>
> . Intel Core i7 processor
>
> . 16GB RAM
>
> . Running 1920 x 1080 resolution
>
> . NVIDIA GeForce GTX 1050Ti video card
>
>
>
> Thank you so much for any help/direction you might be able to provide.
>
>
>
> SteveR
>
>
>
> ___
> 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] Operating Checking Account in Overdraft

2018-08-04 Thread Murray Field
HI David,

Thank you for your email. It all makes perfect sense to me.

Unfortunately, I fall into the second category, in permanent overdraft, but my 
bank treats me well, of course I pay dearly in fees!

Kind Regards,

Murray

Get Outlook for Android


From: gnucash-user  on 
behalf of David Cousens 
Sent: Friday, August 3, 2018 11:23:23 PM
To: gnucash-user@gnucash.org
Subject: Re: [GNC] Operating Checking Account in Overdraft

Murray,

If you operate the account normally with a positive cash balance with only
an occasional excursion into the red for relatively short periods <<
financial year, I would think it is reasonable to record it as an asset
account.

If however you intend to operate the account as a perrmanent overdraft where
the account is in the red most of the time for some considerable period
comparable with a financial year (e.g. after paying for
renovation/refurbishment), it is operating as a variable principal loan, and
it would be more appropriate to record it as a liability rather than an
asset.

Either approach is reasonable. If the books are for your own business, then
your accountant will be able to sort out any formal reporting requirements.
If there are no formal reporting requirements then that is fine.

Your main concern is that any fees associated with using the overdraft
facilty and any interest will possibly by tax deductible depending upon tax
rules in your jurisdiction so you will need to record then as expenses.

David Cousens



-
David Cousens
--
Sent from: 
https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgnucash.1415818.n4.nabble.com%2FGnuCash-User-f1415819.htmldata=02%7C01%7C%7C765dfc7ea36c4f4c4c4d08d5f933bc5b%7C84df9e7fe9f640afb435%7C1%7C0%7C636688922953673313sdata=uNNENtGLyDoBMQMmXWxGDHv9tUETpZtDhe1g1ezTzwA%3Dreserved=0
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-userdata=02%7C01%7C%7C765dfc7ea36c4f4c4c4d08d5f933bc5b%7C84df9e7fe9f640afb435%7C1%7C0%7C636688922953673313sdata=VQafxMQAoxUWToR%2FjjrdRTItcHIn7Mlw0PVtEg%2FZcNM%3Dreserved=0
If you are using Nabble or Gmane, please see 
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Listsdata=02%7C01%7C%7C765dfc7ea36c4f4c4c4d08d5f933bc5b%7C84df9e7fe9f640afb435%7C1%7C0%7C636688922953673313sdata=zwQzMp82DOhdPR7YHwS9MXqGE3Lq08ODZhHTx1ZolLQ%3Dreserved=0
 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] Compile of 3.2 fails

2018-08-04 Thread Colin Law
On 4 August 2018 at 21:09, John Ralls  wrote:

> Do
>   sudo rm -rf /usr/local/lib/gnucash
>

be very careful when you do this, for example if you accidentally put a
space after the first / then you would delete the whole file system.  When
I have to do such things I usually do
cd /usr/local/lib/gnucash
then double check I am in the right directory, then
sudo rm -rf .

Colin



>   sudo rm -f /usr/local/lib/libgnc*
> clean your build directory and try again.
>
> Regards,
> John Ralls
>
> > On Aug 4, 2018, at 9:21 AM, Michael via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> >
> > Geert, Thanks for the reply.  type gnucash gives /usr/local/bin/gnucash,
> but that seems to be an old 2.6.21 install that no longer works.  There is
> a working 2.6.21 in a $HOME/build-folder, but it doesn't show up.
> >
> > I cleared the guile ccache with no improvement.
> >
> > Looks like I should think about this some more and probably do a fresh
> install of Mint.  For now I can use 2.6.21.  Thanks, Mike
> >
> >
> > On 08/04/2018 08:40 AM, Geert Janssens wrote:
> >> The symbol gnc-build-userdata-path is defined in libgnc-core-utils.so
> or it
> >> should be. It is a new symbol for gnucash 3.x.
> >>
> >> Is the install of gnucash 2.6 installed in /usr or /usr/local ? Then
> your
> >> build may be picking up the wrong libgnc-core-utils.so.
> >>
> >> What do you get when you enter
> >> type gnucash
> >> on a terminal ?
> >>
> >> Do you have amended the LD_LIBRARY_PATH environment variable for your
> user
> >> account (or systemwide) ?
> >>
> >> Another thing to try is to clear guile's local build cache in
> >> $HOME/.cache/guile/ccache
> >> There may still be precompiled files in there from a previous build
> though
> >> it's less likely this matters here.
> >>
> >> Geert
> >>
> >> GeertOp vrijdag 3 augustus 2018 23:36:17 CEST schreef Michael:
> >>> Geert, You may be right.  Over a few years, I have built or installed
> >>> several 2.6.x versions, including 2.6.21 which is still on the machine.
> >>> It may be that I am looking at a clean install. I don't know how I
> would
> >>> get rid of all the old installs and associated files.  A more complete
> >>> log file is attached.  Mike
> >>>
> >>> On 08/03/2018 06:50 AM, Geert Janssens wrote:
>  Op vrijdag 3 augustus 2018 01:15:31 CEST schreef Michael via
> gnucash-user:
> > I am trying to build gnucash-3.2 on Linux Mint just upgraded to 19.
> > cmake was successful.  make fails at about 30%.  Generating
> > ../../lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go.  recipe for
> > target failed.
> >
> > I thought I had it made when cmake worked.  Any ideas?  Mike
>  Unfortunately you have only included the very last line of the build
>  error.
>  The more useful details are in the lines above.
> 
>  My first guess would be that you still have gnucash 2.6.x installed on
>  your
>  system. During build gnucash will try to link against other built
> files.
>  However if these files are also present from an installed gnucash it
> looks
>  like these are found first. And in this case that could fail.
> 
>  Can you uninstall gnucash 2.6.x and restart the build ?
> 
>  Geert
> >>
> >>
> >>
> >
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
> ___
> 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] Compile of 3.2 fails

2018-08-04 Thread John Ralls
Do
  sudo rm -rf /usr/local/lib/gnucash
  sudo rm -f /usr/local/lib/libgnc*
clean your build directory and try again.

Regards,
John Ralls

> On Aug 4, 2018, at 9:21 AM, Michael via gnucash-user 
>  wrote:
> 
> Geert, Thanks for the reply.  type gnucash gives /usr/local/bin/gnucash, but 
> that seems to be an old 2.6.21 install that no longer works.  There is a 
> working 2.6.21 in a $HOME/build-folder, but it doesn't show up.
> 
> I cleared the guile ccache with no improvement.
> 
> Looks like I should think about this some more and probably do a fresh 
> install of Mint.  For now I can use 2.6.21.  Thanks, Mike
> 
> 
> On 08/04/2018 08:40 AM, Geert Janssens wrote:
>> The symbol gnc-build-userdata-path is defined in libgnc-core-utils.so or it
>> should be. It is a new symbol for gnucash 3.x.
>> 
>> Is the install of gnucash 2.6 installed in /usr or /usr/local ? Then your
>> build may be picking up the wrong libgnc-core-utils.so.
>> 
>> What do you get when you enter
>> type gnucash
>> on a terminal ?
>> 
>> Do you have amended the LD_LIBRARY_PATH environment variable for your user
>> account (or systemwide) ?
>> 
>> Another thing to try is to clear guile's local build cache in
>> $HOME/.cache/guile/ccache
>> There may still be precompiled files in there from a previous build though
>> it's less likely this matters here.
>> 
>> Geert
>> 
>> GeertOp vrijdag 3 augustus 2018 23:36:17 CEST schreef Michael:
>>> Geert, You may be right.  Over a few years, I have built or installed
>>> several 2.6.x versions, including 2.6.21 which is still on the machine.
>>> It may be that I am looking at a clean install. I don't know how I would
>>> get rid of all the old installs and associated files.  A more complete
>>> log file is attached.  Mike
>>> 
>>> On 08/03/2018 06:50 AM, Geert Janssens wrote:
 Op vrijdag 3 augustus 2018 01:15:31 CEST schreef Michael via gnucash-user:
> I am trying to build gnucash-3.2 on Linux Mint just upgraded to 19.
> cmake was successful.  make fails at about 30%.  Generating
> ../../lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go.  recipe for
> target failed.
> 
> I thought I had it made when cmake worked.  Any ideas?  Mike
 Unfortunately you have only included the very last line of the build
 error.
 The more useful details are in the lines above.
 
 My first guess would be that you still have gnucash 2.6.x installed on
 your
 system. During build gnucash will try to link against other built files.
 However if these files are also present from an installed gnucash it looks
 like these are found first. And in this case that could fail.
 
 Can you uninstall gnucash 2.6.x and restart the build ?
 
 Geert
>> 
>> 
>> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
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 save custom checks

2018-08-04 Thread John Ralls



> On Aug 4, 2018, at 8:44 AM, Mike stagl  wrote:
> 
> My user directories should be on my local F: drive.
> 
> Any idea how I could double check where GnuCash is looking for my user data 
> files?
> 
> When I go to Windows Explorer and type %APPDATA% or %LOCALAPPDATA% it appears 
> to correctly point to the locations on my F: drive.  The path appears to be 
> F:\Users\Me\AppData\ then either Local or Roaming.  There are no unusual 
> characters.
> 
> For reference, I have just created a new test gnucash file saved on my local 
> machine's desktop and encountered the same error.  My primary drive is my F: 
> drive.

OK, normal enough. Does %APPDATA%\GnuCash exist and is it populated?

What are your localization settings?

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.


[GNC] ver 3.2 Fails to Display Graphics in "Tutorial and Concepts Guide" (main help file)

2018-08-04 Thread GnuCashOrg
None of the "GnuCash Tutorial and Concepts Guide" graphics (.png files)
display on my computer. Can you suggest why and how to correct the
situation?

 

Here are the details on my PC (although I don't really know what might be
needed to answer my question).

. GnuCash 3.2 just installed

. ASUS laptop (advertised as a gaming machine, though I don't play
games)

. Windows 10 Home ver 1083, build 71734.165

. Intel Core i7 processor

. 16GB RAM

. Running 1920 x 1080 resolution

. NVIDIA GeForce GTX 1050Ti video card

 

Thank you so much for any help/direction you might be able to provide.

 

SteveR

 

___
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] Change text color

2018-08-04 Thread Peter Jackson
Thanks GTI, I had to suppress my previous -

notebook tab label {
  color: blue;
  font-size: 14;
}

Seems there are more than one setting that will affect the same target.

Now I am keen to format the Summary bar at the bottom of the window.

Regards

Peter




Nurton Court
Middleton-on-the-Hill
Ludlow SY8 4BD
Tel: 01568 750 248 Mob: 07955 586 476

On 4 August 2018 at 16:55, GT-I9070 H  wrote:

> Em sáb, 4 de ago de 2018 às 02:26, Peter Jackson 
> escreveu:
>
>> Mornin' GTI,
>>
>> Could you please tell me exactly how you write:
>>
>> notebook tab
>>
>> combined with
>>
>> notebook tab:hover
>>
>> in order to get a result.
>>
>>
>> Thanks Peter
>>
>>
>> Nurton Court
>> Middleton-on-the-Hill
>> Ludlow SY8 4BD
>> Tel: 01568 750 248 Mob: 07955 586 476
>>
>
> Hi Peter,
>
> Exactly like this for example:
>
> /* Tab Label Settings */
> notebook tab {
>   color: blue;
>   font-size: 14;
> }
>
> notebook tab:hover {
>   color: red;
>   font-size: 15;
> }
>
> now we can control the style when the mouse pointer is over the tab and
> when it is not without one definition interfering with the other.
> Do not forget to delete/suppress old settings for the tab.
> Suppress: put lines to be suppressed between /* and */.
>
> For more information and other properties that can be used, see here:
> https://wiki.gnucash.org/wiki/GTK3#Sample_Style_Properties
>
>
> Regards
> GTI
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: [GNC] Compile of 3.2 fails

2018-08-04 Thread Michael via gnucash-user
Geert, Thanks for the reply.  type gnucash gives /usr/local/bin/gnucash, 
but that seems to be an old 2.6.21 install that no longer works.  There 
is a working 2.6.21 in a $HOME/build-folder, but it doesn't show up.


I cleared the guile ccache with no improvement.

Looks like I should think about this some more and probably do a fresh 
install of Mint.  For now I can use 2.6.21.  Thanks, Mike



On 08/04/2018 08:40 AM, Geert Janssens wrote:

The symbol gnc-build-userdata-path is defined in libgnc-core-utils.so or it
should be. It is a new symbol for gnucash 3.x.

Is the install of gnucash 2.6 installed in /usr or /usr/local ? Then your
build may be picking up the wrong libgnc-core-utils.so.

What do you get when you enter
type gnucash
on a terminal ?

Do you have amended the LD_LIBRARY_PATH environment variable for your user
account (or systemwide) ?

Another thing to try is to clear guile's local build cache in
$HOME/.cache/guile/ccache
There may still be precompiled files in there from a previous build though
it's less likely this matters here.

Geert

GeertOp vrijdag 3 augustus 2018 23:36:17 CEST schreef Michael:

Geert, You may be right.  Over a few years, I have built or installed
several 2.6.x versions, including 2.6.21 which is still on the machine.
It may be that I am looking at a clean install. I don't know how I would
get rid of all the old installs and associated files.  A more complete
log file is attached.  Mike

On 08/03/2018 06:50 AM, Geert Janssens wrote:

Op vrijdag 3 augustus 2018 01:15:31 CEST schreef Michael via gnucash-user:

I am trying to build gnucash-3.2 on Linux Mint just upgraded to 19.
cmake was successful.  make fails at about 30%.  Generating
../../lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go.  recipe for
target failed.

I thought I had it made when cmake worked.  Any ideas?  Mike

Unfortunately you have only included the very last line of the build
error.
The more useful details are in the lines above.

My first guess would be that you still have gnucash 2.6.x installed on
your
system. During build gnucash will try to link against other built files.
However if these files are also present from an installed gnucash it looks
like these are found first. And in this case that could fail.

Can you uninstall gnucash 2.6.x and restart the build ?

Geert






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

Re: [GNC] Change text color

2018-08-04 Thread GT-I9070 H
Em sáb, 4 de ago de 2018 às 02:26, Peter Jackson 
escreveu:

> Mornin' GTI,
>
> Could you please tell me exactly how you write:
>
> notebook tab
>
> combined with
>
> notebook tab:hover
>
> in order to get a result.
>
>
> Thanks Peter
>
>
> Nurton Court
> Middleton-on-the-Hill
> Ludlow SY8 4BD
> Tel: 01568 750 248 Mob: 07955 586 476
>

Hi Peter,

Exactly like this for example:

/* Tab Label Settings */
notebook tab {
  color: blue;
  font-size: 14;
}

notebook tab:hover {
  color: red;
  font-size: 15;
}

now we can control the style when the mouse pointer is over the tab and
when it is not without one definition interfering with the other.
Do not forget to delete/suppress old settings for the tab.
Suppress: put lines to be suppressed between /* and */.

For more information and other properties that can be used, see here:
https://wiki.gnucash.org/wiki/GTK3#Sample_Style_Properties


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

Re: [GNC] Price Tool fail

2018-08-04 Thread David Carlson
Alphavantage quotes has not been working very well lately, but I just got a
few of my prices a minute ago.

David C

On Sat, Aug 4, 2018 at 10:25 AM, Keith Bellairs  wrote:

> Just tried to run the price tool and it reported unable to retrieve for all
> of 2 but my securities. Has there been a recent change?
>
> Keith
> ___
> 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 save custom checks

2018-08-04 Thread Mike stagl
My user directories should be on my local F: drive.

Any idea how I could double check where GnuCash is looking for my user data 
files?

When I go to Windows Explorer and type %APPDATA% or %LOCALAPPDATA% it appears 
to correctly point to the locations on my F: drive.  The path appears to be 
F:\Users\Me\AppData\ then either Local or Roaming.  There are no unusual 
characters.

For reference, I have just created a new test gnucash file saved on my local 
machine's desktop and encountered the same error.  My primary drive is my F: 
drive.

Thanks in advance.

From: John Ralls
Sent: Saturday, August 4, 11:28 AM
Subject: Re: [GNC] Cannot save custom checks
To: Mike stagl
Cc: gnucash-user@gnucash.org


> On Aug 4, 2018, at 8:00 AM, Mike stagl wrote: > > I'm having trouble saving 
> custom check prints. When I try to save my custom settings, I get a dialog 
> box that says: > > > Cannot Open File {odd symbols such as an "X" in a 
> box}\Users\{my Windows User Name}\AppData\Roaming\GnuCash\Checks\PTA.chk: 
> Invalid Argument. > > > If I attempt different file names to save as, I can 
> get this message: > > > Cannot Open File {symbols such as an "X" in a 
> box"}\Users\{my Windows User Name}\AppData\Roaming\GnuCash\Checks\1.chk: 
> Input/Output Error > > > I am using GnuCash 3.2 on Windows 7. I encounter 
> this error both when I am using a local copy of a .gnucash file on my local 
> machine, and also when I am working with a .gnucash file on a remote server. 
> > > > Any thought? Thanks to all the contributors, “X in a box” is Windows’s 
> way of indicating a character for which the current font doesn’t have a 
> glyph. Normally one would expect “C:” beginning the user directory path, so 
> perhaps your user directories are on a network share with non-ASCII 
> characters in the name? 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] Compile of 3.2 fails

2018-08-04 Thread Geert Janssens
The symbol gnc-build-userdata-path is defined in libgnc-core-utils.so or it 
should be. It is a new symbol for gnucash 3.x.

Is the install of gnucash 2.6 installed in /usr or /usr/local ? Then your 
build may be picking up the wrong libgnc-core-utils.so.

What do you get when you enter
type gnucash
on a terminal ?

Do you have amended the LD_LIBRARY_PATH environment variable for your user 
account (or systemwide) ?

Another thing to try is to clear guile's local build cache in
$HOME/.cache/guile/ccache
There may still be precompiled files in there from a previous build though 
it's less likely this matters here.

Geert

GeertOp vrijdag 3 augustus 2018 23:36:17 CEST schreef Michael:
> Geert, You may be right.  Over a few years, I have built or installed
> several 2.6.x versions, including 2.6.21 which is still on the machine. 
> It may be that I am looking at a clean install. I don't know how I would
> get rid of all the old installs and associated files.  A more complete
> log file is attached.  Mike
> 
> On 08/03/2018 06:50 AM, Geert Janssens wrote:
> > Op vrijdag 3 augustus 2018 01:15:31 CEST schreef Michael via gnucash-user:
> >> I am trying to build gnucash-3.2 on Linux Mint just upgraded to 19.
> >> cmake was successful.  make fails at about 30%.  Generating
> >> ../../lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go.  recipe for
> >> target failed.
> >> 
> >> I thought I had it made when cmake worked.  Any ideas?  Mike
> > 
> > Unfortunately you have only included the very last line of the build
> > error.
> > The more useful details are in the lines above.
> > 
> > My first guess would be that you still have gnucash 2.6.x installed on
> > your
> > system. During build gnucash will try to link against other built files.
> > However if these files are also present from an installed gnucash it looks
> > like these are found first. And in this case that could fail.
> > 
> > Can you uninstall gnucash 2.6.x and restart the build ?
> > 
> > Geert




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


Re: [GNC] Cannot save custom checks

2018-08-04 Thread John Ralls


> On Aug 4, 2018, at 8:00 AM, Mike stagl  wrote:
> 
> I'm having trouble saving custom check prints.  When I try to save my custom 
> settings, I get a dialog box that says:
> 
> 
> Cannot Open File {odd symbols such as an "X" in a box}\Users\{my Windows User 
> Name}\AppData\Roaming\GnuCash\Checks\PTA.chk: Invalid Argument.
> 
> 
> If I attempt different file names to save as, I can get this message:
> 
> 
> Cannot Open File {symbols such as an "X" in a box"}\Users\{my Windows User 
> Name}\AppData\Roaming\GnuCash\Checks\1.chk: Input/Output Error
> 
> 
> I am using GnuCash 3.2 on Windows 7.  I encounter this error both when I am 
> using a local copy of a .gnucash file on my local machine, and also when I am 
> working with a .gnucash file on a remote server.
> 
> 
> Any thought?  Thanks to all the contributors,

“X in a box” is Windows’s way of indicating a character for which the current 
font doesn’t have a glyph. Normally one would expect “C:” beginning the user 
directory path, so perhaps your user directories are on a network share with 
non-ASCII characters in the name?

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.

[GNC] Price Tool fail

2018-08-04 Thread Keith Bellairs
Just tried to run the price tool and it reported unable to retrieve for all
of 2 but my securities. Has there been a recent change?

Keith
___
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] Cannot save custom checks

2018-08-04 Thread Mike stagl
I'm having trouble saving custom check prints.  When I try to save my custom 
settings, I get a dialog box that says:


Cannot Open File {odd symbols such as an "X" in a box}\Users\{my Windows User 
Name}\AppData\Roaming\GnuCash\Checks\PTA.chk: Invalid Argument.


If I attempt different file names to save as, I can get this message:


Cannot Open File {symbols such as an "X" in a box"}\Users\{my Windows User 
Name}\AppData\Roaming\GnuCash\Checks\1.chk: Input/Output Error


I am using GnuCash 3.2 on Windows 7.  I encounter this error both when I am 
using a local copy of a .gnucash file on my local machine, and also when I am 
working with a .gnucash file on a remote server.


Any thought?  Thanks to all the contributors,


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] Hangs on startup

2018-08-04 Thread David Carlson
Finbar,

Your screen grab did not come through all the way to my computer.

Have you read any of the discussion here about the first start-up of
release 3.2 being more slow than normal, and subsequent start-ups still
being substantially slower than 2.6 21 or earlier?  In Windows in
particular the O.S. will think that GnuCashh is not responding, in some
cases for several minutes.  You have time to brew a pot of coffee and maybe
drink it too.

Also, GnuCash has historically been very slow to open certain reports,
especially when started in the default settings or with custom settings
encompassing a lot of data.

Have you tried creating a tiny test data file to see if it works faster
with less data?

David C

On Sat, Aug 4, 2018 at 12:43 AM, Finbar Mahon  wrote:

> I attached a capture of the startup screen, but it didn't make it. It
> showed a "hang" while attempting to load a P+L I don't have, named P+L for
> 1.1.2020
>
>
>
> On 03/08/2018 16:18, Finbar Mahon wrote:
>
>> I don't have a P+L for 1/1/192020!!
>>
>> Hangs at this point, most times, sometimes loads the current operations.
>>
>> Ideas?
>>
>> ___
>> 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.


[GNC] GNC 3.2 CSV import for transaction with multi-split

2018-08-04 Thread Indra via gnucash-user
Hi I'm new to GNC, I'm trying to re-import CSV generated by same version of 
GNC(version 3.2). I saw previous email that version 2.6 cannot import CSV 
generated by GnuCash (containing 2 split). And this re-import from exported CSV 
issue is solved since version 2.8
I just tested exporting simple transaction from my accounts
1 transaction with 2 splits with memo on each split.
I deleted the transaction from UI and reimport using the generated CSV (checked 
the multi-split option). The importer should recreate 1 transaction with 2 
splits with their memo.But now after import, I have 2 transactions instead of 1.
first transaction contain memo for split 1 with description.

second transaction contain memo for split 2 WITHOUT description.

Is this multi-split CSV importer working and tested?
Thanks


___
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] Change text color

2018-08-04 Thread Peter Jackson
Mornin' GTI,

Could you please tell me exactly how you write:

notebook tab

combined with

notebook tab:hover

in order to get a result.


Thanks Peter


Nurton Court
Middleton-on-the-Hill
Ludlow SY8 4BD
Tel: 01568 750 248 Mob: 07955 586 476

On 4 August 2018 at 05:41, GT-I9070 H  wrote:

> Em qui, 2 de ago de 2018 às 23:11, Adrien Monteleone <
> adrien.montele...@lusfiber.net> escreveu:
>
> > I didn’t notice a distinction (yet), but my guess is ‘:hover’ ‘:focus’ or
> > ':selected' will get you somewhere. The main selector is as reported by
> you
> > previously to be ’notebook tab’ and then ’notebook tab label’.
> >
>
> Well . . .
>
> the bad news is,
>
> notebook tab label:hover
> notebook tab label:focus
> notebook tab label:selected
> notebook tab:focus
> notebook tab:selected
>
> don't work.
>
> The good news is,
>
> notebook tab
>
> combined with
>
> notebook tab:hover
>
> is an upgrade and works beautifully!
>
> Now, when you dig into gtkInspector try to find the selectors for the
> bottom summary bar, she is a virgin so far . . . : )
>
> Regards
> GTI
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
___
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] UK specific: any progress on MTD (Making Tax Difficult) ?

2018-08-04 Thread Maf. King
On Saturday, 4 August 2018 06:46:25 BST Maf. King wrote:
> On Friday, 3 August 2018 17:17:46 BST Mike Evans wrote:
> > On Mon, 30 Jul 2018 14:10:46 +0100
> > 
> > Alain D D Williams  wrote:
> > > This is the UK government's edict any business with a turnover of more
> > > than
> > > £85k/year will *need* to use accounting software and use that to submit
> > > tax
> > > returns - from April 2019 (& all above £10k from April 2020).
> > > 
> > > https://www.gov.uk/government/news/hmrc-publishes-more-information-on-ma
> > > ki
> > > ng-tax-digital
> > > 
> > > This was discussed here some time ago, but was inconclusive.
> > 
> > This was discussed briefly on the devel list but judging by the lack of
> > response I guess that there are very few UK users that are affected.
> > 
> > Inserting this into the GnuCash code I think is unrealistic for the
> > apparently few users and specific use-case.  One could, I suppose, use a
> > Python to extract the relevant data and interact with the HMRC API as a
> > separate application that has access to the GnuCash data book. I imagine
> > extracting the required data should be (relatively) easy, and (simply)
> > interfacing with HMRC is all that's required from there.
> > 
> > I signed up as a developer and have written some python that gets through
> > the oauth2 part. I'm now trying to interface with the "Individual Tax"
> > API.
> > Just getting various errors at the moment but that's better than
> > yesterday.
> > 
> >  I've no idea yet as to what data is required to push to the API, I can't
> > 
> > find any relevant info.
> > 
> > This should be on the devel list perhaps.
> > 
> > Mike E
> 
> It will affect me, but I'm not in a position to do much about it or work on
> a solution, and am certainly not on the -devel list.  I need to talk to my
> accountant later in the year about this.  My VAT affairs are pretty
> straightforward and I've always done my own returns.  I might have to move
> the business books away from GC if there is no alternative.
> 
> it does seem to me from reading the link provided in the OP that a GC report
> or two feeding into a spreadsheet containing the "api magic" HMRC talk
> about might be a way forward.  GC doesn't have to directly submit the
> return to HMRC, if I understood the notes properly.
> 
> Maf.

Should have said too: will help with testing a GC solution, if there is one 
under development

Maf.




___
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] Change text color

2018-08-04 Thread Peter Jackson
Excellent Idea.
Regards
Peter


Nurton Court
Middleton-on-the-Hill
Ludlow SY8 4BD
Tel: 01568 750 248 Mob: 07955 586 476

On 4 August 2018 at 05:46, GT-I9070 H  wrote:

> Em sex, 3 de ago de 2018 às 10:52, Adrien Monteleone <
> adrien.montele...@lusfiber.net> escreveu:
>
> > I also want to organize that long list of properties better. Maybe after
> > some testing, they can be paired with the selectors they work for.
> >
> > Something else I thought that might be useful is a collection of links to
> > user css files that specifically tweak Adwaita, Adwaita Dark, et cetera.
> > I’m thinking of something like a ’skin’ css file with lots of changes
> > already included. (though easy for anyone to further tweak and customize
> > but with all the selectors and properties worked out and already
> included)
> > I’m not sure where these files should reside. Perhaps along with the
> sample
> > files on Github or maybe a section of the gnucash.org website.
> >
>
> Yes, good!
>
> Regards
> GTI
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
___
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.