Re: [GNC] Is it safe to use Greek, Chinese etc characters

2022-12-21 Thread john
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 pretty firmly stuck 
in the 1990s and unless you perform some special contortions encode non-ASCII 
characters using DOS code-pages. Don't try to paste from them into GnuCash.

GnuCash fully supports Unicode via UTF-8 and we have lots of users around the 
world who use a variety of writing systems.

Regards,
John Ralls


> On Dec 19, 2022, at 5:47 PM, Dr. David Kirkby 
>  wrote:
> 
> Due to the nature of my work, quite often when copying descriptions from
> invoices I will have the Greek omega letter.  If a description of a part
> has “50 x” where x is the omega letter, I have tended to change it to “50
> ohm” on the assumption that the odd characters could cause problem(s).
> 
> I am using the business features, so if I buy something off a Chinese
> seller on eBay, it’s tempting to just copy and paste the text, despite it
> is meaningless to me.
> 
> 
> Dave
> 
> -- 
> Dr. David Kirkby,
> Kirkby Microwave Ltd,
> drkir...@kirkbymicrowave.co.uk
> https://www.kirkbymicrowave.co.uk/
> Telephone 01621-680100./ +44 1621 680100
> 
> Registered in England & Wales, company number 08914892.
> Registered office:
> Stokes Hall Lodge, Burnham Rd, Althorne, Chelmsford, Essex, CM3 6DT, United
> Kingdom
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> 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
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread Glenn Fowler
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 several lines like this:
>
> .gnc-class-user-x { property: value }
> .gnc-class-user-y { property: value }
> ...
>
> From what I could tell, none of the property: value pairs worked on my
> system.
>
> However, once I removed them, leaving the file with just the one setting,
> gnucash reflected the new font setting!  Here's what worked (for me):
>
> * {
> font: 18pt "Microsoft Consolas";
> }
>
> Thank you for the tip!
>
> Terry
>
> --
> *From: *"Glenn Fowler" 
> *To: *"TERRENCE BRANSCOMBE" 
> *Cc: *"GnuCash users group" 
> *Sent: *Wednesday, December 21, 2022 6:27:09 AM
> *Subject: *Re: [GNC] Changing typeface using CSS (Windows 10)
>
> 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 font setting */
>> * {
>>   font: 18px Microsoft Consolas;
>> }
>>
>> No visible result, I'm afraid.
>>
>> Cheers,
>> Terry
>>
>> --
>> *From: *"Glenn Fowler" 
>> *To: *"TERRENCE BRANSCOMBE" 
>> *Cc: *"GnuCash users group" 
>> *Sent: *Tuesday, December 20, 2022 6:18:54 PM
>> *Subject: *Re: [GNC] Changing typeface using CSS (Windows 10)
>>
>> It would be the "Roaming" folder. There is probably a syntax error. Just
>> copy/paste the whole thing, save, and restart GnuCash.
>>
>>
>> On Tue, Dec 20, 2022 at 2:34 PM TERRENCE BRANSCOMBE 
>> wrote:
>>
>>> Thanks for the suggestion, Glenn.
>>>
>>> I tried this in both the "Roaming" and the "Local" versions of the
>>> gtk-3.0.css file; but, neither had any effect on the typeface I see.
>>>
>>> Also, I did see you used "24px" whereas I had "24pt" originally, so I
>>> went with your suggestion.
>>>
>>> Terry
>>>
>>> --
>>> *From: *"Glenn Fowler" 
>>> *To: *"TERRENCE BRANSCOMBE" 
>>> *Cc: *"gnucash-user" 
>>> *Sent: *Monday, December 19, 2022 3:43:07 PM
>>> *Subject: *Re: [GNC] Changing typeface using CSS (Windows 10)
>>>
>>> This should work:
>>>
>>> /* Application wide font setting */
>>>
>>> * {
>>>   font: 24px Microsoft Calibri;
>>> }
>>>
>>> On Mon, Dec 19, 2022 at 6:33 PM TERRENCE BRANSCOMBE <
>>> tlbransco...@shaw.ca> wrote:
>>>
 Hello all,

 I've been a user for all of 2 weeks, so I apologize to everyone if this
 question/subject has been beaten to death in the past. My research online
 has not resulted in a fix, though, so I'd like to ask: has anyone running
 gnucash 4.12 or 4.13 on Windows 10 managed to change font families using
 CSS ? The documentation I've found on the subject suggests Windows users
 can change typefaces using CSS by editing the file
 GNC_CONFIG_HOME/gtk-3.0.css by adding a section like this :

 /* Application wide font setting */
 gnc-id-main-window {
 font-family: Microsoft Calibri;
 font-size: 24pt;
 }

 Following these directions I edited the file gtk-3.0.css in the folder
 C:\Users\\AppData\Roaming\GnuCash with the setting shown above;
 but, upon restarting gnucash I see absolutely no font change whatsoever.
 For grins, I copied this file to the AppData\Local\GnuCash directory as
 well, and again restarted gnucash. Sadly, same non-result.

 Any hints greatly appreciated,

 Terry
 ___
 gnucash-user mailing list
 gnucash-user@gnucash.org
 To update your subscription preferences or to unsubscribe:
 https://lists.gnucash.org/mailman/listinfo/gnucash-user
 -
 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
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How can I refund this payment through PayPal, using business feature?

2022-12-21 Thread Adrien Monteleone

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.

I will remove those accounts and start entering the transactions for about
the 4th time.   It’s obviously sensible to start right.


Just un-post, edit and re-post. Still work, but no need to start over.

You can right-click a payment and choose Edit Payment if needed as well.



I believe that Accounts Payable will need sub accounts for GBP, USD and
EUR. Not having three Accounts Payable in each currency should make posting
bills easier, as I will not have to select Bank, PayPal or eBay. If there’s
only one choice with the matching currency I assume that GnuCash with know
where to post.


You do need separate AP for each currency, true. (or at least I've heard 
it helps, it may indeed be required)


As for smart guessing, that I'm not so sure of, but you never know till 
you try. In a worst case, you can still choose the one you want. Posting 
isn't automatic.




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.



Okay, I will start again.



AP is usually one bucket - for all payables. GnuCash tracks each vendor
for you, and neither your Bank, nor PayPal are vendors either. They are
sources of funds, thus Assets.



I have not set them up as vendors.


I didn't think so, which is why I didn't understand the need for AP 
accounts for them.


The *usual & generic* transaction flow should go something like this:

New Bill from Vendor
-
Dr. Expenses
  Cr. AP

Paying the Bill
-
Dr. AP
  Cr. Assets

('Assets' being your payment method/source of funds - Cash, Bank, 
PayPal, Credit Card, Gift Card, etc.)


Return/Cancellation/Refund from Vendor (full or partial) - as a Credit Note
-
Dr. AP
  Cr. Expenses

Receipt of funds from Vendor
-
Dr. Assets
  Cr. AP

If you end up with a Credit Note situation before (fully) paying the 
original Bill, you can simply post the Credit Note, then Process Payment 
selecting both the Bill & Credit Note to offset each other. (partially 
or fully, as the case may be)


Regards,
Adrien


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How can I refund this payment through PayPal, using business feature?

2022-12-21 Thread Dr. David Kirkby
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 entering the transactions for about
the 4th time.   It’s obviously sensible to start right.

I believe that Accounts Payable will need sub accounts for GBP, USD and
EUR. Not having three Accounts Payable in each currency should make posting
bills easier, as I will not have to select Bank, PayPal or eBay. If there’s
only one choice with the matching currency I assume that GnuCash with know
where to post.

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


Okay, I will start again.


> AP is usually one bucket - for all payables. GnuCash tracks each vendor
> for you, and neither your Bank, nor PayPal are vendors either. They are
> sources of funds, thus Assets.


I have not set them up as vendors.

>
> This shouldn't be much different than cancelling a paper check, or
> getting an ACH or Credit Card partial refund.
>
> Regards,
> Adrien


Thank you for your help.

>
Dave

> --
Dr. David Kirkby,
Kirkby Microwave Ltd,
drkir...@kirkbymicrowave.co.uk
https://www.kirkbymicrowave.co.uk/
Telephone 01621-680100./ +44 1621 680100

Registered in England & Wales, company number 08914892.
Registered office:
Stokes Hall Lodge, Burnham Rd, Althorne, Chelmsford, Essex, CM3 6DT, United
Kingdom
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How can I refund this payment through PayPal, using business feature?

2022-12-21 Thread Adrien Monteleone

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 neither your Bank, nor PayPal are vendors either. They are 
sources of funds, thus Assets.


This shouldn't be much different than cancelling a paper check, or 
getting an ACH or Credit Card partial refund.


Regards,
Adrien

On 12/21/22 2:20 PM, Dr. David Kirkby wrote:

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: Assets:Current Assets:Checking Account

That seems to get back to where I started, with £100, and zero everywhere
else.




On Wed, 21 Dec 2022 at 18:52, Dr. David Kirkby <
drkir...@kirkbymicrowave.co.uk> wrote:


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 PayPal account - Assets:Current Assets: PayPal
2) Made Liabilities:Accounts Payable a placeholder account.
3) Added Liabilities: Accounts Payable:Bank
4) Added Liabilities: Accounts Payable:PayPal
5) Added Royal Mail as a vendor.
6) Set the opening balance on the checking account to £100. The PayPal
balance is £0.


*Next I generated a Bill for Royal Mail for £1 for postage, and posted
that to *

*Liabilities: Accounts Payable:PayPal *

*using the expense account Expense:Postage and Delivery. *


*Next I paid PayPal, using the bank account. *


*At this point the expenses risen to £1 due to the postage, and the
balance of the bank account has reduced from £100 to £99. *

The
*£1 paid was actually for Royal Mail to collect the package, but I
realised it would not be ready in time, so cancelled the collection. *

I assume there are going to be 2 stages to this.
1) Royal Mail gives a *£1 *refund to PayPal.
2) I transfer the PayPal balance of *£1 *back to my bank account.

If this is the way to go, I know how to do the second part of this, but
I'm totally lost about how to do the first part.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How to handle inventory assets in GnuCash?

2022-12-21 Thread Michael or Penny Novack

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. Gnucash is handling 
what is known as the "general ledger" portion of an overall business 
system.


In my use of gnucash (for non-profit organizations) it proved adequate 
for dealing with "inventory" because this was VERY limited. None of the 
organizations was doing much more that required inventory than selling 
and/or giving to volunteers "swag" like organizational tee shirts, mugs, 
etc. Just needed to track well enough to be able to produce "sales", 
:"cost of goods sold", and "recognition expense" (for the 990-EZ) and 
never more than a few batches (FIFO to get cost).and never more than one 
new batch per year of that.


But would be totally inadequate for a business that was selling goods, 
hundreds of different things, each with batches.



Michael D Novack

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread Adrien Monteleone

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 
the '#' did the font change occur in gnucash.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Gnucash on macOS Ventura

2022-12-21 Thread R Losey
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
>
>
> ---
> On Mon, Nov 14 2022, Christian Lynbech wrote:
>
> Anybody here who has experience running Gnucash (4.12) on the newest
> macOS Ventura?
>
> It basically works, but the UI is a bit wonky. The cursor does not
> update correctly, sometimes you need to click twice or be very carefull
> ot hit the text inside buttons.
>
>/Christian
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> 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
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
_
Richard Losey
rlo...@gmail.com
Micah 6:8
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How to handle inventory assets in GnuCash?

2022-12-21 Thread R Losey
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 on how detailed you wanted to be... you could
> > create an Inventory asset category, and create as many sub-categories as
> > you need to.  Purchases add to the inventory; sales delete from it, etc.
>
> Yes, but the connection to general ledger (the sort of things here) are
> only a small part of an :"inventory system". OTHER pieces would be
> things like (but not limited to)
>
> 1) Where are these widgets kept? (in what building, on what shelf, etc.)
>
> 2) What is the re-order point? (when the number of widgets left falls
> below X, order more_
>
> 3) From whom are they ordered? (supplier information)
>
> 4) Alternate suppliers (if the one in "3" can't fill the order)
>
> 5) Usually batch information (cost not necessarily the same for widgets
> added to inventory at different times). I've usually just used an
> account per batch in the general ledger and so could store that
> information in the description but the organizations tended to be
> selling very few different sorts of things.
>
> ..
>
> Michael D Novack
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
_
Richard Losey
rlo...@gmail.com
Micah 6:8
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Is it safe to use Greek, Chinese etc characters

2022-12-21 Thread David G. Pickett via gnucash-user
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 preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Rounding discrepancy in payment processing

2022-12-21 Thread Dr. David Kirkby
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 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 customers are
> not affected.
> I also added an invoice to a dollar client. No rounding or discrepancies
> exhibited in this case.
> This is closer to the behavior of my actual live setup, except that in my
> setup rounding happens for all clients, including dollar clients.
> The resulting test .gnucash file is attached for your perusal.
>
> Regards,
>
> Alaa
> -Original Message-
> From: gnucash-user 
> On Behalf Of Alaa Zeineldine
> Sent: Wednesday, December 21, 2022 4:28 PM
> To: 'Murugan Muruganandam' 
> Cc: gnucash-user@gnucash.org
> Subject: Re: [GNC] Rounding discrepancy in payment processing
>
> 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 is when discrepancies begin to appear.
>
> I have a question before I proceed with adding test invoices. In my
> original live setup, I have the non-dollar A/R accounts as children of the
> dollar (default) A/R account, so that the parent account always shows the
> total A/R amount.
>
> • My question is whether this is the correct setup, and if not, where
> should the A/R accounts for the secondary currencies be placed?
>
> Regards,
>
>
>
> Alaa
>
>
>
> From: Murugan Muruganandam 
> Sent: Wednesday, December 21, 2022 3:41 PM
> To: Alaa Zeineldine 
> Subject: Re: [GNC] Rounding discrepancy in payment processing
>
>
>
> hi Alaa
>
>
>
> i have created a customer called customer 1 with their currency as Yen.  i
> have created a invoice also for your reference. you can try creating new
> invoices with franctions for them and you can see the rounding
>
>
>
>
>
>
>
> Saludos Cordiales
>
>
>
> Murugan
>
>   _
>
> From: Alaa Zeineldine mailto:a...@expertwell.com> >
> Sent: Tuesday, December 20, 2022 9:27 PM
> To: 'Murugan Muruganandam'  m.muruganan...@hotmail.com> >
> Subject: RE: [GNC] Rounding discrepancy in payment processing
>
>
>
> Hello Murugan,
>
>
>
> I did lookup a number of customers, each of which had a USD currency, and
> their invoices were also USD, but rounding still occurs for them.
>
>
>
> Can you elaborate on what you mean by “a customer currency with no
> fractions”?
>
>
>
> Regards,
>
>
>
> Alaa
>
>
>
> From: Murugan Muruganandam  m.muruganan...@hotmail.com> >
> Sent: Wednesday, December 21, 2022 1:58 AM
> To: Alaa Zeineldine mailto:a...@expertwell.com> >
> Subject: Re: [GNC] Rounding discrepancy in payment processing
>
>
>
> Alaa
>
>
>
> The rounding occurs based on the customer currency , so if your base
> currency and customer currency are USD , it will not have any problem , but
> in case you have a customer currency with no fractions , even when you
> create USD invoice it will round it ,
>
>
>
> Can you look up one customer and tell me the currency of the customer and
> invoice currency
>
>
>
>
>
> Regard
>
>
>
> Murugan
>
>
>
>
>
> On 20-12-2022, at 18:22, Alaa Zeineldine  a...@expertwell.com> > wrote:
>
> 
>
> Hello Murugan,
>
>
>
> Thanks for looking into this. I checked a number of customers, and each
> shows the currency that was entered when I created the customer initially.
> I also checked a number of invoices and found that the currency for the
> invoice was consistent with that of the customer.
>
>
>
> Please note the reply to David Kirkby that I sent to the list. I created a
> minimal test .gnucash file with only one currency and tried a number of
> experiments with it. This did not exhibit the problem. This of course is
> much simpler than my real setup where I have clients with different
> currencies, and also bank accounts with different currencies.
>
>
>
> Regards,
>
>
>
> Alaa
>
>
>
> From: Murugan Muruganandam  m.muruganan...@hotmail.com> >
> Sent: Tuesday, December 20, 2022 9:25 PM
> To: Alaa Zeineldine mailto:a...@expertwell.com> >
> Subject: Re: [GNC] Rounding discrepancy in payment processing
>
>
>
> hi Alaa
>
>
>
> Can you please do a quick check
>
>
>
> 1.  find customer
> 2.  view/edit
> 3.  Billing information
> 4.  What currency is being shown in this .
>
> i was able to recreate the issue in a test file and i think this could be
> the issue.
>
>
>
>
>
>
>
> Saludos Cordiales
>
>
>
> Murugan
>
>   _
>
> From: gnucash-user  hotmail@gnucash.org  

Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread TERRENCE BRANSCOMBE
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 double quotes. 

David T. 
On Dec 21, 2022, at 8:17 AM, TERRENCE BRANSCOMBE < [ 
mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 


Yeah, had precisely what you had in your screenshot. 

Here is what is now in my gtk-3.0.css file: 

/* Application wide font setting */ 
* { 
font: 18px Microsoft Consolas; 
} 

No visible result, I'm afraid. 

Cheers, 
Terry 


From: "Glenn Fowler"  
To: "TERRENCE BRANSCOMBE"  
Cc: "GnuCash users group"  
Sent: Tuesday, December 20, 2022 6:18:54 PM 
Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 

It would be the "Roaming" folder. There is probably a syntax error. Just 
copy/paste the whole thing, save, and restart GnuCash. 


On Tue, Dec 20, 2022 at 2:34 PM TERRENCE BRANSCOMBE < [ 
mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 



Thanks for the suggestion, Glenn. 

I tried this in both the "Roaming" and the "Local" versions of the gtk-3.0.css 
file; but, neither had any effect on the typeface I see. 

Also, I did see you used "24px" whereas I had "24pt" originally, so I went with 
your suggestion. 

Terry 


From: "Glenn Fowler" < [ mailto:gfowl...@outlook.com | gfowl...@outlook.com ] > 
To: "TERRENCE BRANSCOMBE" < [ mailto:tlbransco...@shaw.ca | 
tlbransco...@shaw.ca ] > 
Cc: "gnucash-user" < [ mailto:gnucash-user@gnucash.org | 
gnucash-user@gnucash.org ] > 
Sent: Monday, December 19, 2022 3:43:07 PM 
Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 

This should work: 

/* Application wide font setting */ 

* { 
font : 24px Microsoft Calibri; 
} 

On Mon, Dec 19, 2022 at 6:33 PM TERRENCE BRANSCOMBE < [ 
mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 

BQ_BEGIN 
Hello all, 

I've been a user for all of 2 weeks, so I apologize to everyone if this 
question/subject has been beaten to death in the past. My research online has 
not resulted in a fix, though, so I'd like to ask: has anyone running gnucash 
4.12 or 4.13 on Windows 10 managed to change font families using CSS ? The 
documentation I've found on the subject suggests Windows users can change 
typefaces using CSS by editing the file GNC_CONFIG_HOME/gtk-3.0.css by adding a 
section like this : 

/* Application wide font setting */ 
gnc-id-main-window { 
font-family: Microsoft Calibri; 
font-size: 24pt; 
} 

Following these directions I edited the file gtk-3.0.css in the folder 
C:\Users\\AppData\Roaming\GnuCash with the setting shown above; but, 
upon restarting gnucash I see absolutely no font change whatsoever. For grins, 
I copied this file to the AppData\Local\GnuCash directory as well, and again 
restarted gnucash. Sadly, same non-result. 

Any hints greatly appreciated, 

Terry 


gnucash-user mailing list 
[ mailto:gnucash-user@gnucash.org | gnucash-user@gnucash.org ] 
To update your subscription preferences or to unsubscribe: 
[ [ https://lists.gnucash.org/mailman/listinfo/gnucash-user | 
https://lists.gnucash.org/mailman/listinfo/gnucash-user ] | [ 
https://lists.gnucash.org/mailman/listinfo/gnucash-user | 
https://lists.gnucash.org/mailman/listinfo/gnucash-user ] ] 
- 
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 | 
https://lists.gnucash.org/mailman/listinfo/gnucash-user ] 
- 
Please remember to CC this list on all your replies. 
You can do this by using Reply-To-List or Reply-All. 

BQ_END


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread TERRENCE BRANSCOMBE
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...@lists.gnucash.org 
Sent: Tuesday, December 20, 2022 10:11:51 PM 
Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 

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, that would be why it didn't work. That 
symbol indicates a CSS 'id' and without it, a 'named node'. If the node 
is not named as such, but does have that id, then your rule without the 
symbol will never work. 

Also, I'm surprised the wiki doesn't show this, but I'm fairly certain 
you have to quote font family names that have spaces in them. It is also 
good practice to provide a generic fallback, such as 'serif' or 
'sans-serif' etc. This way, if for some reason you didn't name the font 
just right, you should still see some sort of change. (assuming the 
generic is different than the default.) There is a way to find the 
proper name with a font viewer where you can see the font meta data. In 
this case, it might just be 'Calibri', though I'm not certain. 

Finally, play with other units such as 'px' or 'em'. Some work with GTK 
in some contexts and others do not. I haven't found the rhyme or reason 
yet. You might also find success with named sizes like 'medium', 'large' 
or 'x-large'. 

- 

Of note, the wiki explicitly states that the wild-card selector "*" does 
*not* work on Windows. 

If you still can't get it to work, try the settings.ini method. 

Regards, 
Adrien 

On 12/20/22 11:15 PM, 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 font setting */ 
> * { 
> font: 18px Microsoft Consolas; 
> } 
> 
> No visible result, I'm afraid. 
> 
> Cheers, 
> Terry 
> 
> 
> From: "Glenn Fowler"  
> To: "TERRENCE BRANSCOMBE"  
> Cc: "GnuCash users group"  
> Sent: Tuesday, December 20, 2022 6:18:54 PM 
> Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 
> 
> It would be the "Roaming" folder. There is probably a syntax error. Just 
> copy/paste the whole thing, save, and restart GnuCash. 
> 
> 
> On Tue, Dec 20, 2022 at 2:34 PM TERRENCE BRANSCOMBE < [ 
> mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 
> 
> 
> 
> Thanks for the suggestion, Glenn. 
> 
> I tried this in both the "Roaming" and the "Local" versions of the 
> gtk-3.0.css file; but, neither had any effect on the typeface I see. 
> 
> Also, I did see you used "24px" whereas I had "24pt" originally, so I went 
> with your suggestion. 
> 
> Terry 
> 
> 
> From: "Glenn Fowler" < [ mailto:gfowl...@outlook.com | gfowl...@outlook.com ] 
> > 
> To: "TERRENCE BRANSCOMBE" < [ mailto:tlbransco...@shaw.ca | 
> tlbransco...@shaw.ca ] > 
> Cc: "gnucash-user" < [ mailto:gnucash-user@gnucash.org | 
> gnucash-user@gnucash.org ] > 
> Sent: Monday, December 19, 2022 3:43:07 PM 
> Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 
> 
> This should work: 
> 
> /* Application wide font setting */ 
> 
> * { 
> font : 24px Microsoft Calibri; 
> } 
> 
> On Mon, Dec 19, 2022 at 6:33 PM TERRENCE BRANSCOMBE < [ 
> mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 
> 
>  
> Hello all, 
> 
> I've been a user for all of 2 weeks, so I apologize to everyone if this 
> question/subject has been beaten to death in the past. My research online has 
> not resulted in a fix, though, so I'd like to ask: has anyone running gnucash 
> 4.12 or 4.13 on Windows 10 managed to change font families using CSS ? The 
> documentation I've found on the subject suggests Windows users can change 
> typefaces using CSS by editing the file GNC_CONFIG_HOME/gtk-3.0.css by adding 
> a section like this : 
> 
> /* Application wide font setting */ 
> gnc-id-main-window { 
> font-family: Microsoft Calibri; 
> font-size: 24pt; 
> } 
> 
> Following these directions I edited the file gtk-3.0.css in the folder 
> C:\Users\\AppData\Roaming\GnuCash with the setting shown above; 
> but, upon restarting gnucash I see absolutely no font change whatsoever. For 
> grins, I copied this file to the AppData\Local\GnuCash directory as well, and 
> again restarted gnucash. Sadly, same non-result. 

___ 
gnucash-user mailing list 
gnucash-user@gnucash.org 
To update your subscription preferences or to unsubscribe: 
https://lists.gnucash.org/mailman/listinfo/gnucash-user 
- 
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

Re: [GNC] How can I refund this payment through PayPal, using business feature?

2022-12-21 Thread Dr. David Kirkby
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: Assets:Current Assets:Checking Account

That seems to get back to where I started, with £100, and zero everywhere
else.




On Wed, 21 Dec 2022 at 18:52, Dr. David Kirkby <
drkir...@kirkbymicrowave.co.uk> wrote:

> 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 PayPal account - Assets:Current Assets: PayPal
> 2) Made Liabilities:Accounts Payable a placeholder account.
> 3) Added Liabilities: Accounts Payable:Bank
> 4) Added Liabilities: Accounts Payable:PayPal
> 5) Added Royal Mail as a vendor.
> 6) Set the opening balance on the checking account to £100. The PayPal
> balance is £0.
>
>
> *Next I generated a Bill for Royal Mail for £1 for postage, and posted
> that to *
>
> *Liabilities: Accounts Payable:PayPal *
>
> *using the expense account Expense:Postage and Delivery. *
>
>
> *Next I paid PayPal, using the bank account. *
>
>
> *At this point the expenses risen to £1 due to the postage, and the
> balance of the bank account has reduced from £100 to £99. *
>
> The
> *£1 paid was actually for Royal Mail to collect the package, but I
> realised it would not be ready in time, so cancelled the collection. *
>
> I assume there are going to be 2 stages to this.
> 1) Royal Mail gives a *£1 *refund to PayPal.
> 2) I transfer the PayPal balance of *£1 *back to my bank account.
>
> If this is the way to go, I know how to do the second part of this, but
> I'm totally lost about how to do the first part.
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread TERRENCE BRANSCOMBE
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 } 
... 

>From what I could tell, none of the property: value pairs worked on my system. 

However, once I removed them, leaving the file with just the one setting, 
gnucash reflected the new font setting! Here's what worked (for me): 

* { 
font: 18pt "Microsoft Consolas"; 
} 

Thank you for the tip! 

Terry 


From: "Glenn Fowler"  
To: "TERRENCE BRANSCOMBE"  
Cc: "GnuCash users group"  
Sent: Wednesday, December 21, 2022 6:27:09 AM 
Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 

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 < [ 
mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 



Yeah, had precisely what you had in your screenshot. 

Here is what is now in my gtk-3.0.css file: 

/* Application wide font setting */ 
* { 
font: 18px Microsoft Consolas; 
} 

No visible result, I'm afraid. 

Cheers, 
Terry 


From: "Glenn Fowler" < [ mailto:gfowl...@outlook.com | gfowl...@outlook.com ] > 
To: "TERRENCE BRANSCOMBE" < [ mailto:tlbransco...@shaw.ca | 
tlbransco...@shaw.ca ] > 
Cc: "GnuCash users group" < [ mailto:gnucash-user@gnucash.org | 
gnucash-user@gnucash.org ] > 
Sent: Tuesday, December 20, 2022 6:18:54 PM 
Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 

It would be the "Roaming" folder. There is probably a syntax error. Just 
copy/paste the whole thing, save, and restart GnuCash. 


On Tue, Dec 20, 2022 at 2:34 PM TERRENCE BRANSCOMBE < [ 
mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 

BQ_BEGIN

Thanks for the suggestion, Glenn. 

I tried this in both the "Roaming" and the "Local" versions of the gtk-3.0.css 
file; but, neither had any effect on the typeface I see. 

Also, I did see you used "24px" whereas I had "24pt" originally, so I went with 
your suggestion. 

Terry 


From: "Glenn Fowler" < [ mailto:gfowl...@outlook.com | gfowl...@outlook.com ] > 
To: "TERRENCE BRANSCOMBE" < [ mailto:tlbransco...@shaw.ca | 
tlbransco...@shaw.ca ] > 
Cc: "gnucash-user" < [ mailto:gnucash-user@gnucash.org | 
gnucash-user@gnucash.org ] > 
Sent: Monday, December 19, 2022 3:43:07 PM 
Subject: Re: [GNC] Changing typeface using CSS (Windows 10) 

This should work: 

/* Application wide font setting */ 

* { 
font : 24px Microsoft Calibri; 
} 

On Mon, Dec 19, 2022 at 6:33 PM TERRENCE BRANSCOMBE < [ 
mailto:tlbransco...@shaw.ca | tlbransco...@shaw.ca ] > wrote: 

BQ_BEGIN
Hello all, 

I've been a user for all of 2 weeks, so I apologize to everyone if this 
question/subject has been beaten to death in the past. My research online has 
not resulted in a fix, though, so I'd like to ask: has anyone running gnucash 
4.12 or 4.13 on Windows 10 managed to change font families using CSS ? The 
documentation I've found on the subject suggests Windows users can change 
typefaces using CSS by editing the file GNC_CONFIG_HOME/gtk-3.0.css by adding a 
section like this : 

/* Application wide font setting */ 
gnc-id-main-window { 
font-family: Microsoft Calibri; 
font-size: 24pt; 
} 

Following these directions I edited the file gtk-3.0.css in the folder 
C:\Users\\AppData\Roaming\GnuCash with the setting shown above; but, 
upon restarting gnucash I see absolutely no font change whatsoever. For grins, 
I copied this file to the AppData\Local\GnuCash directory as well, and again 
restarted gnucash. Sadly, same non-result. 

Any hints greatly appreciated, 

Terry 
___ 
gnucash-user mailing list 
[ mailto:gnucash-user@gnucash.org | gnucash-user@gnucash.org ] 
To update your subscription preferences or to unsubscribe: 
[ https://lists.gnucash.org/mailman/listinfo/gnucash-user | 
https://lists.gnucash.org/mailman/listinfo/gnucash-user ] 
- 
Please remember to CC this list on all your replies. 
You can do this by using Reply-To-List or Reply-All. 




BQ_END


BQ_END


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Rounding discrepancy in payment processing

2022-12-21 Thread Alaa Zeineldine
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 customers are not affected. 
I also added an invoice to a dollar client. No rounding or discrepancies 
exhibited in this case.
This is closer to the behavior of my actual live setup, except that in my setup 
rounding happens for all clients, including dollar clients.
The resulting test .gnucash file is attached for your perusal.

Regards,

Alaa
-Original Message-
From: gnucash-user  On 
Behalf Of Alaa Zeineldine
Sent: Wednesday, December 21, 2022 4:28 PM
To: 'Murugan Muruganandam' 
Cc: gnucash-user@gnucash.org
Subject: Re: [GNC] Rounding discrepancy in payment processing

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 is when discrepancies begin to appear.

I have a question before I proceed with adding test invoices. In my original 
live setup, I have the non-dollar A/R accounts as children of the dollar 
(default) A/R account, so that the parent account always shows the total A/R 
amount.

• My question is whether this is the correct setup, and if not, where should 
the A/R accounts for the secondary currencies be placed?

Regards,

 

Alaa

 

From: Murugan Muruganandam  
Sent: Wednesday, December 21, 2022 3:41 PM
To: Alaa Zeineldine 
Subject: Re: [GNC] Rounding discrepancy in payment processing

 

hi Alaa

 

i have created a customer called customer 1 with their currency as Yen.  i have 
created a invoice also for your reference. you can try creating new invoices 
with franctions for them and you can see the rounding

 

 

 

Saludos Cordiales

 

Murugan

  _  

From: Alaa Zeineldine mailto:a...@expertwell.com> >
Sent: Tuesday, December 20, 2022 9:27 PM
To: 'Murugan Muruganandam' mailto:m.muruganan...@hotmail.com> >
Subject: RE: [GNC] Rounding discrepancy in payment processing 

 

Hello Murugan,

 

I did lookup a number of customers, each of which had a USD currency, and their 
invoices were also USD, but rounding still occurs for them.

 

Can you elaborate on what you mean by “a customer currency with no fractions”?

 

Regards,

 

Alaa

 

From: Murugan Muruganandam mailto:m.muruganan...@hotmail.com> > 
Sent: Wednesday, December 21, 2022 1:58 AM
To: Alaa Zeineldine mailto:a...@expertwell.com> >
Subject: Re: [GNC] Rounding discrepancy in payment processing

 

Alaa 

 

The rounding occurs based on the customer currency , so if your base currency 
and customer currency are USD , it will not have any problem , but in case you 
have a customer currency with no fractions , even when you create USD invoice 
it will round it , 

 

Can you look up one customer and tell me the currency of the customer and 
invoice currency 

 

 

Regard

 

Murugan

 

 

On 20-12-2022, at 18:22, Alaa Zeineldine mailto:a...@expertwell.com> > wrote:

 

Hello Murugan,

 

Thanks for looking into this. I checked a number of customers, and each shows 
the currency that was entered when I created the customer initially. I also 
checked a number of invoices and found that the currency for the invoice was 
consistent with that of the customer.

 

Please note the reply to David Kirkby that I sent to the list. I created a 
minimal test .gnucash file with only one currency and tried a number of 
experiments with it. This did not exhibit the problem. This of course is much 
simpler than my real setup where I have clients with different currencies, and 
also bank accounts with different currencies.

 

Regards,

 

Alaa

 

From: Murugan Muruganandam mailto:m.muruganan...@hotmail.com> > 
Sent: Tuesday, December 20, 2022 9:25 PM
To: Alaa Zeineldine mailto:a...@expertwell.com> >
Subject: Re: [GNC] Rounding discrepancy in payment processing

 

hi Alaa

 

Can you please do a quick check

 

1.  find customer
2.  view/edit
3.  Billing information 
4.  What currency is being shown in this .  

i was able to recreate the issue in a test file and i think this could be the 
issue.  

 

 

 

Saludos Cordiales

 

Murugan

  _  

From: gnucash-user mailto:gnucash-user-bounces+m.muruganandam=hotmail@gnucash.org> > on 
behalf of Alaa Zeineldine mailto:a...@expertwell.com> >
Sent: Tuesday, December 20, 2022 8:21 AM
To: 'Dr. David Kirkby' mailto:drkir...@kirkbymicrowave.co.uk> >
Cc: gnucash-user@gnucash.org   
mailto:gnucash-user@gnucash.org> >
Subject: Re: [GNC] Rounding discrepancy in payment processing 

 

Hello Dave,

 

Sounds reasonable. I will do this as soon as I get some free time this evening.

 

Regards,

 

Alaa


[GNC] How can I refund this payment through PayPal, using business feature?

2022-12-21 Thread Dr. David Kirkby
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 PayPal account - Assets:Current Assets: PayPal
2) Made Liabilities:Accounts Payable a placeholder account.
3) Added Liabilities: Accounts Payable:Bank
4) Added Liabilities: Accounts Payable:PayPal
5) Added Royal Mail as a vendor.
6) Set the opening balance on the checking account to £100. The PayPal
balance is £0.


*Next I generated a Bill for Royal Mail for £1 for postage, and posted that
to *

*Liabilities: Accounts Payable:PayPal *

*using the expense account Expense:Postage and Delivery. *


*Next I paid PayPal, using the bank account. *


*At this point the expenses risen to £1 due to the postage, and the balance
of the bank account has reduced from £100 to £99. *

The
*£1 paid was actually for Royal Mail to collect the package, but I realised
it would not be ready in time, so cancelled the collection. *

I assume there are going to be 2 stages to this.
1) Royal Mail gives a *£1 *refund to PayPal.
2) I transfer the PayPal balance of *£1 *back to my bank account.

If this is the way to go, I know how to do the second part of this, but I'm
totally lost about how to do the first part.


How-do-I-refund-the-1-GBP-paid-to-Royal-Mail-using-PayPal-and-bank.gnucash
Description: application/gnucash
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread Adrien Monteleone
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 certain you
have to quote font family names that have spaces in them.


Not true if the CSS interpreter is conformant, unless one (or more) of
the words happens to be a CSS keyword or is not parseable as an
"identifier"


However, quoting is always harmless.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Rounding discrepancy in payment processing

2022-12-21 Thread Alaa Zeineldine
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 is when discrepancies begin to appear.

I have a question before I proceed with adding test invoices. In my original 
live setup, I have the non-dollar A/R accounts as children of the dollar 
(default) A/R account, so that the parent account always shows the total A/R 
amount.

• My question is whether this is the correct setup, and if not, where should 
the A/R accounts for the secondary currencies be placed?

Regards,

 

Alaa

 

From: Murugan Muruganandam  
Sent: Wednesday, December 21, 2022 3:41 PM
To: Alaa Zeineldine 
Subject: Re: [GNC] Rounding discrepancy in payment processing

 

hi Alaa

 

i have created a customer called customer 1 with their currency as Yen.  i have 
created a invoice also for your reference. you can try creating new invoices 
with franctions for them and you can see the rounding

 

 

 

Saludos Cordiales

 

Murugan

  _  

From: Alaa Zeineldine mailto:a...@expertwell.com> >
Sent: Tuesday, December 20, 2022 9:27 PM
To: 'Murugan Muruganandam' mailto:m.muruganan...@hotmail.com> >
Subject: RE: [GNC] Rounding discrepancy in payment processing 

 

Hello Murugan,

 

I did lookup a number of customers, each of which had a USD currency, and their 
invoices were also USD, but rounding still occurs for them.

 

Can you elaborate on what you mean by “a customer currency with no fractions”?

 

Regards,

 

Alaa

 

From: Murugan Muruganandam mailto:m.muruganan...@hotmail.com> > 
Sent: Wednesday, December 21, 2022 1:58 AM
To: Alaa Zeineldine mailto:a...@expertwell.com> >
Subject: Re: [GNC] Rounding discrepancy in payment processing

 

Alaa 

 

The rounding occurs based on the customer currency , so if your base currency 
and customer currency are USD , it will not have any problem , but in case you 
have a customer currency with no fractions , even when you create USD invoice 
it will round it , 

 

Can you look up one customer and tell me the currency of the customer and 
invoice currency 

 

 

Regard

 

Murugan

 

 

On 20-12-2022, at 18:22, Alaa Zeineldine mailto:a...@expertwell.com> > wrote:

 

Hello Murugan,

 

Thanks for looking into this. I checked a number of customers, and each shows 
the currency that was entered when I created the customer initially. I also 
checked a number of invoices and found that the currency for the invoice was 
consistent with that of the customer.

 

Please note the reply to David Kirkby that I sent to the list. I created a 
minimal test .gnucash file with only one currency and tried a number of 
experiments with it. This did not exhibit the problem. This of course is much 
simpler than my real setup where I have clients with different currencies, and 
also bank accounts with different currencies.

 

Regards,

 

Alaa

 

From: Murugan Muruganandam mailto:m.muruganan...@hotmail.com> > 
Sent: Tuesday, December 20, 2022 9:25 PM
To: Alaa Zeineldine mailto:a...@expertwell.com> >
Subject: Re: [GNC] Rounding discrepancy in payment processing

 

hi Alaa

 

Can you please do a quick check

 

1.  find customer
2.  view/edit
3.  Billing information 
4.  What currency is being shown in this .  

i was able to recreate the issue in a test file and i think this could be the 
issue.  

 

 

 

Saludos Cordiales

 

Murugan

  _  

From: gnucash-user mailto:gnucash-user-bounces+m.muruganandam=hotmail@gnucash.org> > on 
behalf of Alaa Zeineldine mailto:a...@expertwell.com> >
Sent: Tuesday, December 20, 2022 8:21 AM
To: 'Dr. David Kirkby' mailto:drkir...@kirkbymicrowave.co.uk> >
Cc: gnucash-user@gnucash.org   
mailto:gnucash-user@gnucash.org> >
Subject: Re: [GNC] Rounding discrepancy in payment processing 

 

Hello Dave,

 

Sounds reasonable. I will do this as soon as I get some free time this evening.

 

Regards,

 

Alaa

 

From: Dr. David Kirkby mailto:drkir...@kirkbymicrowave.co.uk> > 
Sent: Tuesday, December 20, 2022 4:38 AM
To: Alaa Zeineldine mailto:a...@expertwell.com> >
Cc: gnucash-user@gnucash.org  
Subject: Re: [GNC] Rounding discrepancy in payment processing

 

On Tue, 20 Dec 2022 at 01:04, Alaa Zeineldine mailto:a...@expertwell.com> > wrote:

This is the first time I email to the list. So, I don't know if screenshots
will show up, but I am including below a succession of screenshots for a
fake customer invoice to demonstrate the problem.

 

 

Yes they do show up. It would probably be worth your while creating a test 
.gnucash file, emailing that, and let people see if they get the problem with 
your file. 



Thanks for your help.

 

Dave 

-- 

Dr. David Kirkby,
Kirkby Microwave Ltd, 
drkir...@kirkbymicrowave.co.uk 

Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread Glenn Fowler
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 font setting */
> * {
>   font: 18px Microsoft Consolas;
> }
>
> No visible result, I'm afraid.
>
> Cheers,
> Terry
>
> --
> *From: *"Glenn Fowler" 
> *To: *"TERRENCE BRANSCOMBE" 
> *Cc: *"GnuCash users group" 
> *Sent: *Tuesday, December 20, 2022 6:18:54 PM
> *Subject: *Re: [GNC] Changing typeface using CSS (Windows 10)
>
> It would be the "Roaming" folder. There is probably a syntax error. Just
> copy/paste the whole thing, save, and restart GnuCash.
>
>
> On Tue, Dec 20, 2022 at 2:34 PM TERRENCE BRANSCOMBE 
> wrote:
>
>> Thanks for the suggestion, Glenn.
>>
>> I tried this in both the "Roaming" and the "Local" versions of the
>> gtk-3.0.css file; but, neither had any effect on the typeface I see.
>>
>> Also, I did see you used "24px" whereas I had "24pt" originally, so I
>> went with your suggestion.
>>
>> Terry
>>
>> --
>> *From: *"Glenn Fowler" 
>> *To: *"TERRENCE BRANSCOMBE" 
>> *Cc: *"gnucash-user" 
>> *Sent: *Monday, December 19, 2022 3:43:07 PM
>> *Subject: *Re: [GNC] Changing typeface using CSS (Windows 10)
>>
>> This should work:
>>
>> /* Application wide font setting */
>>
>> * {
>>   font: 24px Microsoft Calibri;
>> }
>>
>> On Mon, Dec 19, 2022 at 6:33 PM TERRENCE BRANSCOMBE 
>> wrote:
>>
>>> Hello all,
>>>
>>> I've been a user for all of 2 weeks, so I apologize to everyone if this
>>> question/subject has been beaten to death in the past. My research online
>>> has not resulted in a fix, though, so I'd like to ask: has anyone running
>>> gnucash 4.12 or 4.13 on Windows 10 managed to change font families using
>>> CSS ? The documentation I've found on the subject suggests Windows users
>>> can change typefaces using CSS by editing the file
>>> GNC_CONFIG_HOME/gtk-3.0.css by adding a section like this :
>>>
>>> /* Application wide font setting */
>>> gnc-id-main-window {
>>> font-family: Microsoft Calibri;
>>> font-size: 24pt;
>>> }
>>>
>>> Following these directions I edited the file gtk-3.0.css in the folder
>>> C:\Users\\AppData\Roaming\GnuCash with the setting shown above;
>>> but, upon restarting gnucash I see absolutely no font change whatsoever.
>>> For grins, I copied this file to the AppData\Local\GnuCash directory as
>>> well, and again restarted gnucash. Sadly, same non-result.
>>>
>>> Any hints greatly appreciated,
>>>
>>> Terry
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> -
>>> 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
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How can I find cost of expenses, including tax?

2022-12-21 Thread Dr. David Kirkby
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 better
> choice for you.
>
> Speak to your acountant and get some professional opinion on this.
>
> regards,
> Maf.
>

I thought that the 6th account (VAT) was run independently of the other 5,
but it is a liability. As a test, I stuck an opening balance of £100 and
saw the Equity go to  -£100. I'm a bit puzzled why it is separated out, and
not just stuck under liabilities.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Changing typeface using CSS (Windows 10)

2022-12-21 Thread Fred Bone
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, that would be why it didn't work. That symbol
> indicates a CSS 'id' and without it, a 'named node'. If the node is not
> named as such, but does have that id, then your rule without the symbol
> will never work.
> 
> Also, I'm surprised the wiki doesn't show this, but I'm fairly certain you
> have to quote font family names that have spaces in them. 

Not true if the CSS interpreter is conformant, unless one (or more) of 
the words happens to be a CSS keyword or is not parseable as an 
"identifier"


However, quoting is always harmless.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How to get screenshots to go through to the e-mail list?

2022-12-21 Thread Liz Dodd
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 emails sent to the list? (I realize the need
> to not let first time posters include images.)

Sorry. Eric, the moderator (me) does not have special powers over
images. Just attach them to the email.

Liz
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.