Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-26 Thread Adrien Monteleone
I’d say code is still somewhat responsible since changing or defining a 
stylesheet through the normal GC methods doesn’t work, though this may be a 
limitation of eguile based reports.

I would think a safe user expectation is that specifying a font in a stylesheet 
or creating a new stylesheet would be effective in styling the report. I’d 
think the Embedded CSS field would be for special stuff that isn’t exposed in 
the stylesheet GUI.

Regards,
Adrien

> On Jan 26, 2019, at 6:48 AM, Geert Janssens  
> wrote:
> 
> Op zaterdag 26 januari 2019 13:00:32 CET schreef Adrien Monteleone:
>> Awesome. I’m glad you’ve got it working.
>> 
>> I’ll document this on the wiki.
>> 
>> Regards,
>> Adrien
> 
> Ah, so in the end it *is* a font issue and not a code issue. I'm glad to hear 
> that!
> 
> Geert
> 
> 
> 


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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-26 Thread Geert Janssens
Op zaterdag 26 januari 2019 13:00:32 CET schreef Adrien Monteleone:
> Awesome. I’m glad you’ve got it working.
> 
> I’ll document this on the wiki.
> 
> Regards,
> Adrien

Ah, so in the end it *is* a font issue and not a code issue. I'm glad to hear 
that!

Geert


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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-26 Thread Adrien Monteleone
Awesome. I’m glad you’ve got it working.

I’ll document this on the wiki.

Regards,
Adrien

> On Jan 26, 2019, at 5:51 AM, Deva -  wrote:
> 
> No problem, Adrien. Considering you stayed with me on this topic, I can’t 
> really complain.
> 
> Further to your mail below, using font-family as the keyword does work!
> 
> Now, my currency symbol also shows up!
> 
> Thank you for your support. Much appreciated.
> 
> Cheers.
> 
> On 25-Jan-2019, at 10:30 PM, 
> gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org> 
> wrote:
> 
> Date: Fri, 25 Jan 2019 07:25:01 -0600
> From: Adrien Monteleone 
> mailto:adrien.montele...@lusfiber.net>>
> To: "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org>" 
> mailto:gnucash-user@gnucash.org>>
> Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
> report
> Message-ID: 
> mailto:e66699fd-c6cb-44d8-a4b6-e042491da...@lusfiber.net>>
> Content-Type: text/plain; charset=utf-8
> 
> Deva,
> 
> My apologies for your wasted time with my inaccurate code.
> 
> If you only want to change the font use this:
> 
> * { font-family: Helvetica; }
> 
> If you use what I provided earlier:
> 
> * { font: Helvetica; }
> 
> which is the shorthand property, it won?t work, you must at least specify a 
> size like so:
> 
> * { font: 1em Helvetica; }
> 
> I just tested this.
> 
> Again, my apologies. If that still doesn?t work, I?m out of ideas.
> 
> 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
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.


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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-26 Thread Deva -
No problem, Adrien. Considering you stayed with me on this topic, I can’t 
really complain.

Further to your mail below, using font-family as the keyword does work!

Now, my currency symbol also shows up!

Thank you for your support. Much appreciated.

Cheers.

On 25-Jan-2019, at 10:30 PM, 
gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org> wrote:

Date: Fri, 25 Jan 2019 07:25:01 -0600
From: Adrien Monteleone 
mailto:adrien.montele...@lusfiber.net>>
To: "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org>" 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
report
Message-ID: 
mailto:e66699fd-c6cb-44d8-a4b6-e042491da...@lusfiber.net>>
Content-Type: text/plain; charset=utf-8

Deva,

My apologies for your wasted time with my inaccurate code.

If you only want to change the font use this:

* { font-family: Helvetica; }

If you use what I provided earlier:

* { font: Helvetica; }

which is the shorthand property, it won?t work, you must at least specify a 
size like so:

* { font: 1em Helvetica; }

I just tested this.

Again, my apologies. If that still doesn?t work, I?m out of ideas.

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
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-25 Thread Adrien Monteleone
Deva,

My apologies for your wasted time with my inaccurate code.

If you only want to change the font use this:

* { font-family: Helvetica; }

If you use what I provided earlier:

* { font: Helvetica; }

which is the shorthand property, it won’t work, you must at least specify a 
size like so:

* { font: 1em Helvetica; }

I just tested this.

Again, my apologies. If that still doesn’t work, I’m out of ideas.

Regards,
Adrien

> On Jan 25, 2019, at 7:14 AM, Deva -  wrote:
> 
> Sorry Adrien, still no joy!
> 
> I was ok with changing the font on the entire invoice, so I used your first 
> example.
> 
> In character viewer, I can see rupee symbol available in Helvetica font, so I 
> tried using that font with and without double quote, but nothing changes.
> 
> So I tried other fonts for which rupee symbol was available (eg. Bangla MN, 
> American Typewriter). No matter what I write in the embedded CSS section, 
> nothing changes on the report. Not just the rupee symbol not appearing, but 
> even the report font doesn’t seem to change with changes in CSS section.
> 
> But thank you for taking the time to research this.
> 
> Cheers.


___
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-25 Thread Deva -
Sorry Adrien, still no joy!

I was ok with changing the font on the entire invoice, so I used your first 
example.

In character viewer, I can see rupee symbol available in Helvetica font, so I 
tried using that font with and without double quote, but nothing changes.

So I tried other fonts for which rupee symbol was available (eg. Bangla MN, 
American Typewriter). No matter what I write in the embedded CSS section, 
nothing changes on the report. Not just the rupee symbol not appearing, but 
even the report font doesn’t seem to change with changes in CSS section.

But thank you for taking the time to research this.

Cheers.

On 24-Jan-2019, at 10:22 PM, 
gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org> wrote:

Date: Thu, 24 Jan 2019 07:14:14 -0600
From: Adrien Monteleone 
mailto:adrien.montele...@lusfiber.net>>
To: "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org>" 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
report
Message-ID: 
mailto:fbe20849-afd7-4085-96fd-f18190e17...@lusfiber.net>>
Content-Type: text/plain; charset=utf-8

Place the following in the Embedded CSS section of the Notes tab under the 
invoice?s options:


* {font: ?name of font"; }


This will change the font on the entire invoice. It should then render the INR 
currency symbol. If the font name has spaces, you must enclose it in ??.

If you only want to affect the header and actual invoice table (and not the 
notes section) use this:


table {font: ?name of font"; }


Note, that you can also specify a different font size, style (like bold and/or 
italics) and even color like so:


* {font: ?Arial" 1.5em bold italics; color: blue; }


(an ?em? is a relative unit for font sizes. 1 ?em? is 100% of whatever the base 
style was. Or you can use px or pt such as 16px or 16pt if you prefer.)

If you want to target only cells with currency values this *might* work:


table.entries td > nobr:first-child { font: ?name of font"; }


Also note, I don?t see a way to edit this permanently so you?d have to insert 
it for every invoice. (perhaps saving the report config and then specifying a 
different invoice number might do the trick) Otherwise, you?d have to edit 
taxinvoice.css but that will get overwritten when you update Gnucash to the 
next version.

Hope that helps.

Regards,
Adrien

On Jan 19, 2019, at 7:25 AM, Deva - 
mailto:pobox.d...@outlook.in>> wrote:

Adrien,

I am happy to raise a bug, but after reading all responses on this issue, 
perhaps it?s not a bug even.

Geert and you pointed out that the report can be changed using CSS styling, so 
someone with that know-how may be able to get what they want. I am ok with the 
workaround for now.

Besides, if I recall correctly, Christopher also mentioned that since Tax 
Invoice report is eguile-based, it?s unlikely to be maintained. I am not even 
sure what eguile is, but I seem to like the presentation, flexibility and 
layout of both the balance sheet and tax invoice reports. So it?s unfortunate 
that the eguile reports may be going away soon.

Cheers.

On 19-Jan-2019, at 6:38 PM, 
mailto:gnucash-user-requ...@gnucash.org><mailto:gnucash-user-requ...@gnucash.org>>
 
mailto:gnucash-user-requ...@gnucash.org><mailto:gnucash-user-requ...@gnucash.org>>
 wrote:

Date: Sat, 19 Jan 2019 06:25:38 -0600
From: Adrien Monteleone 
mailto:adrien.montele...@lusfiber.net><mailto:adrien.montele...@lusfiber.net>>
To: 
"gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org><mailto:gnucash-user@gnucash.org>"
 
mailto:gnucash-user@gnucash.org><mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
report
Message-ID: 
<14328ebb-6e35-4081-b534-92a928a85...@lusfiber.net<mailto:14328ebb-6e35-4081-b534-92a928a85...@lusfiber.net><mailto:14328ebb-6e35-4081-b534-92a928a85...@lusfiber.net>>
Content-Type: text/plain; charset=utf-8

Glad to hear you can get the info you need, sorry to hear the suggestion 
doesn?t work.

I?d say this is bug worthy.

Regards,
Adrien

On Jan 19, 2019, at 5:53 AM, Deva - 
mailto:pobox.d...@outlook.in><mailto:pobox.d...@outlook.in>>
 wrote:

Adrien,

Thanks for the pointer on how to figure the font associated with a symbol. Yes, 
I now see the names of all fonts for the various rupee symbols (including 
Helvetica).

However, when I edit the default stylesheet to use any of the the available 
rupee symbol fonts (I tried a couple of them - there were too many to try all 
of them), the tax invoice report still doesn?t show the symbol.

So for now, I am afraid I have to stick with the text version of the symbol.

Cheers.

On 18-Jan-2019, at 10:30 PM, 
gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org><mailto:gnucash-user-requ...@gnucash.org><mailt

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-24 Thread Adrien Monteleone
Update:

It seems you *can* control them just for Mail.

Edit > Substitutions > Smart Quotes. (or show Substitutions and then 
select/unselect)

Let's see if that worked "". Yep, looks like it. Checking my system-wide 
preferences shows them still enabled but they rendered correctly here. Now I'll 
turn it back on for Mail... “”! (note, the menu preference is only available 
with a message window open for editing.)

Regards,
Adrien


> On Jan 24, 2019, at 11:10 PM, John Ralls  wrote:
> 
> Adriene,
> 
> That's "smart-quotes". Unfortunately there's no control in Mail to disable 
> it, not even setting plain text works. It can be disabled globally in System 
> Preferences>Keyboard>Text and I think separately in TextEdit and Pages.
> 
> Regards,
> John Ralls

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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-24 Thread Adrien Monteleone
Yep, figured as much. I was hoping it was just a replacement table. I generally 
prefer them for non-technical writing, but I probably need standard quotes 
more. I probably didn’t notice it before because my editor of choice at the 
moment is Atom which doesn’t auto-correct them. (so the setting is either not 
global, or Atom doesn’t hook into that service, thankfully) I can just as 
easily get proper quotes by using opt-[ and opt-], so I’m going to turn them 
off.

Thanks.

Regards,
Adrien

> On Jan 24, 2019, at 11:10 PM, John Ralls  wrote:
> 
> Adriene,
> 
> That's "smart-quotes". Unfortunately there's no control in Mail to disable 
> it, not even setting plain text works. It can be disabled globally in System 
> Preferences>Keyboard>Text and I think separately in TextEdit and Pages.
> 
> Regards,
> John Ralls
> 
>> On Jan 24, 2019, at 5:44 PM, Adrien Monteleone 
>>  wrote:
>> 
>> Good catch! (my font is too small to notice easily)
>> 
>> Sometimes I hate autocorrect. It isn’t intelligent enough to comprehend that 
>> when composing in plain-text, I probably want the literal characters I 
>> typed, not substitutions. (technically, I guess this *is* still plain text) 
>> I have mine set to replace quotes with their proper versions. I guess I’ll 
>> have to train my fingers to use proper quotes on my 3rd level keys instead 
>> or else use autocorrect to replace those with their alternate versions.
>> 
>> So yes, if the font name contains spaces, it must be enclosed in quotes 
>> (single or double) - the kind you get by using the key (most likely) to the 
>> immediate left of the enter/return key. (on U.S. or International 
>> keyboards)—that is, ascii 34 or 39, html entity  or .
>> 
>> Now on that point to anyone reading this thread and trying to copy/paste my 
>> sample rules - DON’T! They won’t work. You’ll need to type proper quotes in 
>> place of mine.
>> 
>> Regards,
>> Adrien
>> 
>>> On Jan 24, 2019, at 4:56 PM, Fred Bone  wrote:
>>> 
>>> On Thursday, January 24, 2019 at 7:14, Adrien Monteleone said:
>>> 
 Place the following in the Embedded CSS section of the Notes tab under the
 invoice’s options:
 
 
 * {font: “name of font"; }
 
 
 This will change the font on the entire invoice. It should then render the
 INR currency symbol. If the font name has spaces, you must enclose it in
 “”.
>>> 
>>> NO!!!
>>> 
>>> You must enclose it in "".
>>> 
>>> 
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> If you are using Nabble or Gmane, please see 
>>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>> 
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> 


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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-24 Thread John Ralls
Adriene,

That's "smart-quotes". Unfortunately there's no control in Mail to disable it, 
not even setting plain text works. It can be disabled globally in System 
Preferences>Keyboard>Text and I think separately in TextEdit and Pages.

Regards,
John Ralls

> On Jan 24, 2019, at 5:44 PM, Adrien Monteleone 
>  wrote:
> 
> Good catch! (my font is too small to notice easily)
> 
> Sometimes I hate autocorrect. It isn’t intelligent enough to comprehend that 
> when composing in plain-text, I probably want the literal characters I typed, 
> not substitutions. (technically, I guess this *is* still plain text) I have 
> mine set to replace quotes with their proper versions. I guess I’ll have to 
> train my fingers to use proper quotes on my 3rd level keys instead or else 
> use autocorrect to replace those with their alternate versions.
> 
> So yes, if the font name contains spaces, it must be enclosed in quotes 
> (single or double) - the kind you get by using the key (most likely) to the 
> immediate left of the enter/return key. (on U.S. or International 
> keyboards)—that is, ascii 34 or 39, html entity  or .
> 
> Now on that point to anyone reading this thread and trying to copy/paste my 
> sample rules - DON’T! They won’t work. You’ll need to type proper quotes in 
> place of mine.
> 
> Regards,
> Adrien
> 
>> On Jan 24, 2019, at 4:56 PM, Fred Bone  wrote:
>> 
>> On Thursday, January 24, 2019 at 7:14, Adrien Monteleone said:
>> 
>>> Place the following in the Embedded CSS section of the Notes tab under the
>>> invoice’s options:
>>> 
>>> 
>>> * {font: “name of font"; }
>>> 
>>> 
>>> This will change the font on the entire invoice. It should then render the
>>> INR currency symbol. If the font name has spaces, you must enclose it in
>>> “”.
>> 
>> NO!!!
>> 
>> You must enclose it in "".
>> 
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-24 Thread Fred Bone
On Thursday, January 24, 2019 at 7:14, Adrien Monteleone said:

> Place the following in the Embedded CSS section of the Notes tab under the
> invoice’s options:
> 
> 
>  * {font: “name of font"; }
> 
> 
> This will change the font on the entire invoice. It should then render the
> INR currency symbol. If the font name has spaces, you must enclose it in
> “”.

NO!!!

You must enclose it in "".


___
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-24 Thread Adrien Monteleone
Place the following in the Embedded CSS section of the Notes tab under the 
invoice’s options:


* {font: “name of font"; }


This will change the font on the entire invoice. It should then render the INR 
currency symbol. If the font name has spaces, you must enclose it in “”.

If you only want to affect the header and actual invoice table (and not the 
notes section) use this:


table {font: “name of font"; }


Note, that you can also specify a different font size, style (like bold and/or 
italics) and even color like so:


* {font: “Arial" 1.5em bold italics; color: blue; }


(an ‘em’ is a relative unit for font sizes. 1 ‘em’ is 100% of whatever the base 
style was. Or you can use px or pt such as 16px or 16pt if you prefer.)

If you want to target only cells with currency values this *might* work:


table.entries td > nobr:first-child { font: “name of font"; }


Also note, I don’t see a way to edit this permanently so you’d have to insert 
it for every invoice. (perhaps saving the report config and then specifying a 
different invoice number might do the trick) Otherwise, you’d have to edit 
taxinvoice.css but that will get overwritten when you update Gnucash to the 
next version.

Hope that helps.

Regards,
Adrien

> On Jan 19, 2019, at 7:25 AM, Deva -  wrote:
> 
> Adrien,
> 
> I am happy to raise a bug, but after reading all responses on this issue, 
> perhaps it’s not a bug even.
> 
> Geert and you pointed out that the report can be changed using CSS styling, 
> so someone with that know-how may be able to get what they want. I am ok with 
> the workaround for now.
> 
> Besides, if I recall correctly, Christopher also mentioned that since Tax 
> Invoice report is eguile-based, it’s unlikely to be maintained. I am not even 
> sure what eguile is, but I seem to like the presentation, flexibility and 
> layout of both the balance sheet and tax invoice reports. So it’s unfortunate 
> that the eguile reports may be going away soon.
> 
> Cheers.
> 
> On 19-Jan-2019, at 6:38 PM, 
> mailto:gnucash-user-requ...@gnucash.org>> 
> mailto:gnucash-user-requ...@gnucash.org>> 
> wrote:
> 
> Date: Sat, 19 Jan 2019 06:25:38 -0600
> From: Adrien Monteleone 
> mailto:adrien.montele...@lusfiber.net>>
> To: "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org>" 
> mailto:gnucash-user@gnucash.org>>
> Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
> report
> Message-ID: 
> <14328ebb-6e35-4081-b534-92a928a85...@lusfiber.net<mailto:14328ebb-6e35-4081-b534-92a928a85...@lusfiber.net>>
> Content-Type: text/plain; charset=utf-8
> 
> Glad to hear you can get the info you need, sorry to hear the suggestion 
> doesn?t work.
> 
> I?d say this is bug worthy.
> 
> Regards,
> Adrien
> 
> On Jan 19, 2019, at 5:53 AM, Deva - 
> mailto:pobox.d...@outlook.in>> wrote:
> 
> Adrien,
> 
> Thanks for the pointer on how to figure the font associated with a symbol. 
> Yes, I now see the names of all fonts for the various rupee symbols 
> (including Helvetica).
> 
> However, when I edit the default stylesheet to use any of the the available 
> rupee symbol fonts (I tried a couple of them - there were too many to try all 
> of them), the tax invoice report still doesn?t show the symbol.
> 
> So for now, I am afraid I have to stick with the text version of the symbol.
> 
> Cheers.
> 
> On 18-Jan-2019, at 10:30 PM, 
> gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org><mailto:gnucash-user-requ...@gnucash.org>
>  wrote:
> 
> Date: Fri, 18 Jan 2019 08:25:54 -0600
> From: Adrien Monteleone 
> mailto:adrien.montele...@lusfiber.net><mailto:adrien.montele...@lusfiber.net>>
> To: 
> "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org><mailto:gnucash-user@gnucash.org>"
>  
> mailto:gnucash-user@gnucash.org><mailto:gnucash-user@gnucash.org>>
> Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
> report
> Message-ID: 
> mailto:b2a1446e-3d35-4cde-acde-6bd5ce65f...@lusfiber.net><mailto:b2a1446e-3d35-4cde-acde-6bd5ce65f...@lusfiber.net>>
> Content-Type: text/plain; charset=utf-8
> 
> In Character Viewer, look up the rupee symbol via a search. Click the glyph 
> for it in the middle pane. You?ll then see a list of font variations on the 
> bottom right. As you click each one, at the top right you?ll get an enlarged 
> version and just below that, you?ll see the name of the font it belongs to.
> 
> Regards,
> Adrien
> 
> On Jan 18, 2019, at 6:06 AM, Deva - 
> mailto:pobox.d...@outlook.in><mailto:pobox.d...@outlook.in>>
>  wrote:
> 
>

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-19 Thread Deva -
Adrien,

I am happy to raise a bug, but after reading all responses on this issue, 
perhaps it’s not a bug even.

Geert and you pointed out that the report can be changed using CSS styling, so 
someone with that know-how may be able to get what they want. I am ok with the 
workaround for now.

Besides, if I recall correctly, Christopher also mentioned that since Tax 
Invoice report is eguile-based, it’s unlikely to be maintained. I am not even 
sure what eguile is, but I seem to like the presentation, flexibility and 
layout of both the balance sheet and tax invoice reports. So it’s unfortunate 
that the eguile reports may be going away soon.

Cheers.

On 19-Jan-2019, at 6:38 PM, 
mailto:gnucash-user-requ...@gnucash.org>> 
mailto:gnucash-user-requ...@gnucash.org>> 
wrote:

Date: Sat, 19 Jan 2019 06:25:38 -0600
From: Adrien Monteleone 
mailto:adrien.montele...@lusfiber.net>>
To: "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org>" 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
report
Message-ID: 
<14328ebb-6e35-4081-b534-92a928a85...@lusfiber.net<mailto:14328ebb-6e35-4081-b534-92a928a85...@lusfiber.net>>
Content-Type: text/plain; charset=utf-8

Glad to hear you can get the info you need, sorry to hear the suggestion 
doesn?t work.

I?d say this is bug worthy.

Regards,
Adrien

On Jan 19, 2019, at 5:53 AM, Deva - 
mailto:pobox.d...@outlook.in>> wrote:

Adrien,

Thanks for the pointer on how to figure the font associated with a symbol. Yes, 
I now see the names of all fonts for the various rupee symbols (including 
Helvetica).

However, when I edit the default stylesheet to use any of the the available 
rupee symbol fonts (I tried a couple of them - there were too many to try all 
of them), the tax invoice report still doesn?t show the symbol.

So for now, I am afraid I have to stick with the text version of the symbol.

Cheers.

On 18-Jan-2019, at 10:30 PM, 
gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org><mailto:gnucash-user-requ...@gnucash.org>
 wrote:

Date: Fri, 18 Jan 2019 08:25:54 -0600
From: Adrien Monteleone 
mailto:adrien.montele...@lusfiber.net><mailto:adrien.montele...@lusfiber.net>>
To: 
"gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org><mailto:gnucash-user@gnucash.org>"
 
mailto:gnucash-user@gnucash.org><mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
report
Message-ID: 
mailto:b2a1446e-3d35-4cde-acde-6bd5ce65f...@lusfiber.net><mailto:b2a1446e-3d35-4cde-acde-6bd5ce65f...@lusfiber.net>>
Content-Type: text/plain; charset=utf-8

In Character Viewer, look up the rupee symbol via a search. Click the glyph for 
it in the middle pane. You?ll then see a list of font variations on the bottom 
right. As you click each one, at the top right you?ll get an enlarged version 
and just below that, you?ll see the name of the font it belongs to.

Regards,
Adrien

On Jan 18, 2019, at 6:06 AM, Deva - 
mailto:pobox.d...@outlook.in><mailto:pobox.d...@outlook.in>>
 wrote:

Geert is probably right.

As I mentioned in my previous post, I did try to change the default stylesheet 
fonts to a few commonly used fonts in documents (Arial/Helvetica/MS Sans 
Serif), but rupee symbol didn?t come up for any of them.

I can see from the character viewer on my Mac that there are a number of 
variations of the rupee symbol available, but I can?t figure out which font is 
used on each of those variations. So for the time being I have changed the 
symbol to text (INR) in the currency editor.

Cheers.



___
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-19 Thread Deva -
Thanks for the clarification, Geert.

I’m afraid I am not familiar with CSS styling, so I will just use the 
workaround for now.

Cheers.

> On 19-Jan-2019, at 6:07 PM, Geert Janssens  wrote:
> 
> Op zaterdag 19 januari 2019 12:53:10 CET schreef Deva -:
>> Adrien,
>> 
>> Thanks for the pointer on how to figure the font associated with a symbol.
>> Yes, I now see the names of all fonts for the various rupee symbols
>> (including Helvetica).
> 
>> However, when I edit the default stylesheet to use any of the the available
>> rupee symbol fonts (I tried a couple of them - there were too many to try
>> all of them), the tax invoice report still doesn’t show the symbol.
> 
>> So for now, I am afraid I have to stick with the text version of the
>> symbol.
> 
> Allow me to point out that the tax invoice is not affected by changes in the 
> default style sheet at all as far as I know.
> 
> It uses css styling, not the stylesheet editor built-in into gnucash. So to 
> test changes of font you will have to add a font property to the css for that 
> report. The easiest way is as Adrien suggested in an earlier reply via the 
> report's option dialog. On the Notes tab you can add custom css snippets.
> 
> I don't know off-hand what an appropriate snippet would look like in this 
> particular case. Perhaps someone else could provide that.
> 
> Regards,
> 
> Geert
> 
> 

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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-19 Thread Geert Janssens
Op zaterdag 19 januari 2019 12:53:10 CET schreef Deva -:
> Adrien,
> 
> Thanks for the pointer on how to figure the font associated with a symbol.
> Yes, I now see the names of all fonts for the various rupee symbols
> (including Helvetica).
 
> However, when I edit the default stylesheet to use any of the the available
> rupee symbol fonts (I tried a couple of them - there were too many to try
> all of them), the tax invoice report still doesn’t show the symbol.
 
> So for now, I am afraid I have to stick with the text version of the
> symbol.
 
Allow me to point out that the tax invoice is not affected by changes in the 
default style sheet at all as far as I know.

It uses css styling, not the stylesheet editor built-in into gnucash. So to 
test changes of font you will have to add a font property to the css for that 
report. The easiest way is as Adrien suggested in an earlier reply via the 
report's option dialog. On the Notes tab you can add custom css snippets.

I don't know off-hand what an appropriate snippet would look like in this 
particular case. Perhaps someone else could provide that.

Regards,

Geert


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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-19 Thread Adrien Monteleone
Glad to hear you can get the info you need, sorry to hear the suggestion 
doesn’t work.

I’d say this is bug worthy.

Regards,
Adrien

> On Jan 19, 2019, at 5:53 AM, Deva -  wrote:
> 
> Adrien,
> 
> Thanks for the pointer on how to figure the font associated with a symbol. 
> Yes, I now see the names of all fonts for the various rupee symbols 
> (including Helvetica).
> 
> However, when I edit the default stylesheet to use any of the the available 
> rupee symbol fonts (I tried a couple of them - there were too many to try all 
> of them), the tax invoice report still doesn’t show the symbol.
> 
> So for now, I am afraid I have to stick with the text version of the symbol.
> 
> Cheers.
> 
> On 18-Jan-2019, at 10:30 PM, 
> gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org> 
> wrote:
> 
> Date: Fri, 18 Jan 2019 08:25:54 -0600
> From: Adrien Monteleone 
> mailto:adrien.montele...@lusfiber.net>>
> To: "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org>" 
> mailto:gnucash-user@gnucash.org>>
> Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
> report
> Message-ID: 
> mailto:b2a1446e-3d35-4cde-acde-6bd5ce65f...@lusfiber.net>>
> Content-Type: text/plain; charset=utf-8
> 
> In Character Viewer, look up the rupee symbol via a search. Click the glyph 
> for it in the middle pane. You?ll then see a list of font variations on the 
> bottom right. As you click each one, at the top right you?ll get an enlarged 
> version and just below that, you?ll see the name of the font it belongs to.
> 
> Regards,
> Adrien
> 
> On Jan 18, 2019, at 6:06 AM, Deva - 
> mailto:pobox.d...@outlook.in>> wrote:
> 
> Geert is probably right.
> 
> As I mentioned in my previous post, I did try to change the default 
> stylesheet fonts to a few commonly used fonts in documents 
> (Arial/Helvetica/MS Sans Serif), but rupee symbol didn?t come up for any of 
> them.
> 
> I can see from the character viewer on my Mac that there are a number of 
> variations of the rupee symbol available, but I can?t figure out which font 
> is used on each of those variations. So for the time being I have changed the 
> symbol to text (INR) in the currency editor.
> 
> Cheers.
> 
> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.


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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-19 Thread Deva -
Adrien,

Thanks for the pointer on how to figure the font associated with a symbol. Yes, 
I now see the names of all fonts for the various rupee symbols (including 
Helvetica).

However, when I edit the default stylesheet to use any of the the available 
rupee symbol fonts (I tried a couple of them - there were too many to try all 
of them), the tax invoice report still doesn’t show the symbol.

So for now, I am afraid I have to stick with the text version of the symbol.

Cheers.

On 18-Jan-2019, at 10:30 PM, 
gnucash-user-requ...@gnucash.org<mailto:gnucash-user-requ...@gnucash.org> wrote:

Date: Fri, 18 Jan 2019 08:25:54 -0600
From: Adrien Monteleone 
mailto:adrien.montele...@lusfiber.net>>
To: "gnucash-user@gnucash.org<mailto:gnucash-user@gnucash.org>" 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice
report
Message-ID: 
mailto:b2a1446e-3d35-4cde-acde-6bd5ce65f...@lusfiber.net>>
Content-Type: text/plain; charset=utf-8

In Character Viewer, look up the rupee symbol via a search. Click the glyph for 
it in the middle pane. You?ll then see a list of font variations on the bottom 
right. As you click each one, at the top right you?ll get an enlarged version 
and just below that, you?ll see the name of the font it belongs to.

Regards,
Adrien

On Jan 18, 2019, at 6:06 AM, Deva - 
mailto:pobox.d...@outlook.in>> wrote:

Geert is probably right.

As I mentioned in my previous post, I did try to change the default stylesheet 
fonts to a few commonly used fonts in documents (Arial/Helvetica/MS Sans 
Serif), but rupee symbol didn?t come up for any of them.

I can see from the character viewer on my Mac that there are a number of 
variations of the rupee symbol available, but I can?t figure out which font is 
used on each of those variations. So for the time being I have changed the 
symbol to text (INR) in the currency editor.

Cheers.



___
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-18 Thread Adrien Monteleone
In Character Viewer, look up the rupee symbol via a search. Click the glyph for 
it in the middle pane. You’ll then see a list of font variations on the bottom 
right. As you click each one, at the top right you’ll get an enlarged version 
and just below that, you’ll see the name of the font it belongs to.

Regards,
Adrien

> On Jan 18, 2019, at 6:06 AM, Deva -  wrote:
> 
> Geert is probably right.
> 
> As I mentioned in my previous post, I did try to change the default 
> stylesheet fonts to a few commonly used fonts in documents 
> (Arial/Helvetica/MS Sans Serif), but rupee symbol didn’t come up for any of 
> them.
> 
> I can see from the character viewer on my Mac that there are a number of 
> variations of the rupee symbol available, but I can’t figure out which font 
> is used on each of those variations. So for the time being I have changed the 
> symbol to text (INR) in the currency editor.
> 
> Cheers.


___
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-18 Thread Deva -
Geert is probably right.

As I mentioned in my previous post, I did try to change the default stylesheet 
fonts to a few commonly used fonts in documents (Arial/Helvetica/MS Sans 
Serif), but rupee symbol didn’t come up for any of them.

I can see from the character viewer on my Mac that there are a number of 
variations of the rupee symbol available, but I can’t figure out which font is 
used on each of those variations. So for the time being I have changed the 
symbol to text (INR) in the currency editor.

Cheers.

> On 18-Jan-2019, at 4:21 PM, Geert Janssens  wrote:
> 
> Op donderdag 17 januari 2019 15:49:26 CET schreef David T. via gnucash-user:
>> Not that I am an expert on these issues, but your observation suggests that
>> the font that the Tax Invoice uses lacks a valid INR symbol. I believe
>> there are style sheets for that report which can be used to change the font
>> and remedy the problem (provided the newly-selected font has a Rupee
>> symbol).
> The other possible issue is that the eguile  based reports (like the Tax 
> Invoice one) may not be handling non-ascii characters properly.
> 
> That would be a problem with the code and not something the end user could 
> remedy unfortunately.
> 
> Regards,
> 
> Geert
> 
> 

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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-18 Thread Geert Janssens
Op donderdag 17 januari 2019 15:49:26 CET schreef David T. via gnucash-user:
> Not that I am an expert on these issues, but your observation suggests that
> the font that the Tax Invoice uses lacks a valid INR symbol. I believe
> there are style sheets for that report which can be used to change the font
> and remedy the problem (provided the newly-selected font has a Rupee
> symbol).
The other possible issue is that the eguile  based reports (like the Tax 
Invoice one) may not be handling non-ascii characters properly.

That would be a problem with the code and not something the end user could 
remedy unfortunately.

Regards,

Geert


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


Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-17 Thread Adrien Monteleone
You can assign a stylesheet to the Tax Invoice in options. (it uses the Default 
stylesheet, by default)

So via Edit > Stylesheets you can either specify a different font for the 
Default stylesheet that contains the symbol, or add a new stylesheet just for 
the Tax Invoice. If you’re changing fonts on Default, you can do so just for 
Numbers if you like. (leaving the rest of the fonts assignments alone)

I also noticed that the Tax Invoice options contain a Custom Css block.

You might instead be able to change the font just for numbers there if you can 
find the class you need to target. (probably open the invoice in a browser and 
use the built-in inspector) This method would allow you to always get the Rupee 
symbol no matter what stylesheet is selected.

Regards,
Adrien

> On Jan 17, 2019, at 8:49 AM, David T. via gnucash-user 
>  wrote:
> 
> Not that I am an expert on these issues, but your observation suggests that 
> the font that the Tax Invoice uses lacks a valid INR symbol. I believe there 
> are style sheets for that report which can be used to change the font and 
> remedy the problem (provided the newly-selected font has a Rupee symbol).
> 
> David T.
> 
>> On Jan 17, 2019, at 6:20 PM, Deva -  wrote:
>> 
>> Thanks Christopher.
>> 
>> Went back and tried the Printable/Easy/Fancy invoice reports and the 
>> currency symbol shows up fine on those reports. So it’s only the Tax Invoice 
>> report that has a problem.
>> 
>> My preference still remains the Tax Invoice report because it allows me to 
>> change column headings. For instance, I have renamed the column header for 
>> “Action” on my report to “SAC” because this is the place I capture the GST 
>> related code that’s mandatory in our invoice. Since Printable/Easy/Fancy 
>> invoices don’t allow me change column headers, I have to use Tax Invoice for 
>> now.
>> 
>> However, following up on the wiki links in Frank’s mail further, I 
>> overlooked an aspect in the second wiki, where it says I can set the 
>> currency symbol to any text I want in the security/currency editor. So I 
>> went into that currency editor and changed the rupee symbol to just text - 
>> INR. Now instead of the symbol, it shows the text INR for all amounts on the 
>> invoice. I can work with this for now, but the problem remains a puzzle.
>> 
>> Only flip side is, now even my account tree page shows INR instead of the 
>> rupee symbol and takes up more column space. I kinda liked the symbol 
>> display, but alas we live to fight the battle another day!
>> 
>> Thank you all for your help. Much appreciated.
>> 
>> Cheers.
>> 
>> On 16-Jan-2019, at 8:22 PM, Christopher Lam 
>> mailto:christopher@gmail.com>> wrote:
>> 
>> 
>> This seems to be the eguile-based "tax invoice" report.
>> 
>> Perhaps you can try the other "Printable/Easy/Fancy Invoice" reports and let 
>> us know?
>> 
>> With MacOS it'll be very difficult to investigate this; usually we'd 
>> advocate 'bisecting' i.e. try various releases until the exact breaking one 
>> is found, but I'm not sure this is feasible with MacOS.
>> 
>> Sorry, and good luck.
>> 
>> On 15/1/19 8:58 pm, Deva - wrote:
>> 
>> Hello,
>> 
>> I am on GnuCash 3.4, Mac OS 10.13.6 (High Sierra).
>> 
>> Please see attached for a sample invoice I generate out of GnuCash based on 
>> the Tax Invoice report (sensitive data has been masked). Today was the first 
>> time I tried to run this report from GnuCash 3.4 and I noticed that the INR 
>> currency symbol is showing up as a missing symbol icon.
>> 
>> Any suggestions on how to fix this?
>> 
>> I tried turning off the display of currency symbol in the report via 
>> Edit->Report Options, but didn’t see anything to that effect.
>> 
>> Cheers,
>> Deva
>> 
>> 
>> 
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-17 Thread David T. via gnucash-user
Not that I am an expert on these issues, but your observation suggests that the 
font that the Tax Invoice uses lacks a valid INR symbol. I believe there are 
style sheets for that report which can be used to change the font and remedy 
the problem (provided the newly-selected font has a Rupee symbol).

David T.

> On Jan 17, 2019, at 6:20 PM, Deva -  wrote:
> 
> Thanks Christopher.
> 
> Went back and tried the Printable/Easy/Fancy invoice reports and the currency 
> symbol shows up fine on those reports. So it’s only the Tax Invoice report 
> that has a problem.
> 
> My preference still remains the Tax Invoice report because it allows me to 
> change column headings. For instance, I have renamed the column header for 
> “Action” on my report to “SAC” because this is the place I capture the GST 
> related code that’s mandatory in our invoice. Since Printable/Easy/Fancy 
> invoices don’t allow me change column headers, I have to use Tax Invoice for 
> now.
> 
> However, following up on the wiki links in Frank’s mail further, I overlooked 
> an aspect in the second wiki, where it says I can set the currency symbol to 
> any text I want in the security/currency editor. So I went into that currency 
> editor and changed the rupee symbol to just text - INR. Now instead of the 
> symbol, it shows the text INR for all amounts on the invoice. I can work with 
> this for now, but the problem remains a puzzle.
> 
> Only flip side is, now even my account tree page shows INR instead of the 
> rupee symbol and takes up more column space. I kinda liked the symbol 
> display, but alas we live to fight the battle another day!
> 
> Thank you all for your help. Much appreciated.
> 
> Cheers.
> 
> On 16-Jan-2019, at 8:22 PM, Christopher Lam 
> mailto:christopher@gmail.com>> wrote:
> 
> 
> This seems to be the eguile-based "tax invoice" report.
> 
> Perhaps you can try the other "Printable/Easy/Fancy Invoice" reports and let 
> us know?
> 
> With MacOS it'll be very difficult to investigate this; usually we'd advocate 
> 'bisecting' i.e. try various releases until the exact breaking one is found, 
> but I'm not sure this is feasible with MacOS.
> 
> Sorry, and good luck.
> 
> On 15/1/19 8:58 pm, Deva - wrote:
> 
> Hello,
> 
> I am on GnuCash 3.4, Mac OS 10.13.6 (High Sierra).
> 
> Please see attached for a sample invoice I generate out of GnuCash based on 
> the Tax Invoice report (sensitive data has been masked). Today was the first 
> time I tried to run this report from GnuCash 3.4 and I noticed that the INR 
> currency symbol is showing up as a missing symbol icon.
> 
> Any suggestions on how to fix this?
> 
> I tried turning off the display of currency symbol in the report via 
> Edit->Report Options, but didn’t see anything to that effect.
> 
> Cheers,
> Deva
> 
> 
> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-17 Thread Deva -
Thanks Christopher.

Went back and tried the Printable/Easy/Fancy invoice reports and the currency 
symbol shows up fine on those reports. So it’s only the Tax Invoice report that 
has a problem.

My preference still remains the Tax Invoice report because it allows me to 
change column headings. For instance, I have renamed the column header for 
“Action” on my report to “SAC” because this is the place I capture the GST 
related code that’s mandatory in our invoice. Since Printable/Easy/Fancy 
invoices don’t allow me change column headers, I have to use Tax Invoice for 
now.

However, following up on the wiki links in Frank’s mail further, I overlooked 
an aspect in the second wiki, where it says I can set the currency symbol to 
any text I want in the security/currency editor. So I went into that currency 
editor and changed the rupee symbol to just text - INR. Now instead of the 
symbol, it shows the text INR for all amounts on the invoice. I can work with 
this for now, but the problem remains a puzzle.

Only flip side is, now even my account tree page shows INR instead of the rupee 
symbol and takes up more column space. I kinda liked the symbol display, but 
alas we live to fight the battle another day!

Thank you all for your help. Much appreciated.

Cheers.

On 16-Jan-2019, at 8:22 PM, Christopher Lam 
mailto:christopher@gmail.com>> wrote:


This seems to be the eguile-based "tax invoice" report.

Perhaps you can try the other "Printable/Easy/Fancy Invoice" reports and let us 
know?

With MacOS it'll be very difficult to investigate this; usually we'd advocate 
'bisecting' i.e. try various releases until the exact breaking one is found, 
but I'm not sure this is feasible with MacOS.

Sorry, and good luck.

On 15/1/19 8:58 pm, Deva - wrote:

Hello,

I am on GnuCash 3.4, Mac OS 10.13.6 (High Sierra).

Please see attached for a sample invoice I generate out of GnuCash based on the 
Tax Invoice report (sensitive data has been masked). Today was the first time I 
tried to run this report from GnuCash 3.4 and I noticed that the INR currency 
symbol is showing up as a missing symbol icon.

Any suggestions on how to fix this?

I tried turning off the display of currency symbol in the report via 
Edit->Report Options, but didn’t see anything to that effect.

Cheers,
Deva




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

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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-16 Thread Adrien Monteleone
You can have multiple versions installed at once, they just either have to be 
installed in different locations, or if you want them all in /Applications, 
they each need to have different names. (can’t have two files with the same 
name in any directory) An easy choice would be to append the version number 
before the “.app” in “Gnucash.app”.

The more important consideration is making sure to work with backup copies of 
the data and don’t touch the original until it is sorted out.

Regards,
Adrien

> On Jan 16, 2019, at 8:52 AM, Christopher Lam  
> wrote:
> 
> This seems to be the eguile-based "tax invoice" report.
> 
> Perhaps you can try the other "Printable/Easy/Fancy Invoice" reports and let 
> us know?
> 
> With MacOS it'll be very difficult to investigate this; usually we'd advocate 
> 'bisecting' i.e. try various releases until the exact breaking one is found, 
> but I'm not sure this is feasible with MacOS.
> 
> Sorry, and good luck.
> 


___
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-16 Thread Christopher Lam

This seems to be the eguile-based "tax invoice" report.

Perhaps you can try the other "Printable/Easy/Fancy Invoice" reports and 
let us know?


With MacOS it'll be very difficult to investigate this; usually we'd 
advocate 'bisecting' i.e. try various releases until the exact breaking 
one is found, but I'm not sure this is feasible with MacOS.


Sorry, and good luck.

On 15/1/19 8:58 pm, Deva - wrote:

Hello,

I am on GnuCash 3.4, Mac OS 10.13.6 (High Sierra).

Please see attached for a sample invoice I generate out of GnuCash based on the 
Tax Invoice report (sensitive data has been masked). Today was the first time I 
tried to run this report from GnuCash 3.4 and I noticed that the INR currency 
symbol is showing up as a missing symbol icon.

Any suggestions on how to fix this?

I tried turning off the display of currency symbol in the report via 
Edit->Report Options, but didn’t see anything to that effect.

Cheers,
Deva

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

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

Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report

2019-01-16 Thread Deva -
Thank you for your response, Frank.

When I look at the “Default” stylesheet, Arial is the default font. When I look 
at the Character Viewer on my Mac, I can see that the INR (rupee) symbol is 
available, though I couldn’t figure out what font that is.

This was not a problem until 3.3, so I am not sure how to fix this in 3.4.

I tried changing the default stylesheet’s font to Helvetica/MS Sans Serif, but 
it still doesn’t show the report with proper symbol for INR.

Following your other wiki instructions, I then looked at Tools->Security Editor 
to check if the currency symbol is there and everything looks ok on that screen 
(see attached screenshot). I can see the currency editor shows the proper 
symbol for INR (rupee).

Also note that this is only a problem in reports. The currency symbol is 
showing fine on the main account tree page.

Please let me know if there’s anything else I can try.

Cheers.

[cid:0133440E-F5D0-4450-BC47-65D732752428@Belkin]
On 15-Jan-2019, at 7:38 PM, Frank H. Ellenberger 
mailto:frank.h.ellenber...@gmail.com>> wrote:

Hi Deva,

Am 15.01.19 um 13:58 schrieb Deva -:
Hello,

I am on GnuCash 3.4, Mac OS 10.13.6 (High Sierra).

Please see attached for a sample invoice I generate out of GnuCash based on the 
Tax Invoice report (sensitive data has been masked). Today was the first time I 
tried to run this report from GnuCash 3.4 and I noticed that the INR currency 
symbol is showing up as a missing symbol icon.

Any suggestions on how to fix this?

You need (to install and) use a font, wich contains the symbol. See
https://wiki.gnucash.org/wiki/FAQ#Q:_How_get_I_rid_of_strange_unreadable_characters_or_adjust_the_font_size

I tried turning off the display of currency symbol in the report via 
Edit->Report Options, but didn’t see anything to that effect.

At least you should be able to use something else, see
https://wiki.gnucash.org/wiki/FAQ#Q:_I_dislike_some_of_the_new_currency_symbols_of_GnuCash_2.6

Cheers,
Deva

Cheers
Frank


___
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] Currency symbol (INR) not showing on Tax Invoice report

2019-01-15 Thread Frank H. Ellenberger
Hi Deva,

Am 15.01.19 um 13:58 schrieb Deva -:
> Hello,
> 
> I am on GnuCash 3.4, Mac OS 10.13.6 (High Sierra).
> 
> Please see attached for a sample invoice I generate out of GnuCash based on 
> the Tax Invoice report (sensitive data has been masked). Today was the first 
> time I tried to run this report from GnuCash 3.4 and I noticed that the INR 
> currency symbol is showing up as a missing symbol icon.
> 
> Any suggestions on how to fix this?

You need (to install and) use a font, wich contains the symbol. See
https://wiki.gnucash.org/wiki/FAQ#Q:_How_get_I_rid_of_strange_unreadable_characters_or_adjust_the_font_size

> I tried turning off the display of currency symbol in the report via 
> Edit->Report Options, but didn’t see anything to that effect.

At least you should be able to use something else, see
https://wiki.gnucash.org/wiki/FAQ#Q:_I_dislike_some_of_the_new_currency_symbols_of_GnuCash_2.6

> Cheers,
> Deva

Cheers
Frank

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