Re: [GNC] defining key strokes

2023-04-09 Thread Larry Baldwin
Located the GUID, enabled and assigned "r" hotkey. >From a register window, the hotkey will not display the Saved Reports >Configuration window, but if I select the Reports menu item with mouse and >then invoke the hotkey the Account Report menu item is highlighted for >selection. Working

Re: [GNC] Input validation issue on investment accounts when changing number format.

2023-04-09 Thread Murugan Muruganandam
hi John number format in portugal is 1.234,56 so i think you typed it in reverse on fractional shares, please go the security editor and check if the security allows fractions Then check the account property check if smallest fraction is selected as Use Commodity Value Saludos Cordiales

Re: [GNC] defining key strokes

2023-04-09 Thread Murugan Muruganandam
hi Larry for reports GNU uses GUID for the direction. in your case it will be 4d3dcdc8890b11df99dd94cddfd72085 search this in the accelerator map file and enable it by deleting the preceding semi colon and assigning a key for other reports, please refer the below link

Re: [GNC] Input validation issue on investment accounts when changing number format.

2023-04-09 Thread David H
You don't have decimal places set to zero or perhaps smallest fraction set to 1 for that account ? Cheers David H. On Mon, 10 Apr 2023 at 12:13, S. John Banner via gnucash-user < gnucash-user@gnucash.org> wrote: > I recently moved countries from the Netherlands (which uses a number > format

Re: [GNC] defining key strokes

2023-04-09 Thread David H
Haha yes I've just found the same result using Murugan's suggestion to try cd "/Users//Library/Application Support/GnuCash" that and cd "/Users//Library/Application Support/Gnucash" end up in the exact same folder. Cheers David H. On Mon, 10 Apr 2023 at 12:28, Ken Farley wrote: > Turns out

Re: [GNC] defining key strokes

2023-04-09 Thread Ken Farley
Turns out MacOS shows directories with specific cases, but if you cd down one with different case characters it kind of does an "alias on the fly". If I cd using "GNUCASH" or "GNUcash" or whatever mix of characters I chose (i.e. "GnUcAsH") it will cd into the directory just fine and spit back

Re: [GNC] defining key strokes

2023-04-09 Thread Larry Baldwin
Very helpful message(s) on defining keystrokes, as I now have a keystroke setup to expand/ show the splits on a transaction versus selecting the icon via trackpad. I have a number of reports I reference throughout a session and wondering if its possible to setup a keystroke to activate the

[GNC] Input validation issue on investment accounts when changing number format.

2023-04-09 Thread S. John Banner via gnucash-user
I recently moved countries from the Netherlands (which uses a number format like "1.234,56") to Portugal (which uses a number format like "1,234.56"), and for completeness, at the same time I moved from a Windows PC to a Mac M1. Everything seems to have moved over just fine, I can use the

Re: [GNC] defining key strokes

2023-04-09 Thread Murugan Muruganandam
David use the terminal to move to the folder cd "/Users//Library/Application Support/GnuCash" or cd /Users//Library/Application\ Support/GnuCash you will find the directory and the accelerator map there. good luck Saludos Cordiales Murugan From: David H

Re: [GNC] Balance Forecast End Date

2023-04-09 Thread Adrien Monteleone
You can select a specific date, but that's about it. Regards, Adrien On 4/9/23 1:11 PM, Tom Veik wrote: I have a question about the dates used for Balance Forecast. Start Date allows me to use today, that works well for me.  But for End Date, I'd like to use Today + 2 months.  The selections

Re: [GNC] defining key strokes

2023-04-09 Thread David H
Hi Murugan, I've got a whole folder with all the required files in it and like I said it seemed to work with 4.13 and below :-) I also tried copying the /Gnucash folder to .../GnuCash in Finder but got an error as it said it already exists. I couldn't see it in the terminal however even with

Re: [GNC] defining key strokes

2023-04-09 Thread Ken Farley
So did the directory specification change for 4.14 and/or 5.0? I swear my customizations are in ~/Library/Application Support/Gnucash No capital "C" in there. This is copied directly from my shell window, not transcribed by me. Strange. ___

Re: [GNC] defining key strokes

2023-04-09 Thread Murugan Muruganandam
David the Directory is /Users//Library/Application Support/GnuCash (C in Caps) the accelerator map file is present there. Possibly during the reinstall it got overwritten, if you have a copy of your earlier accelerator map , place the file in the directory and restart. i have cheked both

Re: [GNC] defining key strokes

2023-04-09 Thread Ken Farley
I'm still running 4.13 on MacOS, haven't updated yet. I, too notice when I check the "About" settings, I see GnuCash in the directory specifications, but the actual directory on the file system ends with "Gnucash", in other words, no "GnuCash". I don't really use key mappings, but do have

Re: [GNC] defining key strokes

2023-04-09 Thread David H
To be honest I've been wondering why I've lost a few shortcut keys on both macOS and Win 10/11 using version 5.0 and I think they were also missing in 4.14 when I installed that version first. I have shortcut keys on the View Menu set as follows - Basic Ledger = b , Auto-Split Ledger = s ,

[GNC] Balance Forecast End Date

2023-04-09 Thread Tom Veik
I have a question about the dates used for Balance Forecast. Start Date allows me to use today, that works well for me.  But for End Date, I'd like to use Today + 2 months.  The selections available don't allow that. Are there any options available that would allow me to add an item to that

Re: [GNC] defining key strokes

2023-04-09 Thread Murugan Muruganandam
You need to edit the file C:\Users\User\AppData\Roaming\GnuCash\accelerator-map go to the QIFImportAction line Remove the semi colon before the line Add the key stroke in quotes as below (gtk_accel_path "/gnc-plugin-qif-import-actions/QIFImportAction" "l") restart GNUCash and you should see

Re: [GNC] Command line quotes still not fixed

2023-04-09 Thread Stan Brown
On 2023-04-09 08:04, Geert Janssens wrote: > Op zondag 9 april 2023 16:22:42 CEST schreef David G. Pickett: >> As it should never have occurred, and should not be a warning, it is a (low >> priority) bug report, not an enhancement. Assume everything is good but >> validate inputs before using,

[GNC] defining key strokes

2023-04-09 Thread Ze'ev Ionis
Is there a wiki page or help page explaining how to define keystrokes? I used to use ctrl-I to import QFX/OFX files, but that's not working in the current release (5.0) and I can't find the original page I used to set that up! Windows 11. Thanks! Ze'ev Ionis

Re: [GNC] Command line quotes still not fixed

2023-04-09 Thread Geert Janssens
Op zondag 9 april 2023 16:22:42 CEST schreef David G. Pickett: > As it should never have occurred, and should not be a warning, it is a (low > priority) bug report, not an enhancement. Assume everything is good but > validate inputs before using, leads to simpler, cleaner code. The code > should

Re: [GNC] Find not working in Gnucash for Windows 5.0

2023-04-09 Thread Adrien Monteleone
Thanks for letting us know! Regards, Adrien On 4/8/23 8:03 AM, Tute Terner wrote: Adrien's answer was spot on! Thank you Adrien. It is not a bug, but my misuse. The matter is resolved. ___ gnucash-user mailing list gnucash-user@gnucash.org To

Re: [GNC] Command line quotes still not fixed

2023-04-09 Thread David G. Pickett via gnucash-user
As it should never have occurred, and should not be a warning, it is a (low priority) bug report, not an enhancement.  Assume everything is good but validate inputs before using, leads to simpler, cleaner code.  The code should complain about the key when it has occasion to use it, not as a

[GNC] Find not working in Gnucash for Windows 5.0

2023-04-09 Thread Tute Terner
Adrien's answer was spot on! Thank you Adrien. It is not a bug, but my misuse. The matter is resolved. /On 04/07/2023 11:46 AM Adrien Monteleone lusfiber.net > wrote: />//>//>/Do the splits *that match the open account register* have

Re: [GNC] Command line quotes still not fixed

2023-04-09 Thread Geert Janssens
What you get is not an error but a warning. In your case it's superfluous because as you say you don't have currency rate quotes. So it adds some noise for you but should otherwise work (barring the other bugs we're fixing in the online quote retrieval area). However for users that would have

Re: [GNC] Assign as payment does nothing

2023-04-09 Thread Geert Janssens
Hi Tom, Please file this as a bug report as well, to avoid this from getting lost on the mailing list. Thank you and regards, Geert Op zaterdag 8 april 2023 15:24:16 CEST schreef Tom Weichmann: > Note: after having this issue I decided to go to GNUCash 4.14, however I > noticed 4.14 has the