Re: [GNC] Increase default font on register v3.3 windows 10

2018-12-27 Thread GTI .H
Glad to know that the issue is solved! 

Well . . . , if you've been bitten by the bug of the MOD fever and really
like a look in your GnuCash, maybe that interests you:
http://gnucash.1415818.n4.nabble.com/GNC-Change-text-color-td4701864i160.html#a4702697

Em qui, 27 de dez de 2018 às 22:39, A Alonso  escreveu:

> Nevermind, I found it.
>
>
>
> #account_tree {
>
>   font-size: 1.2em;
>
> }
>
>
>
> And it goes in the same file. Hope this helps someone else
>
>
>
> THANK YOU! GT
>
>
>
>
>
> *From:* GTI .H 
> *Sent:* Thursday, December 27, 2018 9:54 AM
> *To:* A Alonso 
> *Cc:* gnucash-user 
> *Subject:* Re: [GNC] Increase default font on register v3.3 windows 10
>
>
>
> Correction:
>
> If you have not fixed my previous error (Missing backslash), the correct
> path is %USERNAME%\AppData\Roaming\GnuCash*\*gtk-3.0.css.
>
>
>
> In standard conditions, this works for me, and for everyone on W10.
>
>
>
> *  "These settings can be seen when the preference setting*
>
> *  'Register\Use GnuCash built-in color theme' and/or *
>
> *  'Account\Show account color as background color' is unset."*
>
>
>
> *  Help sites:*
>
>
>
> *  https://wiki.gnucash.org/wiki/GTK3#Visual_Styling
> *
>
> *  https://developer.gnome.org/gtk3/stable/chap-css-overview.html
> *
>
>
>
> If none of this works, your issue is not setup.
>
>
>
> A good attempt would be:
>
>
>
> Make a backup first.
>
> Remove GnuCash, delete (or Rename)  the
> %USERNAME%\AppData\Roaming\GnuCash\ folder, run the *Sfc /scannow* command
> at the command promp, reinstall GnuCash with admin privileges and repeat
> the procedure of my first post.
>
>
>
> Good luck.
>
>
>
> Em qua, 26 de dez de 2018 às 23:12, A Alonso  escreveu:
>
> Hi G,
>
>
>
> When I saw your response on my phone I ran to my computer to try it.
>
> No love. Default register font size did not change.
>
> I tried sheet, tried .sheet
>
> No variation worked.
>
> In fact, I think Ihad already tried this.
>
> I did double check that use default theme was unchecked in preferences.
>
>
>
> Any other suggestions?
>
>
>
> Thanks,
>
>
>
> Alfred
>
>
>
> *From:* GTI .H 
> *Sent:* Wednesday, December 26, 2018 8:35 PM
> *To:* A Alonso 
> *Cc:* gnucash-user 
> *Subject:* Re: [GNC] Increase default font on register v3.3 windows 10
>
>
>
> Hi Alfred,
>
>
>
> If they do not already exist, insert these lines,:
>
>
>
> sheet {
>
>   font: *15*px arial, sans-serif;
>
>   color: white;
>
> }
>
>
>
> in your "C:\Users\USER\AppData\Roaming\GnuCashgtk-3.0.css" file, if file
> does not exist, create one with a text editor.
>
>
>
> Change the font size by modifying the number *15,* then, close and open
> GnuCash to see the changes.
>
>
>
> Em qua, 26 de dez de 2018 às 20:48, A Alonso  escreveu:
>
> HI guys,
>
>
>
> I've seen approximately 3.5 hours trying to figure this out.
>
>
>
> All I want to do is change the default register font size making it larger
> for my old eyes.
>
>
>
> I am using Gnucash v3.3 on windows 10. Just installed it a few days ago.
>
>
>
> So far I've tried:
>
>
>
> Google search
>
> https://wiki.gnucash.org/wiki/GTK3
>
> https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css
>
> https://wiki.gnucash.org/wiki/Configuration_Locations
>
> https://developer.gnome.org/gtk3/stable/GtkSettings.html
>
>
>
> and others.
>
>
>
> Feel free to laugh but despite trying my own
>
> gtk-3.0.css and messing with the settings.ini, (and yes disabling using
> default them in preferences)
>
> no matter what I do, nothing changes when I relaunch gnucash
>
>
>
> Ok, maybe I'm not the brightest, but this is not as simple as 1,2,3.
>
> No option in the program itself, could not find "select theme" app (maybe
> it
> was there at some point).
>
>
>
> I'm burned out. Could someone point me what do I need to change, to make
> the
> register font bit bigger. That's it.
>
>
>
> Any help would be appreciated!
>
>
>
> Thanks,
>
>
>
> Alfred
>
>
>
>
>
> ___
> 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.
>
>
>
>
> --
>
> Regards
>
> GTI
>
>
>
>
> --
>
> Regards
>
> GTI
>


-- 
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] Increase default font on register v3.3 windows 10

2018-12-27 Thread A Alonso
Nevermind, I found it.

 

#account_tree {

  font-size: 1.2em;

}

 

And it goes in the same file. Hope this helps someone else

 

THANK YOU! GT

 

 

From: GTI .H  
Sent: Thursday, December 27, 2018 9:54 AM
To: A Alonso 
Cc: gnucash-user 
Subject: Re: [GNC] Increase default font on register v3.3 windows 10

 

Correction:

If you have not fixed my previous error (Missing backslash), the correct path 
is %USERNAME%\AppData\Roaming\GnuCash\gtk-3.0.css.

 

In standard conditions, this works for me, and for everyone on W10.

 

  "These settings can be seen when the preference setting

  'Register\Use GnuCash built-in color theme' and/or 

  'Account\Show account color as background color' is unset."

 

  Help sites:

 

  https://wiki.gnucash.org/wiki/GTK3#Visual_Styling

  https://developer.gnome.org/gtk3/stable/chap-css-overview.html

 

If none of this works, your issue is not setup.

 

A good attempt would be:

 

Make a backup first.

Remove GnuCash, delete (or Rename)  the %USERNAME%\AppData\Roaming\GnuCash\ 
folder, run the Sfc /scannow command at the command promp, reinstall GnuCash 
with admin privileges and repeat the procedure of my first post.

 

Good luck.

 

Em qua, 26 de dez de 2018 às 23:12, A Alonso mailto:a...@project2m.com> > escreveu:

Hi G,

 

When I saw your response on my phone I ran to my computer to try it.

No love. Default register font size did not change.

I tried sheet, tried .sheet 

No variation worked.

In fact, I think Ihad already tried this.

I did double check that use default theme was unchecked in preferences.

 

Any other suggestions?

 

Thanks,

 

Alfred

 

From: GTI .H mailto:gti90...@gmail.com> > 
Sent: Wednesday, December 26, 2018 8:35 PM
To: A Alonso mailto:a...@project2m.com> >
Cc: gnucash-user mailto:gnucash-user@gnucash.org> >
Subject: Re: [GNC] Increase default font on register v3.3 windows 10

 

Hi Alfred,

 

If they do not already exist, insert these lines,:

 

sheet {

  font: 15px arial, sans-serif;

  color: white;

}

 

in your "C:\Users\USER\AppData\Roaming\GnuCashgtk-3.0.css" file, if file does 
not exist, create one with a text editor.

 

Change the font size by modifying the number 15, then, close and open GnuCash 
to see the changes.

 

Em qua, 26 de dez de 2018 às 20:48, A Alonso mailto:a...@project2m.com> > escreveu:

HI guys,



I've seen approximately 3.5 hours trying to figure this out.



All I want to do is change the default register font size making it larger
for my old eyes.



I am using Gnucash v3.3 on windows 10. Just installed it a few days ago.



So far I've tried:



Google search

https://wiki.gnucash.org/wiki/GTK3

https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css

https://wiki.gnucash.org/wiki/Configuration_Locations

https://developer.gnome.org/gtk3/stable/GtkSettings.html



and others.



Feel free to laugh but despite trying my own 

gtk-3.0.css and messing with the settings.ini, (and yes disabling using
default them in preferences)

no matter what I do, nothing changes when I relaunch gnucash



Ok, maybe I'm not the brightest, but this is not as simple as 1,2,3.

No option in the program itself, could not find "select theme" app (maybe it
was there at some point).



I'm burned out. Could someone point me what do I need to change, to make the
register font bit bigger. That's it.



Any help would be appreciated!



Thanks,



Alfred





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




 

-- 

Regards

GTI




 

-- 

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] Increase default font on register v3.3 windows 10

2018-12-27 Thread A Alonso
I did as instructed and that seems to have worked.

 

I tried to find how to change the accounts (vs just the register)

 

Sheet doesn’t affect  the accounts display. How do I change that one?

 

Thanks so much for the help. It seems in all my trials I messed something up 
and a complete reinstall was the only solution.

 

From: GTI .H  
Sent: Thursday, December 27, 2018 9:54 AM
To: A Alonso 
Cc: gnucash-user 
Subject: Re: [GNC] Increase default font on register v3.3 windows 10

 

Correction:

If you have not fixed my previous error (Missing backslash), the correct path 
is %USERNAME%\AppData\Roaming\GnuCash\gtk-3.0.css.

 

In standard conditions, this works for me, and for everyone on W10.

 

  "These settings can be seen when the preference setting

  'Register\Use GnuCash built-in color theme' and/or 

  'Account\Show account color as background color' is unset."

 

  Help sites:

 

  https://wiki.gnucash.org/wiki/GTK3#Visual_Styling

  https://developer.gnome.org/gtk3/stable/chap-css-overview.html

 

If none of this works, your issue is not setup.

 

A good attempt would be:

 

Make a backup first.

Remove GnuCash, delete (or Rename)  the %USERNAME%\AppData\Roaming\GnuCash\ 
folder, run the Sfc /scannow command at the command promp, reinstall GnuCash 
with admin privileges and repeat the procedure of my first post.

 

Good luck.

 

Em qua, 26 de dez de 2018 às 23:12, A Alonso mailto:a...@project2m.com> > escreveu:

Hi G,

 

When I saw your response on my phone I ran to my computer to try it.

No love. Default register font size did not change.

I tried sheet, tried .sheet 

No variation worked.

In fact, I think Ihad already tried this.

I did double check that use default theme was unchecked in preferences.

 

Any other suggestions?

 

Thanks,

 

Alfred

 

From: GTI .H mailto:gti90...@gmail.com> > 
Sent: Wednesday, December 26, 2018 8:35 PM
To: A Alonso mailto:a...@project2m.com> >
Cc: gnucash-user mailto:gnucash-user@gnucash.org> >
Subject: Re: [GNC] Increase default font on register v3.3 windows 10

 

Hi Alfred,

 

If they do not already exist, insert these lines,:

 

sheet {

  font: 15px arial, sans-serif;

  color: white;

}

 

in your "C:\Users\USER\AppData\Roaming\GnuCashgtk-3.0.css" file, if file does 
not exist, create one with a text editor.

 

Change the font size by modifying the number 15, then, close and open GnuCash 
to see the changes.

 

Em qua, 26 de dez de 2018 às 20:48, A Alonso mailto:a...@project2m.com> > escreveu:

HI guys,



I've seen approximately 3.5 hours trying to figure this out.



All I want to do is change the default register font size making it larger
for my old eyes.



I am using Gnucash v3.3 on windows 10. Just installed it a few days ago.



So far I've tried:



Google search

https://wiki.gnucash.org/wiki/GTK3

https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css

https://wiki.gnucash.org/wiki/Configuration_Locations

https://developer.gnome.org/gtk3/stable/GtkSettings.html



and others.



Feel free to laugh but despite trying my own 

gtk-3.0.css and messing with the settings.ini, (and yes disabling using
default them in preferences)

no matter what I do, nothing changes when I relaunch gnucash



Ok, maybe I'm not the brightest, but this is not as simple as 1,2,3.

No option in the program itself, could not find "select theme" app (maybe it
was there at some point).



I'm burned out. Could someone point me what do I need to change, to make the
register font bit bigger. That's it.



Any help would be appreciated!



Thanks,



Alfred





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




 

-- 

Regards

GTI




 

-- 

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] Increase default font on register v3.3 windows 10

2018-12-27 Thread A Alonso
I understood your directory layout and put the newly created css file inside 
the GnuCash folder.

 

I’ve been tinkering so much for so long that I agree with you and the best 
thing to do is just to a complete and full reinstall.

THEN add the file as you say.

 

I’ll report back when I do this when I get back home…

 

THANK YOU!!!

 

From: GTI .H  
Sent: Thursday, December 27, 2018 9:54 AM
To: A Alonso 
Cc: gnucash-user 
Subject: Re: [GNC] Increase default font on register v3.3 windows 10

 

Correction:

If you have not fixed my previous error (Missing backslash), the correct path 
is %USERNAME%\AppData\Roaming\GnuCash\gtk-3.0.css.

 

In standard conditions, this works for me, and for everyone on W10.

 

  "These settings can be seen when the preference setting

  'Register\Use GnuCash built-in color theme' and/or 

  'Account\Show account color as background color' is unset."

 

  Help sites:

 

  https://wiki.gnucash.org/wiki/GTK3#Visual_Styling

  https://developer.gnome.org/gtk3/stable/chap-css-overview.html

 

If none of this works, your issue is not setup.

 

A good attempt would be:

 

Make a backup first.

Remove GnuCash, delete (or Rename)  the %USERNAME%\AppData\Roaming\GnuCash\ 
folder, run the Sfc /scannow command at the command promp, reinstall GnuCash 
with admin privileges and repeat the procedure of my first post.

 

Good luck.

 

Em qua, 26 de dez de 2018 às 23:12, A Alonso mailto:a...@project2m.com> > escreveu:

Hi G,

 

When I saw your response on my phone I ran to my computer to try it.

No love. Default register font size did not change.

I tried sheet, tried .sheet 

No variation worked.

In fact, I think Ihad already tried this.

I did double check that use default theme was unchecked in preferences.

 

Any other suggestions?

 

Thanks,

 

Alfred

 

From: GTI .H mailto:gti90...@gmail.com> > 
Sent: Wednesday, December 26, 2018 8:35 PM
To: A Alonso mailto:a...@project2m.com> >
Cc: gnucash-user mailto:gnucash-user@gnucash.org> >
Subject: Re: [GNC] Increase default font on register v3.3 windows 10

 

Hi Alfred,

 

If they do not already exist, insert these lines,:

 

sheet {

  font: 15px arial, sans-serif;

  color: white;

}

 

in your "C:\Users\USER\AppData\Roaming\GnuCashgtk-3.0.css" file, if file does 
not exist, create one with a text editor.

 

Change the font size by modifying the number 15, then, close and open GnuCash 
to see the changes.

 

Em qua, 26 de dez de 2018 às 20:48, A Alonso mailto:a...@project2m.com> > escreveu:

HI guys,



I've seen approximately 3.5 hours trying to figure this out.



All I want to do is change the default register font size making it larger
for my old eyes.



I am using Gnucash v3.3 on windows 10. Just installed it a few days ago.



So far I've tried:



Google search

https://wiki.gnucash.org/wiki/GTK3

https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css

https://wiki.gnucash.org/wiki/Configuration_Locations

https://developer.gnome.org/gtk3/stable/GtkSettings.html



and others.



Feel free to laugh but despite trying my own 

gtk-3.0.css and messing with the settings.ini, (and yes disabling using
default them in preferences)

no matter what I do, nothing changes when I relaunch gnucash



Ok, maybe I'm not the brightest, but this is not as simple as 1,2,3.

No option in the program itself, could not find "select theme" app (maybe it
was there at some point).



I'm burned out. Could someone point me what do I need to change, to make the
register font bit bigger. That's it.



Any help would be appreciated!



Thanks,



Alfred





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




 

-- 

Regards

GTI




 

-- 

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] Basic Question (I hope) - End of Year Procedure

2018-12-27 Thread David Cousens
Stan,

The easiest way to achieve that would be to manually perform the closing
transactions rather than use the inbuilt procedure, then they are just
ordinary transactionsand won't have the KVP pair in them. 

For closing transactions, they should always appear after any other
transaction for the period being closed so that the transferred balances
represent the true state of the accounts at the end of the period. This was
why accountants introduced an artificial 13th month into the financial year
so that all closing transactions were forced to occur fater any other
transaction that occurred within the year. Any required adjustments to the
accounts  are also usually carried out before the closing transactions for
the same reason.

A list of key value pairs is a data structure that is part of each
transaction record. It allows arbitrary data to be added to the main data
structure (the transaction) without requiring that structure to be redefined
throughout the code. Only the code for processing the data in the KVP needs
to be added to the code base to add features requiring new data not
previously stored. The facilities for extracting it and adding it are a part
of the original transaction data structure. The KVP is also used in other
data structures within GnuCash for the same purpose.

David Cousens



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] X Forwarding starts session on remote machine?

2018-12-27 Thread Andrew Clark
Hi,

I came home and logged in to my main machine (discus) again, directly on
the console.

Now, when I ssh in from my laptop (pleco) with -X and start GNUCash, it
starts on the my main machine's X server.

e.g.

aclark@pleco 0 ~ $ ssh discus -X -v
OpenSSH_7.9p1 Debian-4, OpenSSL 1.1.1a  20 Nov 2018
debug1: Reading configuration data /home/aclark/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to discus.ajfclark.com [192.168.1.4] port 22.
debug1: Connection established.

[auth stuff snipped ]

Authenticated to discus.ajfclark.com ([192.168.1.4]:22).debug1: channel 0:
new [client-session]
Authenticated to discus.ajfclark.com ([192.168.1.4]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: pledge: exec
debug1: client_input_global_request: rtype hostkeys...@openssh.com
want_reply 0
Warning: No xauth data; using fake authentication data for X11 forwarding.
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Sending environment.
debug1: Sending env LANG = en_AU.UTF-8
Linux discus 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-10-07) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Dec 28 11:18:00 2018 from 192.168.1.94
aclark@discus 0 ~ $ echo $DISPLAY
localhost:10.0
aclark@discus 0 ~ $ gnucash
debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
debug1: client_request_x11: request from ::1 41602
debug1: channel 1: new [x11]
debug1: confirm x11
debug1: channel 1: FORCE input drain
debug1: channel 1: free: x11, nchannels 2
Traceback (most recent call last):
  File "/usr/share/gnucash/python/init.py", line 2, in 
import gnucash._sw_app_utils as _sw_app_utils
ModuleNotFoundError: No module named 'gnucash'
Found Finance::Quote version 1.47

And gnucash appears on Discus' monitor.

When I close gnucash on discus' display, pleco returns to the command
prompt. If I logout of Discus, leaving it at the GDM3 prompt, and rerun the
command, it forwards to the laptop display correctly:

aclark@discus 0 ~ $ gnucash
debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
debug1: client_request_x11: request from ::1 41744
debug1: channel 1: new [x11]
debug1: confirm x11
debug1: client_input_channel_open: ctype x11 rchan 4 win 65536 max 16384
debug1: client_request_x11: request from ::1 41746
debug1: channel 2: new [x11]
debug1: confirm x11
debug1: channel 2: FORCE input drain
debug1: channel 2: free: x11, nchannels 3
Traceback (most recent call last):
  File "/usr/share/gnucash/python/init.py", line 2, in 
import gnucash._sw_app_utils as _sw_app_utils
ModuleNotFoundError: No module named 'gnucash'
Found Finance::Quote version 1.47

Why is GNUCash ignoring the $DISPLAY variable when I'm logged in on discus?

-- 
Cheers,

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


Re: [GNC] .deb package

2018-12-27 Thread Colin Law
On Thu, 27 Dec 2018 at 16:19, Lincoln A Baxter  wrote:
>
> Hey everyone, the event I've been waiting for just happened.
>
> https://tracker.debian.org/news/1012613/gnucash-133-2-migrated-to-testi
> ng/
>
> GunCash 3.3-2 was just migrated to Debian testing. It was blocked for a
> long time because it did not work in all architectures.
>
> As I understand it, Ubuntu releases are typically based on Debian
> Testing.
> And many people run Debian testing. I was unwilling to upgrade to
> Testing unil GC was there. But I'll be doing that soon now.


Ubuntu 18.10 has had 3.3-2 for weeks.
apt policy gnucash
gnucash:
  Installed: 1:3.3-2
  Candidate: 1:3.3-2
  Version table:
 *** 1:3.3-2 500
500 http://gb.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
100 /var/lib/dpkg/status
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] .deb package

2018-12-27 Thread Lincoln A Baxter
Hey everyone, the event I've been waiting for just happened.

https://tracker.debian.org/news/1012613/gnucash-133-2-migrated-to-testi
ng/

GunCash 3.3-2 was just migrated to Debian testing. It was blocked for a
long time because it did not work in all architectures.

As I understand it, Ubuntu releases are typically based on Debian
Testing.
And many people run Debian testing. I was unwilling to upgrade to
Testing unil GC was there. But I'll be doing that soon now.

Any Debian based distro, that is based on testing would most likely be
able to load the testing .deb GC

Lincoln


On Mon, 2018-12-24 at 11:11 -0800, Stephen M. Butler wrote:
> On 12/23/18 8:54 PM, Andrew Clark wrote:
> > Thanks Stephen,
> >
> > How is this different to the package in the testing distribution by 
> > Dmitry Smirnov that's listed as 3.3-2+b2 
> > (https://packages.debian.org/buster/gnucash)? Is it based on his 
> > package? Will it be merged with the main debian packages?
> >
> 
> Andrew,
> 
> I don't know about Dmitry's package.  I simply pulled the source from 
> Github (where the developers keep the latest source) and checked out the 
> appropriate tag/branch to build on my Ubuntu 18.04 box.
> 
> Based on the 3.3-2+b2, I am presuming that Dmitry used the second commit 
> after the 3.3 tag as his code.  At least if I interpret John's 
> explanation correctly.
> 
> --Steve
> 
> 
> >
> > On Sat, 22 Dec 2018 at 04:54, Stephen M. Butler  > > wrote:
> >
> > I heard back from the user that requested a .deb package of GnC for
> > Ubuntu 18.04.  Apparently it is working well for him.
> >
> > So, for others that might want to check this out on other debian
> > platforms, here is a link to the folder on my Google Drive:
> >
> > https://drive.google.com/open?id=1fV_fURy6c77e7gf6S41lTacM7dFyy7VD
> >
> > There I have the following:
> >
> >   3.3-0  This has the 3.3 tag on it in git source
> >
> > 3.3-153 and 3.3-159  From when the recent maint fixes were merged
> > into
> > the main-line (master)
> >
> > 3.3-170 from maint branch back on the 9th.
> >
> > Note that these are compiled and built on a Ubuntu 18.04 box using
> > checkinstall to create the .deb file.
> >
> > --Steve
> >
> > -- 
> > 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
> >
> >
> >
> > -- 
> > Cheers,
> >
> > Andrew.
> 
> 
___
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] Increase default font on register v3.3 windows 10

2018-12-27 Thread GTI .H
Correction:
If you have not fixed my previous error (Missing backslash), the correct
path is %USERNAME%\AppData\Roaming\GnuCash*\*gtk-3.0.css.

In standard conditions, this works for me, and for everyone on W10.

*  "These settings can be seen when the preference setting*
*  'Register\Use GnuCash built-in color theme' and/or *
*  'Account\Show account color as background color' is unset."*

*  Help sites:*
  https://wiki.gnucash.org/wiki/GTK3#Visual_Styling
  https://developer.gnome.org/gtk3/stable/chap-css-overview.html

If none of this works, your issue is not setup.

A good attempt would be:

Make a backup first.
Remove GnuCash, delete (or Rename)  the %USERNAME%\AppData\Roaming\GnuCash\
folder, run the *Sfc /scannow* command at the command promp, reinstall
GnuCash with admin privileges and repeat the procedure of my first post.

Good luck.

Em qua, 26 de dez de 2018 às 23:12, A Alonso  escreveu:

> Hi G,
>
>
>
> When I saw your response on my phone I ran to my computer to try it.
>
> No love. Default register font size did not change.
>
> I tried sheet, tried .sheet
>
> No variation worked.
>
> In fact, I think Ihad already tried this.
>
> I did double check that use default theme was unchecked in preferences.
>
>
>
> Any other suggestions?
>
>
>
> Thanks,
>
>
>
> Alfred
>
>
>
> *From:* GTI .H 
> *Sent:* Wednesday, December 26, 2018 8:35 PM
> *To:* A Alonso 
> *Cc:* gnucash-user 
> *Subject:* Re: [GNC] Increase default font on register v3.3 windows 10
>
>
>
> Hi Alfred,
>
>
>
> If they do not already exist, insert these lines,:
>
>
>
> sheet {
>
>   font: *15*px arial, sans-serif;
>
>   color: white;
>
> }
>
>
>
> in your "C:\Users\USER\AppData\Roaming\GnuCashgtk-3.0.css" file, if file
> does not exist, create one with a text editor.
>
>
>
> Change the font size by modifying the number *15,* then, close and open
> GnuCash to see the changes.
>
>
>
> Em qua, 26 de dez de 2018 às 20:48, A Alonso  escreveu:
>
> HI guys,
>
>
>
> I've seen approximately 3.5 hours trying to figure this out.
>
>
>
> All I want to do is change the default register font size making it larger
> for my old eyes.
>
>
>
> I am using Gnucash v3.3 on windows 10. Just installed it a few days ago.
>
>
>
> So far I've tried:
>
>
>
> Google search
>
> https://wiki.gnucash.org/wiki/GTK3
>
> https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css
>
> https://wiki.gnucash.org/wiki/Configuration_Locations
>
> https://developer.gnome.org/gtk3/stable/GtkSettings.html
>
>
>
> and others.
>
>
>
> Feel free to laugh but despite trying my own
>
> gtk-3.0.css and messing with the settings.ini, (and yes disabling using
> default them in preferences)
>
> no matter what I do, nothing changes when I relaunch gnucash
>
>
>
> Ok, maybe I'm not the brightest, but this is not as simple as 1,2,3.
>
> No option in the program itself, could not find "select theme" app (maybe
> it
> was there at some point).
>
>
>
> I'm burned out. Could someone point me what do I need to change, to make
> the
> register font bit bigger. That's it.
>
>
>
> Any help would be appreciated!
>
>
>
> Thanks,
>
>
>
> Alfred
>
>
>
>
>
> ___
> 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.
>
>
>
>
> --
>
> Regards
>
> GTI
>


-- 
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] Getting the date order in a report ?

2018-12-27 Thread Finbar Mahon
Thanks, but I am not too sure what options I should chose to get the 
registry sort order.


I used the edit>report options and after bit of fiddling I have a result 
by month in 'proper' date order.


That is OK, but I would like to get Source of Salary from Income > 
Salary and annual/by month, in date order.


The selection I have under report options > sorting is -

Primary Key - Account Name; Primary Subtotal clicked; Primary Sort order 
-  Ascending; Secondary Key - date; Secondary Subtotal for date key - 
monthly


I am using 2.6.19 on Windows 10

Barry

On 24/12/2018 20:18, David Carlson wrote:
I am not sure if this will help.  Check that the register sort order 
is set to date posted.  If that does not work please let us know which 
GnuCash release you are using and your operating system.


David C

On Mon, Dec 24, 2018, 4:49 AM Finbar Mahon  wrote:


Hello, this is not urgent, just so I don't forget.

I am trying to print a listing of salary payments for the year.

I have selected the description for the transaction report and the
data
I want appears, fine.

However the dates are random, typically the output is date, the
description, the amount, but the sequence of the dates is all over
the
place.

I've looked through and selected the various options I think I
need but
cannot find a way of getting things in date order.

Ideas?

Thanks, and best wishes of the season, Barry

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