If I remember correctly, when I made my own module to grab US EE Bond
prices, in order for GnuCash to allow my module to be used, I had to add
it to the MODULES list in Quote.pm. I'm working on a Mac, so your path
might differ, but for me it's in /Library/Perl/5.30/Finance. I added a
line betwe
Thanks for the suggestion but the TMX module is already listed in Quote.pm.
It existed before I started so there must be some other way GnuCash decides
whether a module is available for use or not... I just don't know how.
Thanks again,
Gord
On Sat, Nov 12, 2022 at 7:20 AM Ken Farley wrote:
>
There's a pair of hard-coded structures at
https://github.com/Gnucash/gnucash/blob/e30c1fce70c04fab4507ac869351165b0d70ae48/libgnucash/engine/gnc-commodity.c#L177
that lists the sources that GnuCash knows about; anything not in one of those
two shows up in the third "unknown" list. The lists wer
Yeah I just messed about a bit with my install of GnuCash (v4.12) and
Toronto Stock Exchange is grayed out.
I looked at the module and the only thing I changed was that there was a
reference to TSX.pm in the header. I changed it to TMX.pm, then ran the
quoting update script provided with GnuCa
I am running Linux Fedora 36.
I am running GnuCash 4.12 (2022-09-24)
My main currency is USD (US dollars).
I am using Trading Accounts.
I had a meal in Colombia with a friend.
I paid for everything with a credit card,
and the friend gave me pesos for their part.
If I enter the two parts as two se
Thank you very much, that worked!!
I'm not sure how this is going to be dealt with if/when the repaired
version of the TMX module is approved.
Gord
On Sat, Nov 12, 2022 at 11:07 AM john wrote:
> There's a pair of hard-coded structures at
> https://github.com/Gnucash/gnucash/blob/e30c1fce70c04f
Only if you fix it in your PR. Otherwise GnuCash needs to be updated to look
for tmx instead of tsx.
Regards,
John Ralls
> On Nov 12, 2022, at 2:23 PM, gnu Gord wrote:
>
> Thank you very much, that worked!!
> I'm not sure how this is going to be dealt with if/when the repaired version
> of t