On Tue, 20 Dec 2022 08:54:17 -0500
Eric Chapman wrote:
> Hi,
>
> I'm rather a newbie both to GnuCash and the list. I try to attach
> screenshots and they do not go through. Can I do anything to get
> approved for them? Or do I just need to wait? Maybe it's a function
> of time or the number of
On 21 December 2022 at 0:11, Adrien Monteleone said:
> Terrence,
>
> You nearly had it right the first time.
>
> You need the "#" in front of the selector:
>
>"#gnc-id-main-window"
>
> The initial post you made left off the '#' sign at the beginning. If it is
> not there in your CSS file,
On Wed, 21 Dec 2022 at 05:53, Maf. King wrote:
>
> > another top-level of accounts is produced for VAT, so one has 6
> categories,
> > not the usual 5.
>
> I think that as I decided that I would mostly owe VAT, I folded my VAT
> collection accounts into the liability branch.Assets may be a be
Is there anything else in your gtk-3.0.css file? Also, mouse over it and
make sure it says "Type: CSS file"
On Wed, Dec 21, 2022 at 12:15 AM TERRENCE BRANSCOMBE
wrote:
> Yeah, had precisely what you had in your screenshot.
>
> Here is what is now in my gtk-3.0.css file:
>
> /* Application wide f
Hello Murugan,
Thanks. I opened the file you sent and saw the new customer with the new
invoice you created, which seems to be empty.
I think the problems begin when an invoice with an amount is created. In this
case, GC will require an A/R account with the same currency as the customer.
That
My understanding is that even using the term 'CSS' with respect to GTK
is a stretch. It certainly is not conformant in many other areas, but
that's good to know for browsers.
Regards
Adrien
On 12/21/22 4:59 AM, Fred Bone wrote:
Also, I'm surprised the wiki doesn't show this, but I'm fairly ce
I'm trying to work out how to refund a payment, made to a vendor (Royal
Mail) using PayPal to pay for this.
The attached file is very similar to the standard business accounts, with
the bare minimum of changes needed to demonstrate my problem. The only
real changes I have made are
1) Added a Pay
Hello Murugan,
I went ahead and created a Yen A/R account under the default A/R account. I
then added an invoice for your Yen based Customer 1, with a value of 236.78.
The value of this invoice is rounded up in the totals and the A/R Aging report.
On the other hand, values of the dollar-based cu
Hi, Glenn.
Progress!
Thanks for your question regarding the contents of my gtk-3.0.css file. As it
happens, I was using a sample file I pulled from (the Wiki?) that contained
several lines like this:
.gnc-class-user-x { property: value }
.gnc-class-user-y { property: value }
...
I think I have achieved this with two reversing transactions, done in the
following order.
1)
Credit: Liabilities:Accounts Payable:PayPal
Debit: Expenses:Postage and Delivery
That makes the balance on Liabilities:Accounts Payable:PayPal -*£1 *
2)
Debit: Liabilities:Accounts Payable:PayPal
Credit
Thanks, Adrian.
You're right about the '#' being needed (at least on my system). Once I got the
correct font spec working with the "*" I tried with and without the '#', and
only with the '#' did the font change occur in gnucash.
Cheers,
Terry
From: "Adrien Monteleone"
To: gnucash-u...@l
Yup, that helped immensely, David. Thank you!
Cheers,
Terry
From: "David T."
To: "TERRENCE BRANSCOMBE"
Cc: "Glenn Fowler" , "gnucash-user"
Sent: Tuesday, December 20, 2022 10:53:21 PM
Subject: Re: [GNC] Changing typeface using CSS (Windows 10)
I'd try putting that font name in doubl
I see the problem with GnuCash 4.12 on Linux. My GnuCash is configured for
a default of GBP.
It's *very* weird. I have never seen this problem, but have accounts in
Euro, GBP and USD.
On Wed, 21 Dec 2022 at 20:05, Alaa Zeineldine wrote:
> Hello Murugan,
> I went ahead and created a Yen A/R accou
Also be careful to copy, but not transcribe, as the Cyrillic alphabet has an
'а' that looks very like the Roman 'a' in most font choices, to the delight of
many hackers!
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription
Granted, and all good points, but they weren't listed in the original
question, so it gives a better idea of what you are looking for.
On Tue, Dec 20, 2022 at 5:47 PM Michael or Penny Novack <
stepbystepf...@comcast.net> wrote:
> On 12/20/2022 6:00 PM, R Losey wrote:
> > I guess it would depend
Which version of Ventura do you have? 13.0, 13.01, or 13.1
On Wed, Dec 21, 2022 at 1:43 AM Christian Lynbech
wrote:
> Just FYI: the new 4.13 version fixed the issues on Ventura for me.
>
> Thanks for the speedy update.
>
>/Christian
>
>
> ---
Glad that helped, thanks for reporting back!
Regards,
Adrien
On 12/21/22 2:21 PM, TERRENCE BRANSCOMBE wrote:
Thanks, Adrian.
You're right about the '#' being needed (at least on my system). Once I got the correct
font spec working with the "*" I tried with and without the '#', and only with
On 12/21/2022 4:04 PM, R Losey wrote:
Granted, and all good points, but they weren't listed in the original
question, so it gives a better idea of what you are looking for.
No, I was trying to explain that an "inventory system" deals with things
way outside the scope of something like gnucash.
I don't see why you went through the trouble of steps 2-4.
I suppose if you managed to get back to zero, no harm no foul, but I'd
anticipate you're going to have a big mess in the future with that setup.
AP is usually one bucket - for all payables. GnuCash tracks each vendor
for you, and neit
On Wed, 21 Dec 2022 at 21:39, Adrien Monteleone <
adrien.montele...@lusfiber.net> wrote:
> I don't see why you went through the trouble of steps 2-4.
Thank you. I showed my accountant my proposed layout and he didn’t
comment. Maybe he didn’t notice.
I will remove those accounts and start enter
On 12/21/22 5:04 PM, Dr. David Kirkby wrote:
On Wed, 21 Dec 2022 at 21:39, Adrien Monteleone <
adrien.montele...@lusfiber.net> wrote:
I don't see why you went through the trouble of steps 2-4.
Thank you. I showed my accountant my proposed layout and he didn’t
comment. Maybe he didn’t notice
Happy to help, I'm glad you got it working!
On Wed, Dec 21, 2022 at 3:16 PM TERRENCE BRANSCOMBE
wrote:
> Hi, Glenn.
>
> Progress!
>
> Thanks for your question regarding the contents of my gtk-3.0.css file.
> As it happens, I was using a sample file I pulled from (the Wiki?) that
> contained seve
Yes, it's completely safe on Linux and macOS and mostly safe on MSWindows. Just
make sure that the characters are encoded in UTF-8. Web pages generally are,
but other Windows applications use UTF-16 and pasting into GnuCash will not
produce the desiredresult. Windows CMD and Powershell are prett
23 matches
Mail list logo