Fwd: Ubuntu Feisty GnuCash Backport

2007-06-14 Thread Derek Atkins
FYI.. -derek - Forwarded message from [EMAIL PROTECTED] - Date: Thu, 14 Jun 2007 22:07:44 -0500 From: Richard Mancusi [EMAIL PROTECTED] Reply-To: Richard Mancusi [EMAIL PROTECTED] Subject: Ubuntu Feisty GnuCash Backport To: Derek Atkins [EMAIL PROTECTED] Sorry to bother

Re: Generic importer:QIF

2007-06-25 Thread Derek Atkins
definition is in TransactionP.h, but you shouldn't be using the structure members directly; you should use the functions defined in Transaction.h. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL

Re: r16208 - gnucash/branches/csv-import/src/import-export/csv - Added a bunch of comments to gnc-csv-import.c.

2007-06-25 Thread Derek Atkins
and not in the function? Yes, static state is BAD. What happens if you call the importer multiple times? (e.g. you're importing multiple files) The second time you run the importer this variable will be set and you're screwed. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media

Re: r16201 - gnucash/trunk/lib/libqof/qof - Return NULL on qof_instance_get_guid(NULL) again, #448853.

2007-06-25 Thread Derek Atkins
, #448853. This is probably going to break other places where it's expecting to get guid_null() back. We really need to re-separate qof_entity_get_guid() and qof_instance_get_guid(). -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: I'd like to create an applet for gnucash

2007-06-25 Thread Derek Atkins
-session support to gnucash and handling the graceful shutdown/restart properly. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL

Re: Check Printing - Addresses

2007-07-02 Thread Derek Atkins
of gnc:transaction-get-primary-split type of functions etc. I still don't see how the primary split is useful. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

Re: Auto-Saving implemented in r16227 (to become 2.1.5) - Feedback wanted

2007-07-03 Thread Derek Atkins
process very difficult to implement. QOF tries to make it's data look like a database, not a data file, so it really does abstract out these things. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: Auto-Saving implemented in r16227 (to become 2.1.5) - Feedback wanted

2007-07-03 Thread Derek Atkins
Unfortunately Save As repoints the current active datafile, so hooking into there would change your datafile out from under you. So, no, we can't use that functionality directly. -derek Quoting Beth Leonard [EMAIL PROTECTED]: On Tue, Jul 03, 2007 at 01:50:30PM -0400, Derek Atkins wrote

Re: Check Printing - Addresses

2007-07-05 Thread Derek Atkins
for a primary split. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Re (IRC): 2.2.0 and auto-save

2007-07-05 Thread Derek Atkins
-derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: broken link

2007-07-05 Thread Derek Atkins
the http://www.gnucash.org/#070702-2-1-5.news feed. Where is the latest windows setup file 2.15? thx z ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins

Re: Comment on interface

2007-07-05 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Comment on interface

2007-07-05 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: gnucash aborts

2007-07-06 Thread Derek Atkins
https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: Check Printing - Addresses

2007-07-06 Thread Derek Atkins
and migrate the customer and vendor list to a common contacts DB. And then we could tie the check-printing and register payees into the contacts DB. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

Re: Check Printing - Addresses

2007-07-06 Thread Derek Atkins
is your opinion about putting more data in the transaction? Not a problem; we just put it into the KVP. A -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL

Re: dogtail test suite test harness

2007-07-07 Thread Derek Atkins
that really make check doesn't test enough of our code. Just my opinion. Best regards, Ahmed Sayed -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

Re: dogtail test suite test harness

2007-07-08 Thread Derek Atkins
a response to something like this within a day then you should definitely try to contact me via an alternate route. My spam filter can be a little over-zealous. Best regards, Ahmed Sayed -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: r16290 - gnucash/branches/register-rewrite/src/gnome-utils - Jul 9/07 - Initial implementation of auto-completion for the Description

2007-07-09 Thread Derek Atkins
, and it's superfluous because the date is already a part of the commit itself. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL

Re: some csv feedback

2007-07-09 Thread Derek Atkins
that these functions can (and should) be shared with with QIF Rewrite. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: some csv feedback

2007-07-10 Thread Derek Atkins
? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: some csv feedback

2007-07-10 Thread Derek Atkins
, in which case asking the user is just superfluous. Benny -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: QIF/CSV import date parsing code

2007-07-10 Thread Derek Atkins
about it the better, and in the case of QIF there's rarely an issue. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: QIF/CSV import date parsing code

2007-07-10 Thread Derek Atkins
based on the user input (or go into a CSV profile and check it from there). If you have any questions even after my previous mail let me know and I can go into more detail. I think that this API is certainly reasonable for the second stage. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT

Re: QIF Import

2007-07-11 Thread Derek Atkins
. Thanks, Mike -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: gnucash 2.2.0 this weekend? Which dates precisely?

2007-07-11 Thread Derek Atkins
gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT

Re: Bug 350408: Printing still broken

2007-07-12 Thread Derek Atkins
money if it will help! Cheers, -jani ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student

Re: QIF Import code for Multiple Currency Accounts

2007-07-13 Thread Derek Atkins
, Agni Dasa ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing

Re: r16302 - gnucash/branches/register-rewrite/src/gnome-utils - Check if seconds returned by xaccTransGetDatePostedTS() are greater than zero in CellDataFunc (cdf) for COL_DATE. If

2007-07-13 Thread Derek Atkins
, shouldn't a new transaction take the date of the previously entered transaction? The only time you should need to choose the start date is when the register first opens. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing

Re: startup delay

2007-07-16 Thread Derek Atkins
until it's done, and the splash screen would show you that something is happening. I dont know how hard it would be to make it configurable. You can file an RFE in Bugzilla. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: SQL Backend?

2007-07-19 Thread Derek Atkins
, but I dont think Phil's put much time into it recently. Keith -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: dogtail test suite test harness

2007-07-20 Thread Derek Atkins
spending too much time purely on the register. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP

Re: SQL Backend?

2007-07-20 Thread Derek Atkins
Albert Lash [EMAIL PROTECTED] writes: Is the data model that is / was used for the SQL backend around anywhere? Check the email archives. Phil had sent in some designs about a year ago or so.. But I dont think those designs made it into the gda-dev branch anywhere. -derek -- Derek

Re: CSV Import Update

2007-07-20 Thread Derek Atkins
of the most useful things I've ever learned, so don't hesitate! :) Absolutely. I highly recommend you learn regex if it's at all useful to you. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL

Re: SQL Backend?

2007-07-23 Thread Derek Atkins
, this binding is only part of the GDA backend. On the other hand I DO believe that (eventually) we might want to try to merge the column typing information into the QofParam definitions, but that's a little longer away. JMHO. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: data file differences in 2.2

2007-07-24 Thread Derek Atkins
the ROOT account type so it changes the type to NO_TYPE. I'm wondering how 2.2 will respond to that? Haven't tried it yet. What version of 2.0.x are you using? I /think/ that 2.2 is smart enough to convert that back to a ROOT account. Thanks, K. -derek -- Derek Atkins, SB '93

Re: gda-dev compile

2007-07-25 Thread Derek Atkins
in trunk that apparently hasn't been pulled into the gda-dev branch. Maybe Phil will merge back from trunk soon. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-25 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-26 Thread Derek Atkins
to remove more of the deprecated objects. Unfortunately there really isn't a good replacement for GtkCList. The GtkTreeView just is SO MUCH more damn complicated and there's not really a simple class similar to the old CList to migrate to. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media

Re: dogtail test suite test harness

2007-07-25 Thread Derek Atkins
Gnucash.py, but eventually I think it might be better to separate the various classes into separate files, like Register.py, AccountTree.py, NewAccountDialog.py, PriceDialog.py, etc. But this doesn't have to happen right away. -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-27 Thread Derek Atkins
written to .libs/gnucash-bin collect2: ld returned 1 exit status Getting close to a binary? Closer. What version of guile do you have? It looks like we might need to link against GUILE_LIBS in report-gnome. thanks, alan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-27 Thread Derek Atkins
Alan Pae [EMAIL PROTECTED] writes: Derek Atkins wrote: Alan Pae [EMAIL PROTECTED] writes: ld: warning: file /export/home/alan/gnucash/gnucash-2.2.0/src/core-utils/.libs/libgnc-core-utils.so: linked to ../../src/core-utils/.libs/libgnc-core-utils.so: attempted multiple inclusion of file

Re: Make fails in po directory

2007-07-28 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-29 Thread Derek Atkins
will be out in a few weeks. Peter -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Make fails in po directory

2007-07-30 Thread Derek Atkins
, configure should look for the gettext utilities. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP

Re: Some Japanese translation: ja.po

2007-08-01 Thread Derek Atkins
) hand-modify the XML to include the proper header and change the account GUID types from guid= to new= I think it's probably much easier (and faster) to do it this way than to create all the XML by hand. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT

Re: Customer payments not working in v2.0.5

2007-08-02 Thread Derek Atkins
is it to upgrade at this point? Regards, Graham -- -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: Customer payments not working in v2.0.5

2007-08-03 Thread Derek Atkins
Graham Leggett [EMAIL PROTECTED] writes: Derek Atkins wrote: Sounds like a Currency issue.. Make sure all the currencies are correct and THE SAME! Yes, all the currencies are the same, as they have been for the last 5 years. If it's been working for the last five years then what changed

Re: startup delay

2007-08-03 Thread Derek Atkins
, just a dialog about whether to import from QIF or run the New File Hierarchy)? Herbert. Dan W. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

Re: Feature request: process multiple invoice with single payment

2007-08-09 Thread Derek Atkins
@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: Release Manager needed

2007-08-10 Thread Derek Atkins
-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: Feature request: process multiple invoice with single payment

2007-08-10 Thread Derek Atkins
, I'm beginning to actually believe that I should change the search to a dropdown. But I have no time to do any implementation here. Patches welcome. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: Feature request: process multiple invoice with single payment

2007-08-14 Thread Derek Atkins
. Too little and you have an unpaid balance left on an invoice, you probably considered that. But what if too much? -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL

Re: Stocks Capital Gains (Feature Request)

2007-08-14 Thread Derek Atkins
on the 10th. It's only been four days, and the mail was relatively long, and you sent it over the weekend, so I'm not at all surprised you didn't get a reply right away. -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: Bug 453502 - Are there any plan to apply patch

2007-08-15 Thread Derek Atkins
para tu superación de grano en grano, se hace la arena (R) (entrámite, pero para los cuates: LIBRE) ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT

Re: ref id=347922

2007-08-17 Thread Derek Atkins
of at the time of the build which was 2 Mar 07, and no issues there. -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: The payment amount must be greater than zero

2007-08-19 Thread Derek Atkins
to note a refund? I am using v2.2.0. Regards, Graham -- -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: The payment amount must be greater than zero

2007-08-19 Thread Derek Atkins
Quoting Graham Leggett [EMAIL PROTECTED]: Derek Atkins wrote: Create a new Vendor Bill; or unpost the previous vendor bill and put it there. At this point in time GnuCash does not support Credit memos (I guess this would be a Debit memo from a vendor). In this case, the vendor credited

Re: Feature request: process multiple invoice with single payment

2007-08-19 Thread Derek Atkins
? Or to add a Suspense type No, I don't think Account Type aliases would be useful. I think it would just confuse people. which is just a Checking type with a different name? Just thinking out loud here. -derek Dan W. -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: The payment amount must be greater than zero

2007-08-19 Thread Derek Atkins
Quoting Graham Leggett [EMAIL PROTECTED]: Derek Atkins wrote: Unfortunately it's not THAT simple. From the UI, yes, but there are underlying assumptions that the UI is helping enforce. Entering a negative amount would break those underlying assumptions. What underlying assumptions? All

Re: Feature request: process multiple invoice with single payment

2007-08-19 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: The payment amount must be greater than zero

2007-08-20 Thread Derek Atkins
up with a patch that does it! Good Luck! /Patrik -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: The payment amount must be greater than zero

2007-08-20 Thread Derek Atkins
forward to spend the many man-months of effort required to bring it up to snuff. But no, as a whole, I cannot say that gnucash is transitioning as you suggest it is. Sorry. Wahur -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: The payment amount must be greater than zero

2007-08-20 Thread Derek Atkins
through on that? Regards, Graham -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key

Re: The payment amount must be greater than zero

2007-08-20 Thread Derek Atkins
Graham Leggett [EMAIL PROTECTED] writes: On Mon, August 20, 2007 4:36 pm, Derek Atkins wrote: See, this is where you're not quite right. Gnucash really is a little schizophrenic here; it's not sure if it wants to be a Personal finance program or a Small Business finance program. It's

Re: gnucash and VAT

2007-08-21 Thread Derek Atkins
-derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Can't print a [EMAIL PROTECTED] Report

2007-08-24 Thread Derek Atkins
? Printer Driver? etc.. alison -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Questions about gnuCash backend access

2007-08-24 Thread Derek Atkins
], but we've had some storms in the Chicago area and my mail server is out until the power comes back up. Please respond to [EMAIL PROTECTED] Thanks in advance, Samuel deHuszar Allen [EMAIL PROTECTED] 773.793.0604 -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: Questions about gnuCash backend access

2007-08-24 Thread Derek Atkins
their own application that doesn't use the standard GnuCash GUI. Having said that, GnuCash does not currently have a supported multi-user backend. That WOULD be a requirement, so I encourage you to help Phil Longstaff complete the GDA Backend in the gda-dev branch. -derek -- Derek Atkins

Re: Questions about gnuCash backend access

2007-08-24 Thread Derek Atkins
prefer to not. :) See above. There is no C++, there is only C. But if you don't know C and aren't willing to learn Scheme, then yes, you're SOL. Thanks again. Sincerely, Sam -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: Questions about gnuCash backend access

2007-08-26 Thread Derek Atkins
Daniel Espinosa [EMAIL PROTECTED] writes: 2007/8/24, Derek Atkins [EMAIL PROTECTED]: [snip] Agreed. We really need a viable multi-user backend for GnuCash. What do you think is the BETTER way to do so? A GDA Backend. Having said that, GnuCash does not currently have a supported multi

Re: GnuCash 2.1.2 directions

2007-08-27 Thread Derek Atkins
itself has one? Certainly this is not at all the only explanation. I'm still wondering WHY it's always trying to contact 68.142.91.87. What's so special about that IP Address? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing

Re: Permission Denied

2007-08-28 Thread Derek Atkins
on debugging this on your own, but we're certainly happy to help you along and integrate any required changes. Yours Sincerely Stephen Grant Brown -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL

Re: Welcome Sample Report for non-English locale

2007-08-28 Thread Derek Atkins
. Hiroto Kagotani [EMAIL PROTECTED] -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key

Re: GNUCash 2.2.1 Startup Time under Windows Vista

2007-08-28 Thread Derek Atkins
starting without a data file. When I start a new file, how do I populate it with a basic set of accounts? It should offer you the new file druid.. Or you can use File - New File. Yours Sincerely Stephen Grant Brown -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: Permission Denied

2007-08-28 Thread Derek Atkins
Vista asks is Did I start executing this file? Yours Sincerely Stephen Grant brown - Original Message - From: Derek Atkins [EMAIL PROTECTED] To: Stephen Grant Brown [EMAIL PROTECTED] Cc: GNUCash Developers [EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 12:04 AM Subject: Re

Re: Another GNUCash under Miscrosoft Vista Issue

2007-08-28 Thread Derek Atkins
. ... Adding client to server's list failed, COBRA error: IDL:omg.org/COBRA/COMM_FAILURE:1.0 ... What does this mean? What things can I try to eliminate these errors? Yours Sincerely Stephen Grant Brown -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT

Re: Can someone help me make the SLR dialog do what I want?

2007-08-28 Thread Derek Atkins
(GTK_TREE_MODEL(dialog-editing_model), NULL); This is probably your BarType... -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: GnuCash 2.1.2 directions

2007-08-29 Thread Derek Atkins
? I'm wondering if the person who built the gconf or orbit package somehow included their own IP address in the binary and therefore it's trying to phone home in terms of trying to reconnect back to already running gconf instances? I just find this very very odd. -derek -- Derek Atkins, SB

Re: External App connection to a GnuCash file

2007-08-29 Thread Derek Atkins
. Any sugestion? Do you call the SCANF_LLD_CHECK macro in your configure.in? Do you tell autogen.sh to include the macros directory when running alocal? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: Permission Denied

2007-08-29 Thread Derek Atkins
what about chmod a+x msysDTK-1.0.1.exe ?? msysDTK-1.0.1.exe = sh: ./msysDTK-1.0.1.exe permission denied ie I cannot execute msysDTK-1.0.1.exe via mys command prompt Yours Sincerely Stephen Grant Brown -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member

Re: Import QIF Moved?

2007-08-30 Thread Derek Atkins
to cover 2.0.. Nope, it still lives under File - Import Thanks, -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: External App connection to a GnuCash file

2007-08-30 Thread Derek Atkins
I need to move this code to other place 8r() Do you know where? Do you #include config.h as the first thing in your .c file? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu

Re: RW access for german account charts

2007-08-31 Thread Derek Atkins
that idea. -chris -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: RW access for german account charts

2007-09-10 Thread Derek Atkins
on the server. The security wrappers we use MIGHT have bugs in them, so I'd prefer at least a LITTLE vetting. But perhaps reducing the bar to access would be a good thing Yet I can't agree to just allow anyone with an email address access. -derek -- Derek Atkins, SB '93 MIT EE, SM

Re: gnucash on Vista

2007-09-11 Thread Derek Atkins
have Vista. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Need help tracking down guile issue

2007-09-11 Thread Derek Atkins
] ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL

Re: Fwd: GnuCash 2.2.x and advanced-report-sorted

2007-09-11 Thread Derek Atkins
. Thanks! -derek Quoting Johan van Oostrum [EMAIL PROTECTED]: Begin doorgestuurd bericht: Van: Johan van Oostrum [EMAIL PROTECTED] Datum: 11 september 2007 22:42:35 GMT+02:00 Aan: Derek Atkins [EMAIL PROTECTED] Onderwerp: Antw.: GnuCash 2.2.x and advanced-report-sorted Op 11-sep-2007, om 15

Re: gnucash on Vista

2007-09-12 Thread Derek Atkins
and development. In the mean time, I will have to disable all network interfaces every time I need to do the accounts.   Regards David -derek -Original Message- From: Derek Atkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 September 2007 12:48 AM To: David Parsons Cc: gnucash

Re: Need help tracking down guile issue

2007-09-12 Thread Derek Atkins
Allen Briggs [EMAIL PROTECTED] writes: On Tue, Sep 11, 2007 at 01:42:01PM -0400, Derek Atkins wrote: What version of guile? What version of slib? Duh... Sorry... guile 1.8.2, slib 3.1.4 Really? Huh! And this works? What do you get from: guile -c (use-modules (ice-9 slib)) (require

Re: Need help tracking down guile issue

2007-09-12 Thread Derek Atkins
Oh, yeah, on MacOS you might need to force guile 1.6.x -derek Quoting Allen Briggs [EMAIL PROTECTED]: On Wed, Sep 12, 2007 at 09:32:23AM -0400, Derek Atkins wrote: Duh... Sorry... guile 1.8.2, slib 3.1.4 Really? Huh! And this works? FSVO works, I guess. What do you get from

Re: Problem Building gnucash

2007-09-13 Thread Derek Atkins
Stephen Grant brown [EMAIL PROTECTED] writes: Hi Nathan How did you Fixed by adding a pause to install.sh? Yours Sincerely Stephen Grant brown Update your copy of install.sh -- there's now a sleep in there after the wget but before it's used. -derek -- Derek Atkins, SB '93 MIT EE

Re: Compiling GNUCash under Vista (again)

2007-09-13 Thread Derek Atkins
. I find it VERY weird that mingw would do this. Maybe your path is wrong or something? Yours Sincerely Stephen Grant brown -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu

Re: Can't print a [EMAIL PROTECTED] Report

2007-09-13 Thread Derek Atkins
. (note: I am NOT one of those devs; I don't do windows myself) -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: Compiling GNUCash under Vista (again)

2007-09-13 Thread Derek Atkins
to use gnucash under Vista I disable the network connection and it works. (You or someone else on GNUCash developers suggested this) Not me, but I do remember somebody suggesting it. Yours Sincerely Stephen Grant brown -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: Fwd: Re: [gnucash-de] Software update wiki.gnucash.org

2007-09-14 Thread Derek Atkins
--- ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: Compiling GNUCash under Vista (again)

2007-09-15 Thread Derek Atkins
, it did a year ago) that it shouldn't be installed along side cygwin Have Fun! -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH

Re: Compiling GNUCash under Vista (again)

2007-09-18 Thread Derek Atkins
using the most up to date install.sh script from SVN? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: GnuCash 2.2.x and advanced-report-sorted

2007-09-18 Thread Derek Atkins
again in my new GC 2.2.0 installation. Right now I am working on a more up-to-date version, as Derek Atkins suggested, adding the sort option to the GC 2.2.0 report. In due time I will post the patchfile for this version. guile 1.8 got much more strict about case statements with duplicate

Re: Need help tracking down guile issue

2007-09-18 Thread Derek Atkins
Hi, Please dont forget to cc the list on all replies... Allen Briggs [EMAIL PROTECTED] writes: On Wed, Sep 12, 2007 at 11:01:28AM -0400, Derek Atkins wrote: Oh, yeah, on MacOS you might need to force guile 1.6.x I decided to punt and run NetBSD/i386 in a VMware Fusion VM instead

  1   2   3   4   5   6   7   8   9   10   >