Re: [GNC] Compare two sets of accounts?

2024-01-27 Thread Liz
On Fri, 19 Jan 2024 10:23:05 -0700 Simon Roberts wrote: > Is this not a feature that would find fairly widespread use? Indeed, > is it not a feature that might facilitate easier use of the software > and encourage wider adoption? I can see a point, but I don't encourage my accountants to send

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread Stan Brown (using GC 4.14)
On 2024-01-21 17:04, Myron A Schroeder wrote: > when I used the icon to > call up GNUCash, the data file was vacant. A search on the the hard drive > found it and the data was displayed as usual. Neat. Or, in the File menu, click one of the recently-used files in the numbered list. Stan Brown

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread Myron A Schroeder
Thank you Micheal and David for your clear answers. I tried the addition of –nofile to the icon. The first time it did nothing and when I looked at the properties I saw the nofile was not saved. On the second trial I clicked the Apply, then Continue and when I used the icon to call up GNUCash,

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread David Cousens
Myron The same strategy can be used to create additional icons which open GnuCash with a specific datafile. Copy the icons as Michael suggested (one for each datafile) and edit them put in a URI to the specific datafile instead of the --nofile option. Give it a name reflecting that it opens

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread Michael or Penny Novack
On 1/21/2024 11:05 AM, Myron A Schroeder wrote: Where do I find the " --nofile runtime parameter." Looks like an interesting way to have more than one set of books on my computer. What operating system are you using? Perhaps as much to the point, if you are getting to gnucash by a "shortcut"

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread Adrien Monteleone
And on MacOS, you have to use the full path into the app package, so assuming you installed in the system Applications directory: /Applications/Gnucash.app/Contents/MacOS/Gnucash --nofile would be the full command. Regards, Adrien On 1/21/24 10:17 AM, Fred Tydeman wrote: On Linux, on the

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread Patrick James
lt;mailto:gmccol...@gyleshomes.com> email > > > > ____ > > From: gnucash-user on > > behalf of Simon Roberts > > Sent: Friday, January 19, 2024 8:50 AM > > To: Gnucash Users > > Subject: [GNC] Compare two sets

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread Fred Tydeman
On Linux, on the command line: gnucash --nofile On Sun, Jan 21, 2024 at 8:06 AM Myron A Schroeder wrote: > Where do I find the " --nofile runtime parameter." > > ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription

Re: [GNC] Compare two sets of accounts?

2024-01-21 Thread Myron A Schroeder
> Gyle McCollam > > gmccol...@live.com<mailto:gmccol...@gyleshomes.com> email > > > From: gnucash-user on > behalf of Simon Roberts > Sent: Friday, January 19, 2024 8:50 AM > To: Gnucash Users > Subject: [GNC] Compar

Re: [GNC] Compare two sets of accounts?

2024-01-20 Thread Simon Roberts
Gosh, many ideas, thank you. I will run some experiments to see if one of these is easier/harder or more/less effective than others, but clearly there are possibilities. Many thanks everyone for all the time and thought you've put into these suggestions, it's much appreciated. Cheers, Simon On

Re: [GNC] Compare two sets of accounts?

2024-01-20 Thread Kalpesh Patel
Unix diff utility would be very handy to compare csv files... Make use of -i -E -Z -b -w -B and -c options. -Original Message- From: Adrien Monteleone Sent: Friday, January 19, 2024 8:00 PM To: gnucash-u...@lists.gnucash.org Subject: Re: [GNC] Compare two sets of accounts? Along

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Chris Skudder
2024 06:50:29 -0700 From: Simon Roberts To: Gnucash Users Subject: [GNC] Compare two sets of accounts? Message-ID: Hi all, Does GNC provide any mechanism for comparing two versions of the same set of accounts? I'll be sending my books to my accountant soon, and I imagine they will have some

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Adrien Monteleone
Along with the idea of exporting your present book via CSV, when you get back the file from the accountant, export that book as CSV too. Then do a diff on the CSV files. Those should be less messy to read than the XML. You could then take the diff results as a CSV and import them. Regards,

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Patrick James
t; - > From: gnucash-user on > behalf of Patrick James > Sent: Friday, January 19, 2024 12:24 PM > To: Gnucash Users > Subject: Re: [GNC] Compare two sets of accounts? > > One option might be to use the data log files, informa

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Gyle McCollam
anuary 19, 2024 12:24 PM To: Gnucash Users Subject: Re: [GNC] Compare two sets of accounts? One option might be to use the data log files, information in 2.5.2 here: https://code.gnucash.org/docs/C/gnucash-guide/basics-backup1.html I have not played around with those much, but I suspect you

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread David Cousens
___ 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

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Glenn Fowler
Just pointing out that you can increase the default list of 4 most recently opened books to 10: https://wiki.gnucash.org/wiki/FAQ#Q:_I_have_deleted_a_gnucash_file_from_my_computer._How_can_I_remove_that_file_from_the_File_menu.27s_short_list_.28MRU.29_as_well.3F On Fri, Jan 19, 2024 at 12:00 PM

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Stan Brown (using GC 4.14)
le. >> >> Thank You, >> >> *Gyle McCollam* >> >> Gyle McCollam >> >> gmccol...@live.comemail >> -- >> *From:* gnucash-user >> on behalf of Simon Roberts >> *Sent:* Friday, January 19, 2024

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Patrick James
One option might be to use the data log files, information in 2.5.2 here: https://code.gnucash.org/docs/C/gnucash-guide/basics-backup1.html I have not played around with those much, but I suspect you could backup your master set of books (3-2-1 backup strategy might be used here), and then make

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Simon Roberts
ry 19, 2024 8:50 AM > *To:* Gnucash Users > *Subject:* [GNC] Compare two sets of accounts? > > Hi all, > > Does GNC provide any mechanism for comparing two versions of the same set > of accounts? > > I'll be sending my books to my accountant soon, and I imagine they will >

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Michael or Penny Novack
Just make sure that after you save a copy (B4A) that you aren't using that file going forward as GC usually opens the last saved file. Unless you have "told" gnucash not to. Those of us who are keeping multiple sets of books (f0r multiple entities) can make like easier by using the

Re: [GNC] Compare two sets of accounts?

2024-01-19 Thread Gyle McCollam
McCollam gmccol...@live.com<mailto:gmccol...@gyleshomes.com> email From: gnucash-user on behalf of Simon Roberts Sent: Friday, January 19, 2024 8:50 AM To: Gnucash Users Subject: [GNC] Compare two sets of accounts? Hi all, Does GNC provi

[GNC] Compare two sets of accounts?

2024-01-19 Thread Simon Roberts
Hi all, Does GNC provide any mechanism for comparing two versions of the same set of accounts? I'll be sending my books to my accountant soon, and I imagine they will have some corrections/adjustments. I'll be giving them a laptop with GNC installed, so they can most easily browse, and it occurs