Re: [GNC] Upgrade to 3.2, or stay with 2.6?

2018-08-07 Thread Adrien Monteleone
The tour simply hasn’t been updated yet for 3.x series. I have to say, I agree that it is confusing. Hopefully, those who contributed major changes have some of their volunteer time they can dedicate to showcasing new features. Until then, release notes are always available. Regards, Adrien

[GNC] Upgrade to 3.2, or stay with 2.6?

2018-08-07 Thread Eric Haszlakiewicz
Most of the links on the home page point at 3.2, but right below where it says "Download GnuCash 3.2" it says "GnuCash 2.6 release tour". huh? Should I stay with 2.6 for now, or is 3.2 ok to upgrade to? ___ gnucash-user mailing list

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread Thomas Forrester
That is a truly useful suggestion. Makes sense! Thank you! On Tue, Aug 7, 2018 at 2:11 AM cicko wrote: > Adrien Monteleone-2 wrote > > There were some early issues with data but those seem to have been solved > > by 3.2. (I’m using the sqlite3 backend, and had to switch to XML during > > the

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
Here are some rather garish colors to see what controls what: /* button’s container - ‘behind’ and ‘around’ it */ .GncAccountPage { background-color: red;} /* another layer of a container for the button - exposed only left and right sides */ .summary-bar { background-color: yellow;} /* the

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Adrien, Any idea? Regards GTI Em ter, 7 de ago de 2018 às 15:58, GT-I9070 H escreveu: > Em ter, 7 de ago de 2018 às 14:40, Adrien Monteleone < > adrien.montele...@lusfiber.net> escreveu: > >> .GncAccountPage should be the area ‘behind’ the summary bar and extends >> past it a bit as well - it

Re: [GNC] reconcile column

2018-08-07 Thread Adrien Monteleone
I think the ‘y’ is only possible by going through the reconcile process in GnuCash. If a ‘c’ is there, when you click reconcile, it will automatically be checked as cleared. Simply click the reconcile button and go through it again. Likely the only transaction not reconciled is that one.

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 14:40, Adrien Monteleone < adrien.montele...@lusfiber.net> escreveu: > .GncAccountPage should be the area ‘behind’ the summary bar and extends > past it a bit as well - it is the container that holds the summary bar > which is slightly smaller. .summary-bar, being a

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
No joy. pj On 7 August 2018 at 20:56, GT-I9070 H wrote: > Em ter, 7 de ago de 2018 às 15:48, Peter Jackson > escreveu: > >> .combo { >> color: lime; >> font-size: 16; >> } >> >> >> >> Nurton Court >> Middleton-on-the-Hill >> Ludlow SY8 4BD >> Tel: 01568 750 248 Mob: 07955 586 476 >> >>

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
I have to put a "." in front of frame for this to work. I'm going to leave this for now., and look at it all again tomorrow. pj On 7 August 2018 at 19:46, GT-I9070 H wrote: > Em ter, 7 de ago de 2018 às 04:57, Adrien Monteleone < > adrien.montele...@lusfiber.net> escreveu: > >> I don’t see

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 15:48, Peter Jackson escreveu: > .combo { > color: lime; > font-size: 16; > } > > > > Nurton Court > Middleton-on-the-Hill > Ludlow SY8 4BD > Tel: 01568 750 248 Mob: 07955 586 476 > > On 7 August 2018 at 20:44, GT-I9070 H wrote: > >> Em ter, 7 de ago de 2018 às

[GNC] reconcile column

2018-08-07 Thread hal
I was reconciling my bank account and it didn't reconcile. I could see the amount that it was off from reconciling so I clicked on the y in the reconcile column of a transaction that matched the amount that I was off to see if that would change my reconciliation. The y changed to a c. It turned

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
.combo { color: lime; font-size: 16; } Nurton Court Middleton-on-the-Hill Ludlow SY8 4BD Tel: 01568 750 248 Mob: 07955 586 476 On 7 August 2018 at 20:44, GT-I9070 H wrote: > Em ter, 7 de ago de 2018 às 15:39, Peter Jackson > escreveu: > >> Very good! >> pj >> > > What worked for you? >

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 15:39, Peter Jackson escreveu: > Very good! > pj > What worked for you? Regards GTI ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe:

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
Very good! pj On 7 August 2018 at 19:35, GT-I9070 H wrote: > Em ter, 7 de ago de 2018 às 14:18, Peter Jackson > escreveu: > >> It's such an empirical process. Try this. It has an effect, but not quite >> what I want. Can't change the label bar containing the text.and text coloor. >> In my css

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 04:57, Adrien Monteleone < adrien.montele...@lusfiber.net> escreveu: > I don’t see anything that will allow a text/font rule as I suspected. (not > yet anyway) > > But I managed to shrink the bar somewhat with negative margins like so: > > frame { > margin-top:

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
.GncAccountPage should be the area ‘behind’ the summary bar and extends past it a bit as well - it is the container that holds the summary bar which is slightly smaller. .summary-bar, being a child element, might inherit properties that you set here. .summary-bar has child labels. In some

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 14:18, Peter Jackson escreveu: > It's such an empirical process. Try this. It has an effect, but not quite > what I want. Can't change the label bar containing the text.and text coloor. > In my css I now have two occurrences of .summary-bar, each seeming to do >

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
It's such an empirical process. Try this. It has an effect, but not quite what I want. Can't change the label bar containing the text.and text coloor. In my css I now have two occurrences of .summary-bar, each seeming to do different things .GncAccountPage { background-color: lime; }

Re: [GNC] liability or expense

2018-08-07 Thread Stephen M. Butler
On 08/06/2018 11:15 PM, Baldero Mendoza wrote: > Wow, what a great help group! Lots of great advice from many > knowledgeable people. > > I settled on making an expense account out of google play > ("Google_play_stuff") and matching it to a checking account, skipping > the credit card part since,

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread Stephen M. Butler
On 08/06/2018 09:09 PM, David Carlson wrote: > I would consider needing to close and reopen a bank account register after > each transaction edit executed by pasting some text from the clipboard to > be a major showstopper when I have ten or twenty transaction s a day. > > David C And for me the

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
.GncAccountPage .summary-bar Regards, Adrien > On Aug 7, 2018, at 11:38 AM, GT-I9070 H wrote: > > Em ter, 7 de ago de 2018 às 12:17, GT-I9070 H escreveu: > This > > .GncRegisterPage { > background-color: aliceblue; > color: green; > } > > has not stylized my summary bar, what's wrong?

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
Then we shall need Adrien to help us, pj On 7 August 2018 at 17:50, GT-I9070 H wrote: > Em ter, 7 de ago de 2018 às 12:25, Peter Jackson > escreveu: > >> I know not. >> This is my entire css and it all works on my Windows 10 pc. >> pj >> > > Peter, > > I loaded your css in my GnuCash and I

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
I’ll have to get back to you on that one. Regards, Adrien > On Aug 7, 2018, at 10:28 AM, GT-I9070 H wrote: > > Em ter, 7 de ago de 2018 às 03:31, Adrien Monteleone > escreveu: > I’m not sure what you mean by child element in front. > > This is what I have with > > .summary-bar { >

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 12:49, Peter Jackson escreveu: > Agreed. The Summary Bar at the foot of the Accounts Tree shows on mine: > > £, Grand Total Net Assets: £2,000.00 > Profits: £500.00 > > and is hard to read. > > pj > Yes this is it. I can see that you can borrow me

Re: [GNC] autocomplete not working in 3.2

2018-08-07 Thread Geert Janssens
Op dinsdag 7 augustus 2018 18:16:18 CEST schreef John Ralls: > > On Aug 7, 2018, at 8:34 AM, GeoffatMM via gnucash-user > > wrote: > > > > John Ralls, I can confirm that renaming the file reverts Gnucash to > > "normal" autofill behaviour. > > > > What is this file for and should I need it for

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 12:25, Peter Jackson escreveu: > I know not. > This is my entire css and it all works on my Windows 10 pc. > pj > Peter, I loaded your css in my GnuCash and I saw that you also do not have the stylized summary bar. Peter, we have to stylize the summary bar or we

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
Agreed. The Summary Bar at the foot of the Accounts Tree shows on mine: £, Grand Total Net Assets: £2,000.00 Profits: £500.00 and is hard to read. pj On 7 August 2018 at 17:38, GT-I9070 H wrote: > Em ter, 7 de ago de 2018 às 12:17, GT-I9070 H > escreveu: > >> This >> >>

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 12:17, GT-I9070 H escreveu: > This > > .GncRegisterPage { > background-color: aliceblue; > color: green; > } > > has not stylized my summary bar, what's wrong? > > > Regards > GTI > I found out what happened. This is for the totals bar on the register sheet What

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
I know not. This is my entire css and it all works on my Windows 10 pc. pj On 7 August 2018 at 17:17, GT-I9070 H wrote: > Em ter, 7 de ago de 2018 às 11:59, Peter Jackson > escreveu: > >> I did, and with the help of Adrien, also the Status Bar. What can we do >> next, I wonder. >> >> /*

Re: [GNC] autocomplete not working in 3.2

2018-08-07 Thread John Ralls
> On Aug 7, 2018, at 8:34 AM, GeoffatMM via gnucash-user > wrote: > > John Ralls, I can confirm that renaming the file reverts Gnucash to "normal" > autofill behaviour. > > What is this file for and should I need it for anything assuming I am > working in the English language only? It's

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 11:59, Peter Jackson escreveu: > I did, and with the help of Adrien, also the Status Bar. What can we do > next, I wonder. > > /* Summary Bar */ > .GncRegisterPage { > background-color: aliceblue; > color: green; > } > /* Status Bar*/ > frame { > margin-top:

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 11:59, Peter Jackson escreveu: > I did, and with the help of Adrien, also the Status Bar. What can we do > next, I wonder. > > /* Summary Bar */ > .GncRegisterPage { > background-color: aliceblue; > color: green; > } > /* Status Bar*/ > frame { > margin-top:

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
I did, and with the help of Adrien, also the Status Bar. What can we do next, I wonder. /* Summary Bar */ .GncRegisterPage { background-color: aliceblue; color: green; } /* Status Bar*/ frame { margin-top: -10px; margin-bottom: -10px; } progressbar progress { background-color: lime; }

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Peter, Did you manage to stylize the summary bar? 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

Re: [GNC] autocomplete not working in 3.2

2018-08-07 Thread GeoffatMM via gnucash-user
John Ralls, I can confirm that renaming the file reverts Gnucash to "normal" autofill behaviour. What is this file for and should I need it for anything assuming I am working in the English language only? Geoff -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html

Re: [GNC] Change text color

2018-08-07 Thread GT-I9070 H
Em ter, 7 de ago de 2018 às 03:31, Adrien Monteleone < adrien.montele...@lusfiber.net> escreveu: > I’m not sure what you mean by child element in front. > This is what I have with .summary-bar { background-color: red; color: lime; } I refer to the black element here: [image: Summary bar -

Re: [GNC] Get Quote is Not Working?

2018-08-07 Thread Paul Bates
Did my update on Saturday morning. Sixty stocks took 18 minutes and no misses. I have no idea how long it would take during a heavy load time. Their new tiered service rates suggest 12 minutes for 60 free quotes (5 requests per minute). They want $20 for 15 requests per minute. On the upside

Re: [GNC] Customer Summary not working

2018-08-07 Thread Adrien Monteleone
It’s been working for me. Can you provide some more details to help narrow down the problem? 1. Which backend are you using? 2. What Operating System? 3. Does it not run at all, or just doesn’t give expected figures? 4. Are some figures obviously incorrect? Regards, Adrien > On Aug 7, 2018, at

Re: [GNC] Cash Flow Report Question

2018-08-07 Thread Derek Atkins
Hi, Adrien Monteleone writes: > Honestly, I’ve yet to make heads or tails of that report and have it > even remotely look useful to tell me anything about my financial > activity. Certainly, the default account selections produce some odd > results as you noticed. Perhaps I have to play with

Re: [GNC] VAT Reporting

2018-08-07 Thread David Cousens
Paete, Have a look at the discussion on this thread http://gnucash.1415818.n4.nabble.com/GNC-few-questions-on-gnucash-tp4702374.html. Also search the archives for VAT and/or GST related posts. There was a lot of effort put in a few years ago. The gnucash help manual has some information is

Re: [GNC] VAT Reporting

2018-08-07 Thread Maf. King
On Monday, 6 August 2018 14:27:29 BST Peter Bruty wrote: > Hi Guys > I am looking at Gnucash to replace my old Quicken accounts system which is > dying. > I run accounts for a local sports club in the UK. We are VAT (Value Added > Tax) registered so need to submit quarterly VAT returns. My quicken

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread Thomas Forrester
For me, Dave, I *am* importing transactions. These are transactions coming from the banks I do business with and they have the typical all-caps, hacked-up wording the ACH applies to the transactions. I'm actually trying to clean them up. Yes, I suppose I could go into the qfx file and clean it

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread nor via gnucash-user
GNC 3.2 has problems with reports and i believe it is being fixed with 3.3 release, in particuler Tax Invoice report. However, I use 2.6.19 portable with 3.2 data file in xml to print Tax Invoice.nor - nor -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html

[GNC] Customer Summary not working

2018-08-07 Thread Bilal Arshad
since the update of the version to 3.2 , the customer summary report is not working. any solution ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe:

[GNC] VAT Reporting

2018-08-07 Thread Peter Bruty
Hi Guys I am looking at Gnucash to replace my old Quicken accounts system which is dying. I run accounts for a local sports club in the UK. We are VAT (Value Added Tax) registered so need to submit quarterly VAT returns. My quicken account has a VAT report feature both as a summary and Detail. I

Re: [GNC] Get Quote is Not Working?

2018-08-07 Thread Megagrumpy
I have been trying to follow the thread on this problem but I get very confused. Has someone found a work around? Should I just leave Perl running until it completes? I have left it for over 90 minutes and still I get a rotating pointer. I have not had any quotes since July 31st. -- Sent from:

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread Thomas Forrester
I will look at this again closely in light of your reply, Dave. My experience has been that no further edits are possible, period, but I will experiment a bit more next time it happens. Closing and restarting GnuCash was a solution noted in a much earlier thread on this topic and I don't recall

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
Can it get better! Thanks pj On 7 August 2018 at 10:05, Adrien Monteleone wrote: > Not sure why my styles weren’t working. > > You CAN style the font size on the label: > > statusbar label { > font-size: 10px; > } > > Regards, > Adrien > > > > On Aug 7, 2018, at 3:57 AM, Adrien Monteleone < >

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
Not sure why my styles weren’t working. You CAN style the font size on the label: statusbar label { font-size: 10px; } Regards, Adrien > On Aug 7, 2018, at 3:57 AM, Adrien Monteleone > wrote: > > I don’t see anything that will allow a text/font rule as I suspected. (not > yet anyway) >

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
Excellent. Thanks. pj On 7 August 2018 at 09:57, Adrien Monteleone wrote: > I don’t see anything that will allow a text/font rule as I suspected. (not > yet anyway) > > But I managed to shrink the bar somewhat with negative margins like so: > > frame { > margin-top: -10px; >

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
I don’t see anything that will allow a text/font rule as I suspected. (not yet anyway) But I managed to shrink the bar somewhat with negative margins like so: frame { margin-top: -10px; margin-bottom: -10px; } Give that a shot and play around with it to your liking. Regards, Adrien > On

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
Thanks, but remember that I know nothing. How do you suggest I write this for intance to change height to add to the css? Regards pj On 7 August 2018 at 09:03, Adrien Monteleone wrote: > Certainly, > > I see there is a GtkStatusBar (name=“GtkStatusBar”). You can try that. It > seems to be for

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
Certainly, I see there is a GtkStatusBar (name=“GtkStatusBar”). You can try that. It seems to be for the entire bar. (likely you can style colors, padding and margins here) It contains GtkFrame (name=“frame”) and GtkProgressBar as children. The frame contains a GtkBox (name=“message_area”)

Re: [GNC] Change text color

2018-08-07 Thread Peter Jackson
One question before I retire. Can you tell me how I address the Status Bar at the foot of the Gnucash window? Specifically the bar that shows Date last opened. I would like to reduce the height of said bar. Regards pj On 7 August 2018 at 08:31, Adrien Monteleone wrote: > The linked message was

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread Adrien Monteleone
Also, there are no more bug-fix releases. (the 3rd point) Just Major.minor. Occasionally, if there is a packaging error, they’ll so a snap “-1” or “-2" release to address it so you have an installable candidate. Regards, Adrien > On Aug 7, 2018, at 2:43 AM, Adrien Monteleone > wrote: > >

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread Adrien Monteleone
Sorry I missed the original post somehow. But as noted in the replies after this, there are sufferable work arounds and the fix is already in. Certainly, I’m a bit annoyed with no backspace about 10 times a day from muscle memory, but I can live with it till 3.3 is official. Note, 3.1 didn’t

Re: [GNC] Change text color

2018-08-07 Thread Adrien Monteleone
The linked message was my first attachment attempt. (I think it’s my ISP stripping them off) The first image on the imgur link is it. I’m not sure what you mean by child element in front. Do you mean the small space to the left of the bar? (and also slightly surrounding it) I referenced that

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread cicko
Adrien Monteleone-2 wrote > There were some early issues with data but those seem to have been solved > by 3.2. (I’m using the sqlite3 backend, and had to switch to XML during > the interim but am back to normal with the 3.2 release) Sure there are a > few annoyances with the 3.x series so far,

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

2018-08-07 Thread cicko
If all you want is a quick workaround, I'd look at the Guide online: https://www.gnucash.org/docs/v3/C/gnucash-guide/index.html This should circumvent any issues you might have with reading the help files. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html

Re: [GNC] Going Back to Go Forward?

2018-08-07 Thread Liz
On Mon, 06 Aug 2018 23:36:23 -0400 David Reiser via gnucash-user wrote: > In my experience the pasting-prevents-delete-key-action bug only > affects the particular register in which the pasting occurred. And > fixing the problem only requires closing that register and reopening > it, not

Re: [GNC] Forcing a single payment to split across invoices with the older one not being paid in full

2018-08-07 Thread Geert Janssens
Op maandag 6 augustus 2018 23:01:16 CEST schreef Adrien Monteleone: > Success! > > Thank you very much. > > That was significantly less painful than I imagined. > > If the payment window gets updated to handle this all the better, but I can > certainly live with this. > > Also, thanks again

Re: [GNC] liability or expense

2018-08-07 Thread Baldero Mendoza
Wow, what a great help group! Lots of great advice from many knowledgeable people. I settled on making an expense account out of google play ("Google_play_stuff") and matching it to a checking account, skipping the credit card part since, with me, that is always transitory and instantaneous