Re: Why no SQL Database Backend?

2013-09-10 Thread blfs
What work has already been done on fundamental code rewriting? - Original Message - From: "David T." To: b...@comcast.net, gnucash-devel@gnucash.org Sent: Tuesday, September 10, 2013 1:32:49 PM Subject: Re: Why no SQL Database Backend? I believe the answer is "history." Quoting

Why no SQL Database Backend?

2013-09-10 Thread blfs
I have been puzzling over why GNUCASH was not written on top of an existing database engine. There are several excellent GNU databases out there. The natural design of a program such as GNUCASH would be the something like SQL-Ledger . This would solve all kinds of problems with this program

Re: Base And Gnucash

2013-05-03 Thread blfs
The most important need would be the ability to run custom SQL queries on the underlying data. I have taken another look at Gnucash as I have not tried to use this program in some time. I cannot tell whether this is possible or not. Last time I tried to use this program importing using CSV

Re: Base And Gnucash

2013-05-02 Thread blfs
Huh? What?? It is inappropriate for GNUcash to interact with OpenOffice? The debate between canned accounting systems and open systems is well known. Is GNUcash designed to be a canned system? What would be the purpose for open source software to be a black box? - Original

Re: Base And Gnucash

2013-05-01 Thread blfs
The problem with Gnucash is that it is hard or perhaps practically impossible to modify unless perhaps one is very familiar with the program. THis is at least how it used to be. This makes it practically impossible to switch from our system to GNUcash. IT was some time ago that I tried to wor

Re: Base And Gnucash

2013-04-29 Thread blfs
I meant Base [1], as in the database part of Open/Libre Office? I am certain that there is interest and demand for an accounting program based on BASE. I have read several internet posts stating such. If there is such a project, I would like to contribute. IF there is not such a projec

Re: Base And Gnucash

2013-04-29 Thread blfs
I do not understand your reply. We are using a program based on Access for our accounting. I would dearly like a solution without Microsoft. - Original Message - From: John Ralls To: b...@comcast.net Cc: gnucash-devel@gnucash.org Sent: Mon, 29 Apr 2013 17:28:47 - (UTC) Subject: Re

Base And Gnucash

2013-04-29 Thread blfs
Why isn't Gnucash based on Base? I have not looked at this program in some time, but last time I checked it out it was pretty much worthless to me. The program is pretty much a black box and modification are very difficult. The best idea would be to base the program on Base. This would al

Re: QOF code question?

2004-08-25 Thread blfs
On Saturday 07 August 2004 4:16, blfs wrote: > > > So what has to be done to keep the GnuCash code > > > manually in sync with the QOF code? > > > > Cut-and-paste.. Manually make the changes to both sets of code. > > Could you please give a specific example?

Re: QOF code question?

2004-08-06 Thread blfs
- Original Message - From: "Derek Atkins" <[EMAIL PROTECTED]> To: "blfs" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 04, 2004 10:05 PM Subject: Re: QOF code question? > "blfs" <[EMAIL PROTECTED]> write

Re: QOF code question?

2004-08-04 Thread blfs
- Original Message - From: "Derek Atkins" <[EMAIL PROTECTED]> To: "blfs" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 03, 2004 8:44 PM Subject: Re: QOF code question? > "blfs" <[EMAIL PROTECTED]> writes:

Re: QOF code question?

2004-08-03 Thread blfs
- Original Message - From: "Derek Atkins" <[EMAIL PROTECTED]> To: "blfs" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 03, 2004 8:30 PM Subject: Re: QOF code question? > "blfs" <[EMAIL PROTECTED]> writes: &g

QOF code question?

2004-08-03 Thread blfs
QOF is an offshoot from the GnuCash Project, where this framework is a deep, central component. QOF is basically the GnuCash "engine" with all of the financial objects removed. As such, QOF is "tried and true", and has proven its worth. However, this SourceForge project is listed as "alpha"

Re: Importing and exporting revisited

2004-08-02 Thread blfs
- Original Message - From: "Benoit Grégoire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:45 AM Subject: Re: Importing and exporting revisited > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sunday 01 August 200

Importing and exporting revisited

2004-08-01 Thread blfs
OK, the code is apparently well documented and certainly some work went intothis.There is one point I am absolutely certain about.  Anyprogram named Gnucash should be able to communicatewith a spreadsheet program.So the question becomes why is it so hard to importand export a check register

Importing Revisited

2004-07-30 Thread blfs
This can be implemented in a gazillion different ways, but in the end there should be data in the program that resembles   struct check{     char *number;     char *payee;     char *amount;     char *memo;     char *etc; };   Now what I am not understanding is why is it not trivial to import