Re: [GNC] Importing Reports into LO Calc

2024-03-08 Thread Adrien Monteleone
Abe, next time, please start a new thread by sending a new message to 
the list rather than replying to someone else's.


As for how to get reports into Calc, I usually copy/paste, but you can 
also just 'open' the exported report, or you can 'insert sheet from 
file' into an existing workbook. (again, choosing the exported report) 
When exporting, it probably wouldn't hurt to use an .html filename 
extension.


I have in a few reports seen some alignment issues, but that was due to 
special padding used by that particular report rather than a cleaner 
HTML. I think I filed a bug on it.


Otherwise, I've had no issues bringing them into Calc.

Regards,
Adrien

On 3/8/24 1:45 PM, Abe Sternberg wrote:
After a long hiatus from GnuCash and preparing reports, I find that I am 
back in that business.  The good news is that I am good to go on getting 
my reports structured the way I want. The bad news is that now I can't 
figure out how to import the HTML report into Calc.  I have tried 
everything I can think of, including cutting and pasting.


The error is that some fields are imported in a different colored font, 
this seems to be limited to numeric fields.  I have another situation 
where totals in a table do not cross-foot - they are not equal when 
adding row totals across and column totals going down.


I had this correct, but have forgotten what to do.


___
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] Maddening!!!!!!!!

2024-03-08 Thread Jack Slater
Oh ok. Happy to. I guess I was expecting a 5.51 or something to
differentiate the releases.

On Fri, Mar 8, 2024 at 4:09 PM David H  wrote:

> Jack,
>
> John Ralls released an updated version of 5.5 on 21 Feb -
> https://lists.gnucash.org/pipermail/gnucash-user/2024-February/110886.html
> - I assume if you re-download the Windows version at Gncash.org you will
> pick it up ?
>
> Cheers David H.
>
> On Sat, 9 Mar 2024 at 04:57, Jack Slater  wrote:
>
>> Revisiting the bug log (after another rogue transaction and crash today)
>> and I see John's notes about fixing but I'm guessing it's not in 5.5?
>> That's what I'm running and all I see on the web site.
>>
>> On Thu, Feb 8, 2024 at 11:12 AM Patrick James > >
>> wrote:
>>
>> > Save, Exit, and Reload will clear the rouge transactions.
>> >
>> >
>> > > On 02/08/2024 8:54 AM PST Jack Slater  wrote:
>> > >
>> > >
>> > > Anything coming soon to fix this?
>> > >
>> > > On Thu, Jan 25, 2024 at 12:26 PM Patrick James <
>> > patrickjame...@comcast.net mailto:patrickjame...@comcast.net> wrote:
>> > >
>> > > > This is bug 799093, and John Ralls has not asked additional
>> questions
>> > after I was able to reliably reproduce (part of) the issue, so,
>> hopefully,
>> > there is sufficient information to find the bug.
>> > > >
>> > > > https://bugs.gnucash.org/show_bug.cgi?id=799093
>> > > >
>> > > > s 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.
>> >
>> ___
>> 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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread Tom Teixeira
I did end up making time to investigate today, and the problem ended up 
being just one fund that no longer works with YahooWeb. This particular 
fund is a "stable value" fund so checking the value is somewhat 
superfluous. As it turns out, it does with with AlphaVantage.


Again, thanks to David Reiser for the information to explicitly specify 
x86_64 architecture when running on Apple silicon.


On 3/8/24 3:25 PM, Tom Teixeira wrote:
Thanks for the suggestion. I won't have time today to investigate, but 
will do some targeted debugging, either by removing stocks from my 
list to update, or by creating a new Gnucash file with only one stock.



On 3/8/24 2:51 PM, David Reiser wrote:
We are now into my mental weeds as far as real knowledge goes, but I 
have had some success at thrashing around to fix self-induced perl 
challenges.


Since the error happens on both architectures, that suggests 
something is missing. I think YahooWeb is relatively recent in the 
F::Q realm. And F::Q hasn’t managed dependency declarations as well 
as I’d like.


The error complains about a ‘row method’. YahooWeb 
uses HTML::TableExtract which might be the source of the row 
information. Try installing the appropriate arch version 
of HTML::TableExtract on each machine and see if that works.

--
Dave Reiser
dbrei...@icloud.com





On Mar 8, 2024, at 1:03 PM, Tom Teixeira  
wrote:


I spoke too soon: while getting an individual quote with gnucash-cli 
works:


/Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli --quotes 
dump yahooweb MSFT


Application Path 
/Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli

Finance::Quote fields GnuCash uses:
    symbol: MSFT    <=== required
  date: 03/08/2024  <=== recommended
  currency: USD <=== required
  last: 407.16  <=\
   nav: <=== one of these
 price: <=/

trying to "Get Quotes" in my "Price Database" does not. I get a 
dialog box with


Price retrieval failed: Unrecognized Finance::Quote Error: Can't 
call method "rows" on an undefined value at 
/Library/Perl/5.34/Finance/Quote/YahooWeb.pm line 101.


I have another, Intel-based Mac. After upgrading this to Sonoma 14.4 
release version, and re-installing Finance::Quote, it gets the same 
error.



___
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] Maddening!!!!!!!!

2024-03-08 Thread David H
Jack,

John Ralls released an updated version of 5.5 on 21 Feb -
https://lists.gnucash.org/pipermail/gnucash-user/2024-February/110886.html
- I assume if you re-download the Windows version at Gncash.org you will
pick it up ?

Cheers David H.

On Sat, 9 Mar 2024 at 04:57, Jack Slater  wrote:

> Revisiting the bug log (after another rogue transaction and crash today)
> and I see John's notes about fixing but I'm guessing it's not in 5.5?
> That's what I'm running and all I see on the web site.
>
> On Thu, Feb 8, 2024 at 11:12 AM Patrick James 
> wrote:
>
> > Save, Exit, and Reload will clear the rouge transactions.
> >
> >
> > > On 02/08/2024 8:54 AM PST Jack Slater  wrote:
> > >
> > >
> > > Anything coming soon to fix this?
> > >
> > > On Thu, Jan 25, 2024 at 12:26 PM Patrick James <
> > patrickjame...@comcast.net mailto:patrickjame...@comcast.net> wrote:
> > >
> > > > This is bug 799093, and John Ralls has not asked additional questions
> > after I was able to reliably reproduce (part of) the issue, so,
> hopefully,
> > there is sufficient information to find the bug.
> > > >
> > > > https://bugs.gnucash.org/show_bug.cgi?id=799093
> > > >
> > > > s 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.
> >
> ___
> 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.


[GNC] Separating tax years for payments in next year

2024-03-08 Thread David G. Pickett via gnucash-user
I recently created ExpenseAccounts/Taxes/FederalEven and 
ExpenseAccounts/Taxes/FederalOdd to allow me to get a meaningful report on 
estimated tax and various tax withholding.  The payments in Jan 2024 for 2023 
estimated and later for 2-23 tax due do not clutter the reports on 2024 tax 
year, and the 2022 items do not get into the 2023 report.  Is there a better 
way to deal with this?
___
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 Will Not Open Book After Changing Books (Bug 645216)

2024-03-08 Thread David H
Eric,

Are you sure you haven't got a more recent backup?  I have multiple backups
(currently 77 - e.g. .gnucash.20240208183810.gnucash) in
the folder where my usual gnucash data file lives from the last time I
opened it - you should be able to open the one with the most recent date
and time stamp in the name and then save as you LLC file proper. .  It
seems you are opening this file directly in the cloud - I've never been a
fan of that ? I always copy my file to my local pc (1 of about 5 running
Win10/11, Ubuntu, MacOS) using FreeFileSync before I open it and then copy
it back when I'm done which works well for me.  Hope you can get it sorted.

Cheers David H.


On Fri, 8 Mar 2024 at 23:59, Eric H. Bowen via gnucash-user <
gnucash-user@gnucash.org> wrote:

> I use two separate GnuCash books, one for my personal funds and another
> for my LLC. These files are saved on a cloud drive and I access them
> from a few different computers. Some of the computers run Windows 10,
> while some run Ubuntu Studio 22.04 LTS. The computer on which this first
> happened was running Windows 10 and GnuCash 5.4+ with sqlite backend,
> but all computers are now responding the same way.
>
> The day before yesterday I was updating and making some entries in the
> book for my LLC; GnuCash was working normally. Then, with the work
> completed, I attempted to switch from the LLC book to my personal book.
> However, apparently the file was still open on a remote computer because
> I received the error message that the .lock file could not be received.
> I elected to close the file and exit GnuCash. Well and good. When I got
> home that evening I closed the open instance of GnuCash running the
> personal book. Well and good.
>
> This morning I reopened the personal book and it opened and operated
> normally. Okay so far. Then, I closed it and attempted to open the book
> for the LLC. It would not open; I got a pop-up error message reading,
> "GnuCash could not complete a critical test for the presence of a bug in
> the "libdi" library. This may be caused by a permissions
> misconfiguration of your SQL database. Please see
> https://bugs.gnucash.org/show_bug.cgi?id=645216 for more information."
>
> I went to the bug tracker website, found the entry, and attempted to
> follow the procedure which others said worked for them, of making a copy
> of the GnuCash file and opening/closing it. However, the copied file(s)
> were also corrupt and would not open. I do have a backup, but it's a few
> weeks old and I'd have to reconstruct the invoices and bills since then.
> Not a major undertaking, but if possible I'd like to recover this file.
> The personal book, by the way, continues to work perfectly. Thanks for
> any assistanceEric.
>
>
> ___
> 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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread Tom Teixeira
Thanks for the suggestion. I won't have time today to investigate, but 
will do some targeted debugging, either by removing stocks from my list 
to update, or by creating a new Gnucash file with only one stock.



On 3/8/24 2:51 PM, David Reiser wrote:
We are now into my mental weeds as far as real knowledge goes, but I 
have had some success at thrashing around to fix self-induced perl 
challenges.


Since the error happens on both architectures, that suggests something 
is missing. I think YahooWeb is relatively recent in the F::Q realm. 
And F::Q hasn’t managed dependency declarations as well as I’d like.


The error complains about a ‘row method’. YahooWeb 
uses HTML::TableExtract which might be the source of the row 
information. Try installing the appropriate arch version 
of HTML::TableExtract on each machine and see if that works.

--
Dave Reiser
dbrei...@icloud.com





On Mar 8, 2024, at 1:03 PM, Tom Teixeira  
wrote:


I spoke too soon: while getting an individual quote with gnucash-cli 
works:


/Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli --quotes 
dump yahooweb MSFT


Application Path /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli
Finance::Quote fields GnuCash uses:
    symbol: MSFT    <=== required
  date: 03/08/2024  <=== recommended
  currency: USD <=== required
  last: 407.16  <=\
   nav: <=== one of these
 price: <=/

trying to "Get Quotes" in my "Price Database" does not. I get a 
dialog box with


Price retrieval failed: Unrecognized Finance::Quote Error: Can't call 
method "rows" on an undefined value at 
/Library/Perl/5.34/Finance/Quote/YahooWeb.pm line 101.


I have another, Intel-based Mac. After upgrading this to Sonoma 14.4 
release version, and re-installing Finance::Quote, it gets the same 
error.



___
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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread David Reiser via gnucash-user
We are now into my mental weeds as far as real knowledge goes, but I have had 
some success at thrashing around to fix self-induced perl challenges.

Since the error happens on both architectures, that suggests something is 
missing. I think YahooWeb is relatively recent in the F::Q realm. And F::Q 
hasn’t managed dependency declarations as well as I’d like. 

The error complains about a ‘row method’. YahooWeb uses HTML::TableExtract 
which might be the source of the row information. Try installing the 
appropriate arch version of HTML::TableExtract on each machine and see if that 
works.
--
Dave Reiser
dbrei...@icloud.com





> On Mar 8, 2024, at 1:03 PM, Tom Teixeira  wrote:
> 
> I spoke too soon: while getting an individual quote with gnucash-cli works:
> 
> /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli --quotes dump 
> yahooweb MSFT
> 
> Application Path /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli
> Finance::Quote fields GnuCash uses:
> symbol: MSFT<=== required
>   date: 03/08/2024  <=== recommended
>   currency: USD <=== required
>   last: 407.16  <=\
>nav: <=== one of these
>  price: <=/
> 
> trying to "Get Quotes" in my "Price Database" does not. I get a dialog box 
> with
> 
> Price retrieval failed: Unrecognized Finance::Quote Error: Can't call method 
> "rows" on an undefined value at /Library/Perl/5.34/Finance/Quote/YahooWeb.pm 
> line 101.
> 
> I have another, Intel-based Mac. After upgrading this to Sonoma 14.4 release 
> version, and re-installing Finance::Quote, it gets the same error.
> 
___
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.


[GNC] Importing Reports into LO Calc

2024-03-08 Thread Abe Sternberg
After a long hiatus from GnuCash and preparing reports, I find that I am 
back in that business.  The good news is that I am good to go on getting 
my reports structured the way I want. The bad news is that now I can't 
figure out how to import the HTML report into Calc.  I have tried 
everything I can think of, including cutting and pasting.


The error is that some fields are imported in a different colored font, 
this seems to be limited to numeric fields.  I have another situation 
where totals in a table do not cross-foot - they are not equal when 
adding row totals across and column totals going down.


I had this correct, but have forgotten what to do.

Thanks for your help.

Abe
___
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] Maddening!!!!!!!!

2024-03-08 Thread Jack Slater
Revisiting the bug log (after another rogue transaction and crash today)
and I see John's notes about fixing but I'm guessing it's not in 5.5?
That's what I'm running and all I see on the web site.

On Thu, Feb 8, 2024 at 11:12 AM Patrick James 
wrote:

> Save, Exit, and Reload will clear the rouge transactions.
>
>
> > On 02/08/2024 8:54 AM PST Jack Slater  wrote:
> >
> >
> > Anything coming soon to fix this?
> >
> > On Thu, Jan 25, 2024 at 12:26 PM Patrick James <
> patrickjame...@comcast.net mailto:patrickjame...@comcast.net> wrote:
> >
> > > This is bug 799093, and John Ralls has not asked additional questions
> after I was able to reliably reproduce (part of) the issue, so, hopefully,
> there is sufficient information to find the bug.
> > >
> > > https://bugs.gnucash.org/show_bug.cgi?id=799093
> > >
> > > s 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.
>
___
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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread Tom Teixeira

I spoke too soon: while getting an individual quote with gnucash-cli works:

/Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli --quotes dump 
yahooweb MSFT


Application Path /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli
Finance::Quote fields GnuCash uses:
    symbol: MSFT    <=== required
  date: 03/08/2024  <=== recommended
  currency: USD <=== required
  last: 407.16  <=\
   nav: <=== one of these
 price: <=/

trying to "Get Quotes" in my "Price Database" does not. I get a dialog 
box with


Price retrieval failed: Unrecognized Finance::Quote Error: Can't call 
method "rows" on an undefined value at 
/Library/Perl/5.34/Finance/Quote/YahooWeb.pm line 101.


I have another, Intel-based Mac. After upgrading this to Sonoma 14.4 
release version, and re-installing Finance::Quote, it gets the same error.



___
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] Setting font sizes in reports (specifically in Transaction Report)

2024-03-08 Thread Adrien Monteleone

Chris,

Once again, look into Edit > Stylesheets.

For the record, I'm using defaults, and the  is 12pt 
bold and the  lines are 10pt normal weight. The total lines 
match the .


Regards,
Adrien

On 3/8/24 3:41 AM, Chris Green wrote:

Maybe I have set something somwhere without knowing it but the font
sizes for headings in the Transaction Report seem odd to me.

Each account is shown as follows:-

 


...
...
 Total for 


The oddity is that the  uses the same font size as
the list of transactions below it.  The 'Total For '
is in a large, bold, typeface which makes sense.

The  at the top of each account needs to be in at
least the same size as the 'Total For ' at the bottom.

Have I configured something somewhere that has lost the large size for
the heading and/or is there an easy way to change this please.

I'd prefer something that will fix things every time I create a new
transaction report rather than having to edit every report after
creating it.


___
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] Bill total does not match real total

2024-03-08 Thread Stan Brown (using GC 4.14)


On 2024-03-08 08:27, Alan Johnson wrote:
> Please refer to the attachments. One is the Amazon invoice for an order.
>  This order is for Florida with a 7.5% sales tax. 
> 
> It contains 3 items, 4.99, 34.99, and 7.99.  
> 
> This subtotals to 47.97. 
> 
> 47.97 *.075 = 3.5955 according to my handy calculator.  
> 
> Amazon charged me $3.59 for sales tax. 
> 
> Gnucash calculated the sales tax (through the Vender -> bill interface
> at 3.60.  
> 
> An adjustment was required to make the gnucash entry match the actual
> bill from the vendor.  (-.01 to sales tax).  

Thank you for providing specifics. That's helpful.

By the way, either your calculator or mine has a problem. I get $47.97
subtotal as you do, but my TI-84 Plus CE computes .075 times that as
3.59775, not 3.5955. That doesn't affect your main point, since either
figure rounds to $3.60.

$4.99 * 0.075 = 0.37425 --> $0.37
$34.99 * 0.075 = 2.62425 --> $2.62
$7.99 * 0.075 = 0.59925 --> $0.60

However, $0.37 + $2.62 + $0.60 = $3.59.

This is consistent with a hypothesis that Amazon computes tax on the
individual items and adds the tax amounts to get total tax. I'm sure it
doesn't do that for me (I live in California), and neither does Costco
or any other vendor I've dealt with that was large enough to use POS
software.

The first explanation that springs to mind is that Florida requires, or
at least allows, computing sales tax on individual items rather than on
the taxable total. I did a little googling and confirmed this, on page 5
of ,
which says:

"Dealers must calculate the total tax due on each sale. The tax must be
shown separately on each invoice and may be calculated on either the
combined taxable amount or the individual taxable amounts on an invoice."

I've no idea why Amazon chose the individual item method when its
invoice shows only a total tax amount, but it looks like that's what
happened. In this case, it actually saved you a penny. In any case, it
looks like Amazon is within the law of your state.

Another possibility you might consider: For that 1-cent adjustment, in
your place I just drop the price of one item by 1 cent to make
everything come out consistent with the vendor. (I'm not using tax
tables, but enter prices directly as $XX.XX*1.0825, so a one- or
two-cent difference at the end is not unusual for me.) It's a matter of
personal preference, but I don't have an Expenses:Sales Tax account and
therefore I'd have nowhere to post that tiny difference.

As for a GnuCash error, I don't see one here. GnuCash used a legally
acceptable method to calculate sales tax; it just doesn't match the
legally acceptable method that Amazon used. You could file a GnuCash
enhancement request asking for the tax tables to include "tax by item"
or "tax by subtotal". Or you could ask Florida to mandate one method or
the other, not allow both. :-)

Stan Brown
Tehachapi, CA, USA
https://BrownMath.com

> On Thu, 2024-03-07 at 10:18 -0800, Stan Brown (using GC 4.14) wrote:
>> On 2024-03-07 06:56, Alan Johnson via gnucash-user wrote:
>>> Having entered numerous bills from Amazon and Costco recently, there
>>> have been a few cases where the sales tax did not match. This required
>>> an additional line item to adjust the sales tax to make the totals
>>> match.
>>
>> I'm not quite clear on what you mean by "do not match".
>>
>> If you mean that you computed the sales tax for each taxable item, added
>> your computed tax amount, and found that the sales tax charged was
>> different, that's because in many (?most) states with sales tax, the tax
>> is computed, by law, on the total of the taxable items, not on the
>> individual items.
>>
>> Like you (if that's what you're doing), I include sales tax as part of
>> the cost of each taxable item, and then I do sometimes find that my
>> total tax is a penny more or less than the tax on the receipt. It's not
>> a "vendor software problem", but the mathematical issue that Michael
>> Novack alludes to.
>>
>> If that's not what you're doing, what exactly is not matching to what?
>>
>> Stan Brown
>> Tehachapi, CA, USA
>> https://BrownMath.com 
>> ___
>> 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] Error Retrieving Gold Price for Price Database

2024-03-08 Thread Adrien Monteleone
But XAU no longer works with Alphavantage at least. GC=F (SI=F for 
silver) works fine.


Regards,
Adrien

On 3/7/24 10:50 AM, Kalpesh Patel wrote:

Oh!

XAU symbol is indeed named Gold in Currencies name space which seems
 ...


___
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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread Tom Teixeira
Thanks. I forgot to mention I am running on M2. But after forcing x86_64 
arch for JSON::Parse, Finance::Quote was missing. Using: "sudo arch 
-arch x86_64 cpan -f Finance::Quote" fixed that.


On 3/8/24 11:47 AM, David Reiser wrote:

You could try: sudo arch -arch x86_64 cpan -f JSON::Parse

You definitely need the x86_64 version of Perl modules for use with 
gnucash on Macs with Apple silicon cpus (M1, M2, M3) because gnucash 
is running in rosetta. I think if you tried the gnc-fq-udate first, 
you may have satisfied the requirement for everything except JSON::Parse.


I my command, I’m not sure you need the “arch” without the - sign. But 
you do need the “-f” (force) instead of the plain “-i” (install) 
because you already have a version of JSON::Parse installed, and the 
installer then ignores the arch difference and says you’re OK.


--
Dave Reiser
dbrei...@icloud.com





On Mar 8, 2024, at 11:39 AM, Tom Teixeira  
wrote:


Just upgraded to MacOS 14.4 release version. I had not previously 
installed the beta version.


I'm unable to get Finance::Quote working. I updated Finance::Quote -- 
tried both gnc-fq-update found inside the Gnucash.app package, and 
also using sudo cpan -i Finance::Quote.


/Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli --quotes info
Application Path /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli
Failed to initialize Finance::Quote: missing_modules Finance::Quote 
JSON::Parse


But

sudo cpan -i JSON::Parse
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/Users/tom/.cpan/Metadata'
  Database was generated on Fri, 08 Mar 2024 15:54:09 GMT
JSON::Parse is up to date (0.62).

Any ideas?

On 3/8/24 10:56 AM, David Reiser via gnucash-user wrote:
Gnucash 5.5 and 5.4 work fine for me under MacOS 14.4 release 
version. I did have to completely reinstall the Finance::Quote and 
dependency batch (and JSON::Parse separately).

--
Dave Reiser
dbrei...@icloud.com






On Mar 8, 2024, at 12:56 AM, john  wrote:

Have any other Mac users upgraded to 14.4 and had GnuCash crash on 
them at startup? Or had it run without trouble?


Regards,
John Ralls



On Mar 7, 2024, at 17:28, john  wrote:

First of all, don't send the same email twice from different 
addresses.


GnuCash 5.5 is working perfectly well for me on macOS 14.4 Beta 
(23E5211a) from last week. The 14.4 release *should* be 
substantially the same, but I'm traveling this month with only the 
one computer so I'm not going to take any upgrades until I get 
back home, nor will I be able to build a new package until then.


If it's crashing there will be a crash report, see 
https://wiki.gnucash.org/wiki/Stack_Trace#macOS for how to find 
it. Open a bug report 
(https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones) 
and attach the crash report.


Regards,
John Ralls


On Mar 6, 2024, at 11:25, rts.trey via gnucash-user 
 wrote:


GnuCash 5.5-1 wouldn't open after OS update.
Same version ran fine on previous OS versions.
Multiple fresh download/install of new 5.5 GnuCash didn't fix.

Anything I can do to assist troubleshoot/repair the issue?

Anon20
___



___
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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread David Reiser via gnucash-user
You could try: sudo arch -arch x86_64 cpan -f JSON::Parse

You definitely need the x86_64 version of Perl modules for use with gnucash on 
Macs with Apple silicon cpus (M1, M2, M3) because gnucash is running in 
rosetta. I think if you tried the gnc-fq-udate first, you may have satisfied 
the requirement for everything except JSON::Parse.

I my command, I’m not sure you need the “arch” without the - sign. But you do 
need the “-f” (force) instead of the plain “-i” (install) because you already 
have a version of JSON::Parse installed, and the installer then ignores the 
arch difference and says you’re OK.

--
Dave Reiser
dbrei...@icloud.com





> On Mar 8, 2024, at 11:39 AM, Tom Teixeira  wrote:
> 
> Just upgraded to MacOS 14.4 release version. I had not previously installed 
> the beta version.
> 
> I'm unable to get Finance::Quote working. I updated Finance::Quote -- tried 
> both gnc-fq-update found inside the Gnucash.app package, and also using sudo 
> cpan -i Finance::Quote.
> 
> /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli --quotes info
> Application Path /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli
> Failed to initialize Finance::Quote: missing_modules Finance::Quote 
> JSON::Parse
> 
> But
> 
> sudo cpan -i JSON::Parse
> Loading internal logger. Log::Log4perl recommended for better logging
> Reading '/Users/tom/.cpan/Metadata'
>   Database was generated on Fri, 08 Mar 2024 15:54:09 GMT
> JSON::Parse is up to date (0.62).
> 
> Any ideas?
> 
> On 3/8/24 10:56 AM, David Reiser via gnucash-user wrote:
>> Gnucash 5.5 and 5.4 work fine for me under MacOS 14.4 release version. I did 
>> have to completely reinstall the Finance::Quote and dependency batch (and 
>> JSON::Parse separately).
>> --
>> Dave Reiser
>> dbrei...@icloud.com
>> 
>> 
>> 
>> 
>> 
>>> On Mar 8, 2024, at 12:56 AM, john  wrote:
>>> 
>>> Have any other Mac users upgraded to 14.4 and had GnuCash crash on them at 
>>> startup? Or had it run without trouble?
>>> 
>>> Regards,
>>> John Ralls
>>> 
>>> 
 On Mar 7, 2024, at 17:28, john  wrote:
 
 First of all, don't send the same email twice from different addresses.
 
 GnuCash 5.5 is working perfectly well for me on macOS 14.4 Beta (23E5211a) 
 from last week. The 14.4 release *should* be substantially the same, but 
 I'm traveling this month with only the one computer so I'm not going to 
 take any upgrades until I get back home, nor will I be able to build a new 
 package until then.
 
 If it's crashing there will be a crash report, see 
 https://wiki.gnucash.org/wiki/Stack_Trace#macOS for how to find it. Open a 
 bug report 
 (https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones)
  and attach the crash report.
 
 Regards,
 John Ralls
 
 
> On Mar 6, 2024, at 11:25, rts.trey via gnucash-user 
>  wrote:
> 
> GnuCash 5.5-1 wouldn't open after OS update.
> Same version ran fine on previous OS versions.
> Multiple fresh download/install of new 5.5 GnuCash didn't fix.
> 
> Anything I can do to assist troubleshoot/repair the issue?
> 
> Anon20
> ___

___
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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread Tom Teixeira
Just upgraded to MacOS 14.4 release version. I had not previously 
installed the beta version.


I'm unable to get Finance::Quote working. I updated Finance::Quote -- 
tried both gnc-fq-update found inside the Gnucash.app package, and also 
using sudo cpan -i Finance::Quote.


/Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli --quotes info
Application Path /Applications/Gnucash-5.5.app/Contents/MacOS/gnucash-cli
Failed to initialize Finance::Quote: missing_modules Finance::Quote 
JSON::Parse


But

sudo cpan -i JSON::Parse
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/Users/tom/.cpan/Metadata'
  Database was generated on Fri, 08 Mar 2024 15:54:09 GMT
JSON::Parse is up to date (0.62).

Any ideas?

On 3/8/24 10:56 AM, David Reiser via gnucash-user wrote:

Gnucash 5.5 and 5.4 work fine for me under MacOS 14.4 release version. I did 
have to completely reinstall the Finance::Quote and dependency batch (and 
JSON::Parse separately).
--
Dave Reiser
dbrei...@icloud.com






On Mar 8, 2024, at 12:56 AM, john  wrote:

Have any other Mac users upgraded to 14.4 and had GnuCash crash on them at 
startup? Or had it run without trouble?

Regards,
John Ralls



On Mar 7, 2024, at 17:28, john  wrote:

First of all, don't send the same email twice from different addresses.

GnuCash 5.5 is working perfectly well for me on macOS 14.4 Beta (23E5211a) from 
last week. The 14.4 release *should* be substantially the same, but I'm 
traveling this month with only the one computer so I'm not going to take any 
upgrades until I get back home, nor will I be able to build a new package until 
then.

If it's crashing there will be a crash report, see 
https://wiki.gnucash.org/wiki/Stack_Trace#macOS for how to find it. Open a bug 
report 
(https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones)
 and attach the crash report.

Regards,
John Ralls



On Mar 6, 2024, at 11:25, rts.trey via gnucash-user  
wrote:

GnuCash 5.5-1 wouldn't open after OS update.
Same version ran fine on previous OS versions.
Multiple fresh download/install of new 5.5 GnuCash didn't fix.

Anything I can do to assist troubleshoot/repair the issue?

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

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



___
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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread David Reiser via gnucash-user
Gnucash 5.5 and 5.4 work fine for me under MacOS 14.4 release version. I did 
have to completely reinstall the Finance::Quote and dependency batch (and 
JSON::Parse separately).
--
Dave Reiser
dbrei...@icloud.com





> On Mar 8, 2024, at 12:56 AM, john  wrote:
> 
> Have any other Mac users upgraded to 14.4 and had GnuCash crash on them at 
> startup? Or had it run without trouble?
> 
> Regards,
> John Ralls
> 
> 
>> On Mar 7, 2024, at 17:28, john  wrote:
>> 
>> First of all, don't send the same email twice from different addresses.
>> 
>> GnuCash 5.5 is working perfectly well for me on macOS 14.4 Beta (23E5211a) 
>> from last week. The 14.4 release *should* be substantially the same, but I'm 
>> traveling this month with only the one computer so I'm not going to take any 
>> upgrades until I get back home, nor will I be able to build a new package 
>> until then.
>> 
>> If it's crashing there will be a crash report, see 
>> https://wiki.gnucash.org/wiki/Stack_Trace#macOS for how to find it. Open a 
>> bug report 
>> (https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones)
>>  and attach the crash report.
>> 
>> Regards,
>> John Ralls
>> 
>> 
>>> On Mar 6, 2024, at 11:25, rts.trey via gnucash-user 
>>>  wrote:
>>> 
>>> GnuCash 5.5-1 wouldn't open after OS update.
>>> Same version ran fine on previous OS versions.
>>> Multiple fresh download/install of new 5.5 GnuCash didn't fix.
>>> 
>>> Anything I can do to assist troubleshoot/repair the issue?
>>> 
>>> Anon20
>>> ___
>>> 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.
> 
> ___
> 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.


[GNC] GnuCash Will Not Open Book After Changing Books (Bug 645216)

2024-03-08 Thread Eric H. Bowen via gnucash-user
I use two separate GnuCash books, one for my personal funds and another 
for my LLC. These files are saved on a cloud drive and I access them 
from a few different computers. Some of the computers run Windows 10, 
while some run Ubuntu Studio 22.04 LTS. The computer on which this first 
happened was running Windows 10 and GnuCash 5.4+ with sqlite backend, 
but all computers are now responding the same way.


The day before yesterday I was updating and making some entries in the 
book for my LLC; GnuCash was working normally. Then, with the work 
completed, I attempted to switch from the LLC book to my personal book. 
However, apparently the file was still open on a remote computer because 
I received the error message that the .lock file could not be received. 
I elected to close the file and exit GnuCash. Well and good. When I got 
home that evening I closed the open instance of GnuCash running the 
personal book. Well and good.


This morning I reopened the personal book and it opened and operated 
normally. Okay so far. Then, I closed it and attempted to open the book 
for the LLC. It would not open; I got a pop-up error message reading, 
"GnuCash could not complete a critical test for the presence of a bug in 
the "libdi" library. This may be caused by a permissions 
misconfiguration of your SQL database. Please see 
https://bugs.gnucash.org/show_bug.cgi?id=645216 for more information."


I went to the bug tracker website, found the entry, and attempted to 
follow the procedure which others said worked for them, of making a copy 
of the GnuCash file and opening/closing it. However, the copied file(s) 
were also corrupt and would not open. I do have a backup, but it's a few 
weeks old and I'd have to reconstruct the invoices and bills since then. 
Not a major undertaking, but if possible I'd like to recover this file. 
The personal book, by the way, continues to work perfectly. Thanks for 
any assistanceEric.



___
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] 5.5-1 crashing on macOS 14.3

2024-03-08 Thread pete hopkins
John I am running MacOS 14.4 on an intel chip with Gnucash Build 
5.5+(2023-12-16) and no crashes so far.  If I can help with diagnostics please 
let me know.

If I do hit any snags I will throw them in to aid any subsequent diagnosis.


Regards

peter hopkins
pete.hopkins...@outlook.com



On 8 Mar 2024, at 05:56, john  wrote:

Have any other Mac users upgraded to 14.4 and had GnuCash crash on them at 
startup? Or had it run without trouble?

Regards,
John Ralls


On Mar 7, 2024, at 17:28, john  wrote:

First of all, don't send the same email twice from different addresses.

GnuCash 5.5 is working perfectly well for me on macOS 14.4 Beta (23E5211a) from 
last week. The 14.4 release *should* be substantially the same, but I'm 
traveling this month with only the one computer so I'm not going to take any 
upgrades until I get back home, nor will I be able to build a new package until 
then.

If it's crashing there will be a crash report, see 
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FStack_Trace%23macOS=05%7C02%7C%7Ce67c56fd3a5f4a896e4008dc3f349b70%7C84df9e7fe9f640afb435%7C1%7C0%7C638454742375494255%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C=sFB6S6cuoA7N9gmC2a1MR9jzjdqjJvsF6yRFBsxZk4M%3D=0
 for how to find it. Open a bug report 
(https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FBugzilla%23Commenting_on_existing_bugs_or_entering_new_ones=05%7C02%7C%7Ce67c56fd3a5f4a896e4008dc3f349b70%7C84df9e7fe9f640afb435%7C1%7C0%7C638454742375503021%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C=gZcIxrTQFS4aaNiYxn5HJrIAW14GN2v2y4tA762JWQI%3D=0)
 and attach the crash report.

Regards,
John Ralls


On Mar 6, 2024, at 11:25, rts.trey via gnucash-user  
wrote:

GnuCash 5.5-1 wouldn't open after OS update.
Same version ran fine on previous OS versions.
Multiple fresh download/install of new 5.5 GnuCash didn't fix.

Anything I can do to assist troubleshoot/repair the issue?

Anon20
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user=05%7C02%7C%7Ce67c56fd3a5f4a896e4008dc3f349b70%7C84df9e7fe9f640afb435%7C1%7C0%7C638454742375508886%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C=eLiiDlUxBdsltZdeO14tVFGx1RyzUN2g4bX83H5i9l4%3D=0
-
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://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user=05%7C02%7C%7Ce67c56fd3a5f4a896e4008dc3f349b70%7C84df9e7fe9f640afb435%7C1%7C0%7C638454742375514867%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C=8vbWAZmJfDhE%2FwhjVV3VaUyReNBfRP1h%2BgkdiwKKyEo%3D=0
-
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://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user=05%7C02%7C%7Ce67c56fd3a5f4a896e4008dc3f349b70%7C84df9e7fe9f640afb435%7C1%7C0%7C638454742375519356%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C=9J0SnjoFy%2F050amnIzfTYIC3cja0u9Xd6SvGFhLTKmg%3D=0
-
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] Bill total does not match real total

2024-03-08 Thread Liz
On Wed, 6 Mar 2024 17:11:29 -0500
Michael or Penny Novack  wrote:

> FOR EXAMPLE --- many (most?) US states that have sales tax do NOT use 
> rounding if you are worrying about cents. The tax is a cent for any 
> fraction of a cent (round up the cents)
> 
> Michael D Novack

I recommend this article
https://slate.com/technology/2019/10/round-floor-software-errors-stock-market-battlefield.html
for some ideas about where rounding errors can lead.


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.


[GNC] Setting font sizes in reports (specifically in Transaction Report)

2024-03-08 Thread Chris Green
Maybe I have set something somwhere without knowing it but the font
sizes for headings in the Transaction Report seem odd to me.

Each account is shown as follows:-


   
   
   ...
   ...
Total for 


The oddity is that the  uses the same font size as
the list of transactions below it.  The 'Total For '
is in a large, bold, typeface which makes sense.

The  at the top of each account needs to be in at
least the same size as the 'Total For ' at the bottom.

Have I configured something somewhere that has lost the large size for
the heading and/or is there an easy way to change this please.

I'd prefer something that will fix things every time I create a new
transaction report rather than having to edit every report after
creating it.


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