Re: [GNC] Mac Installation (Again...?)

2018-12-04 Thread John Ralls
> On Dec 5, 2018, at 9:23 AM, Hal Vaughan wrote: > > I’ve read the recent thread about installation on the Mac and was going to > try to include this, but apparently I had already deleted them in my email > and I’m having trouble using the web interface to get to them. > > I just upgraded to

Re: [GNC] Help with Macbook

2018-12-04 Thread Adrien Monteleone
Greg, In addition to Google and Yahoo, that search filter Stephen noted should also work with DuckDuckGo, StartPage and Bing if you are more comfortable using them. Enter your desired normal search phrase after the filter text. Yes, you’ll need to ‘install’ the GnuCash.app on the Mac you intend

Re: [GNC] Help with Macbook

2018-12-04 Thread Stephen M. Butler
On 12/4/18 7:43 PM, Greg Stevens wrote: Ok, start with an apology here as I am not very tech savvy...I would love to simply browse a forum in an attempt to self solve my problem...not sure if one exists...and have never used a mail list before, so no idea how to browse/search... In addition to

[GNC] Help with Macbook

2018-12-04 Thread Greg Stevens
Ok, start with an apology here as I am not very tech savvy...I would love to simply browse a forum in an attempt to self solve my problem...not sure if one exists...and have never used a mail list before, so no idea how to browse/search... so here is my issue. I had a 2011 version Macbook Pro and

[GNC] Mac Installation (Again...?)

2018-12-04 Thread Hal Vaughan
I’ve read the recent thread about installation on the Mac and was going to try to include this, but apparently I had already deleted them in my email and I’m having trouble using the web interface to get to them. I just upgraded to MacOS Mojave 10.14.1 and downloaded the latest version of GnuCa

Re: [GNC] Working with compound interest on varying amounts

2018-12-04 Thread John Ralls
GnuCash requires Python3 for the python bindings, and in order for them to work in the bundle I’d have to add python3 to it. It’s too big to burden the 99% of users who aren’t interested in Python bindings so it’s not in the bundle. If you’re comfortable building software you can also build your

Re: [GNC] Adding custom reports

2018-12-04 Thread John Ralls
> On Dec 5, 2018, at 7:32 AM, Bill Manuel wrote: > > I am unable to add custom reports to gnucash. > I use Gnucash 3.3 updated from 2.6.19 on windows 8.1. > The custom reports and configuration pages at wiki were my guides to add > custom reports: > > https://wiki.gnucash.org/wiki/Custom_Repo

Re: [GNC] Working with compound interest on varying amounts

2018-12-04 Thread John Ralls
The API documentation is at https://code.gnucash.org/docs/MAINT . It’s for the C/C++ API but the python bindings follow that pretty closely; there’s some python-specific documentation at https://code.gnucash.org/docs/MAINT/python_bindings_page.html

Re: [GNC] Working with compound interest on varying amounts

2018-12-04 Thread Hal Vaughan
This gave me enough to tell me it’s worth it to take time to look into this. (I’ve found so many times I can spend hours or more just looking into questions on some programs only to find out I can’t do anything close to what I want or need to do.) Often I find it helps to just ask a community

Re: [GNC] Corrupted display in pop-ups

2018-12-04 Thread John Ralls
> On Dec 5, 2018, at 2:17 AM, Steve Lelievre > wrote: > > > I am getting a kind of display corruption when editing currency prices. I > have the currency price database open, on top of the main GnuCash window, and > am editing an individual currency so there is a pop-up editor on top of the

[GNC] Fwd: Credit cards gone missing

2018-12-04 Thread John Ralls
Sigh, didn’t follow my own advice. > Begin forwarded message: > > From: John Ralls > Subject: Re: [GNC] Credit cards gone missing > Date: December 5, 2018 at 7:48:34 AM GMT+9 > To: Cliff McDiarmid > > > >> On Dec 5, 2018, at 12:32 AM, Cliff McDiarmid > > wro

[GNC] Adding custom reports

2018-12-04 Thread Bill Manuel
I am unable to add custom reports to gnucash. I use Gnucash 3.3 updated from 2.6.19 on windows 8.1. The custom reports and configuration pages at wiki were my guides to add custom reports: https://wiki.gnucash.org/wiki/Custom_Reports https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CON

Re: [GNC] Working with compound interest on varying amounts

2018-12-04 Thread Stephen M. Butler
On 12/4/18 6:56 AM, Hal Vaughan wrote: Let me add another thought to this. I’m putting it on the original thread, since it really would be something I’m tempted to ask in response to several answers. I already have routines, in Python, that do this in my own ledger program. However, I’m rea

Re: [GNC] How to save Gnucash and Lock file issues

2018-12-04 Thread David Carlson
Another quirk to watch out for is whether Explorer was refreshed after the last file was created. David C On Tue, Dec 4, 2018 at 11:44 AM Adrien Monteleone < adrien.montele...@lusfiber.net> wrote: > True. I forgot about that one. I use sqlite and indeed it is always > inactive. > > Regards, > Ad

Re: [GNC] How to save Gnucash and Lock file issues

2018-12-04 Thread Adrien Monteleone
True. I forgot about that one. I use sqlite and indeed it is always inactive. Regards, Adrien > On Dec 4, 2018, at 11:38 AM, Colin Law wrote: > > If it were an sqlite file then I don't think the Save button would > ever be enabled. > > Colin > On Tue, 4 Dec 2018 at 16:39, Adrien Monteleone >

Re: [GNC] How to save Gnucash and Lock file issues

2018-12-04 Thread Colin Law
If it were an sqlite file then I don't think the Save button would ever be enabled. Colin On Tue, 4 Dec 2018 at 16:39, Adrien Monteleone wrote: > > If you try to open the file with a text editor (I used Atom, because TextEdit > complained about something wrong with UTF-8 in the file) you will se

[GNC] Corrupted display in pop-ups

2018-12-04 Thread Steve Lelievre
I am getting a kind of display corruption when editing currency prices. I have the currency price database open, on top of the main GnuCash window, and am editing an individual currency so there is a pop-up editor on top of the price database. The second window is displayed wrong - like part

Re: [GNC] How to save Gnucash and Lock file issues

2018-12-04 Thread Adrien Monteleone
If you try to open the file with a text editor (I used Atom, because TextEdit complained about something wrong with UTF-8 in the file) you will see this at the beginning: SQLite format 3 If it is an sqlite format. If it is the compressed XML, you’ll see gibberish/non-printable character. If

Re: [GNC] Working with compound interest on varying amounts

2018-12-04 Thread Hal Vaughan
Let me add another thought to this. I’m putting it on the original thread, since it really would be something I’m tempted to ask in response to several answers. I already have routines, in Python, that do this in my own ledger program. However, I’m really trying to move away from doing any de

Re: [GNC] Credit cards gone missing

2018-12-04 Thread John Ralls
> On Dec 4, 2018, at 5:51 PM, cliffhan...@gardener.com wrote: > > Hi. Why would my credit cards disappear from the accounts list? I thought > originally it was a filter issue but but that is not the case. Under the > filter option credit cards is enabled. . Thanks Cliff Cliff, First guess

Re: [GNC] How to automate $ value on the contra account when editing a transaction

2018-12-04 Thread DIW
On Mon, 03 Dec 2018 19:20:08 -0500 Derek Atkins wrote: > Hi, > > David wasserman writes: > > > Okay John, I will try to be clearer. > > > > I am talking about inputting a new entry into an account. Say, my > > bank account. So, in the register I could enter Date; Notes: > > Account to Debit

Re: [GNC] Text Files

2018-12-04 Thread David T. via gnucash-user
Your Windows setting is to hide file extensions. You can change that if you prefer. Then you would see the ".log" appended to what you have listed here.  On Tue, Dec 4, 2018 at 15:17, Gareth Davies via gnucash-user wrote: Hi, Maf Strange, in the actual folder it looks like I have shown

Re: [GNC] Text Files

2018-12-04 Thread David T. via gnucash-user
Are you sure the name isn't something like "MyAccounts.201812031234.log"? BTW, I imagine people call you Gareth, not Human. David  On Tue, Dec 4, 2018 at 14:38, Gareth Davies wrote: #yiv7952894253 #yiv7952894253 -- _filtered #yiv7952894253 {panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv79

Re: [GNC] Text Files

2018-12-04 Thread David Carlson
Gareth, Windows does not show the file extensions in File Explorer unless you change a setting in your Windows preferences. Most of the experienced Windows users, A.K.A. 'Old Fogies' (like me) change that setting early on and forget that some people may not be familiar with it. The extension .lo

Re: [GNC] Text Files

2018-12-04 Thread Maf. King
Hi, that looks like a .log file to me. What is the actual name of the file (including the extension)? Ignore what your system thinks it's "type" is. Maf. On Tuesday, 4 December 2018 09:08:35 GMT Gareth Davies via gnucash-user wrote: > The files are actually called Text Documents and when th

Re: [GNC] Text Files

2018-12-04 Thread Gareth Davies via gnucash-user
The files are actually called Text Documents and when they are opened up in Notepad the information on one of them which I copied and pasted is shown below. mod trans_guid split_guid time_now date_entered date_posted acc_guid acc_n

[GNC] Credit cards gone missing

2018-12-04 Thread cliffhan...@gardener.com
Hi. Why would my credit cards disappear from the accounts list? I thought originally it was a filter issue but but that is not the case. Under the filter option credit cards is enabled. . Thanks Cliff Sent from my Huawei Mobile ___ gnucash-user mail

Re: [GNC] How to automate $ value on the contra account when editing a transaction

2018-12-04 Thread David Cousens
Davids, John This is just an aside for terminology clarification and being a trifle pedantic. Although the meaning is clear where you have used contra in this context, the term contra account is generally used in accounting with a very specific meaning which is unrelated to the usage here to des