Re: [GNC] Next Job ID

2022-08-05 Thread Robert Simmons
Cut and paste error on my part. The line that causes the warning is the following (the vendor version of the line works without warning). job = gnucash.gnucash_business.Job(book, '1', customer, 'test') On Fri, Aug 5, 2022 at 11:59 PM Robert Simmons wrote: > Another Job related question: using

Re: [GNC] Next Job ID

2022-08-05 Thread Robert Simmons
Another Job related question: using the form in the following example on line 128: https://code.gnucash.org/docs/MAINT/simple__business__create_8py_source.html job = gnucash.gnucash_business.Job(book, '1', vendor, 'test') This returns a warning: WARN

[GNC] Next Job ID

2022-08-05 Thread Robert Simmons
In the Python bindings, I can see the methods that return the next available ID for most objects. But I am having trouble finding one for Jobs. I have read the help output from help(gnucash.gnucash_core_c). To create a new Customer, for example, I'm using the following: cust =

Re: [GNC] Third party OFX/CVS providers

2022-08-05 Thread Tom Browder
On Wed, Aug 3, 2022 at 17:39 Tom Browder wrote: > My current bank (US, Hancock Whitney) unfortunately does not provide > account data in a digital format other than monthly PDF statements for > personal accounts. I know third-party programs, such as YNAB (ynab.com), > can get access my bank

[GNC] The server ... encountered bad or corrupt data

2022-08-05 Thread Thomas Forrester
I recently transferred my GnuCash data from another computer to my new one. In the process, I switched from a MySQL instance in a WAMP installation on the old computer to a stand-alone MariaDB install on the new computer. On the old computer, I saved the data in xml format, then opened that file

[GNC] Backup files in another folder ? solution for Windows

2022-08-05 Thread Chris Good
Message: 2 > Date: Fri, 05 Aug 2022 00:47:05 +0200 > From: GNC mailinglist > To: gnucash-user@gnucash.org > Subject: [GNC] Backup files in another folder ? solution for Windows > Message-ID: <875471b7354140d490ddd6c5dd291...@grupawp.pl> > Content-Type: text/plain; charset=UTF-8 > > Hi,Im

Re: [GNC] Backup files in another folder – solution for Windows

2022-08-05 Thread Glenn Fowler
Not at all! Just adding info for this great community and for the next person that searches On Fri, Aug 5, 2022 at 10:22 AM Adrien Monteleone < adrien.montele...@lusfiber.net> wrote: > Of course. Sorry if it seemed I implied otherwise. > > Regards, > Adrien > > On 8/5/22 9:02 AM, Glenn Fowler

Re: [GNC] gnucash-user Digest, Vol 233, Issue 14 desk top icon

2022-08-05 Thread James Baxter via gnucash-user
As I don’t know what you call it, by in windows this is a desk top icon that you click on to open the program. I am getting use to this. Still need to find some of my items I made up. But looking nice. Thanks James Baxter kangaro...@yahoo.com Sent from my iPad > On Aug 5, 2022, at 12:00 PM,

Re: [GNC] Backup files in another folder – solution for Windows

2022-08-05 Thread Jack Lockard
You can also use a batch file to accomplish the task of moving the backup and log files. I have a batch file named "Start GNUcash.bat" that contains the following: @ECHO OFF ECHO Starting GNUcash START "Starting GNUcash" /WAIT "C:\Program Files (x86)\gnucash\bin\gnucash.exe" ECHO GNUcash closed

Re: [GNC] Backup files in another folder – solution for Windows

2022-08-05 Thread Adrien Monteleone
Of course. Sorry if it seemed I implied otherwise. Regards, Adrien On 8/5/22 9:02 AM, Glenn Fowler wrote: Even with the SQLite database you still need backups. ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription

Re: [GNC] Backup files in another folder – solution for Windows

2022-08-05 Thread Glenn Fowler
Even with the SQLite database you still need backups. One could use the built-in backup scheme to guard against user error or database corruption and then also a copy to other media (cloud, external drive, etc.) to guard against hardware failure. On Fri, Aug 5, 2022 at 9:37 AM Adrien Monteleone

Re: [GNC] Backup files in another folder – solution for Windows

2022-08-05 Thread Adrien Monteleone
An alternative is to use the SQLite backend. There is no file cluttering, and the added bonus of instant saves rather than periodic. I'm not sure how easy that is to set up on Windows, however. Regards, Adrien On 8/4/22 5:47 PM, GNC mailinglist wrote: Hi,Im new to GnuCash but, yep, I was