Re: [GNC] 5.5-1 crashing on macOS 14.3

2024-03-07 Thread john
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

Re: [GNC] Defining Keyboard shortcuts for Menu Functions

2024-03-07 Thread Jean L
You have a typo in your second line (missing > after Primary). I don't know whether that screws up the import of the file, or if the typo is only in your email, but that could be the reason it's not working? Jean On 3/7/2024 5:02 PM, Lincoln A Baxter wrote: Thanks Jean... I tried this as

Re: [GNC] Defining Keyboard shortcuts for Menu Functions

2024-03-07 Thread Lincoln A Baxter
Thanks Jean... I tried this as follows (while GC was not running): ; control-shift-c for csv import: (gtk_accel_path "/gnc-plugin-csv-import- actions/CsvImportTransAction" "c") ; control-shift-o for Ofx import: (gtk_accel_path "/gnc-plugin-ofx-actions/OfxImportAction" "o")

Re: [GNC] Bill total does not match real total

2024-03-07 Thread Stan Brown (using GC 4.14)
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

Re: [GNC] Bill total does not match real total

2024-03-07 Thread Kalpesh Patel
I remember EBCDIC being used heavily during mid '80's on Fortran punch cards... -Original Message- From: Fred Tydeman Sent: Thursday, March 07, 2024 10:08 AM To: stepbystepf...@comcast.net Cc: gnucash-user@gnucash.org Subject: Re: [GNC] Bill total does not match real total Actually,

Re: [GNC] Error Retrieving Gold Price for Price Database

2024-03-07 Thread Kalpesh Patel
Oh! XAU symbol is indeed named Gold in Currencies name space which seems ... -Original Message- From: Kalpesh Patel Sent: Thursday, March 07, 2024 11:44 AM To: 'Damon Hudac' Cc: 'gnucash-user@gnucash.org' Subject: RE: [GNC] Error Retrieving Gold Price for Price Database I don't

Re: [GNC] Error Retrieving Gold Price for Price Database

2024-03-07 Thread Kalpesh Patel
I don't believe GNC by default contains Gold in the currency namespace. It is likely added. For Yahoo purposes thus yahoo_json, XAU or Philadelphia Gold and Silver Index is an index at Nasdaq so query would require caret ('^') prefix so the symbol is '^XAU' (without quotes). For Gold spot

Re: [GNC] 5.5-1 crashing on macOS 14.3

2024-03-07 Thread john
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

[GNC] Recording Vertical Spread Options

2024-03-07 Thread Grace
Hello, Does anyone know if recording vertical spread options is the same as recording stock? if not, what is the process of recording vertical spread options? Grace -- This email has been checked for viruses by Avast antivirus software. www.avast.com

Re: [GNC] Bill total does not match real total

2024-03-07 Thread Fred Tydeman
Actually, DFP (decimal floating point) has been part of gcc since 2005. DFP is now part of standard C (C23). DFP was first proposed for C in 2003 N1016 01-Sep-2003 Mak, Extension for the programming language C to support decimal

Re: [GNC] Bill total does not match real total

2024-03-07 Thread Alan Johnson via gnucash-user
It may not wholly be a GNC problem, but a vendor software problem. 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. Entering

Re: [GNC] Bill total does not match real total

2024-03-07 Thread Michael or Penny Novack
On 3/6/2024 12:49 PM, Carl Linkletter via gnucash-user wrote: OK, Found the bug. The problem is that the tax is totaled up using sub-penny calculations. That causes a 1.004 + 1.004 to equal 2.008 which is then rounded to 2.01. Each line should be rounded to the penny first, then rounded up.