Re: No common currency warnings

2007-01-25 Thread Per Bojsen
did use that several times to recover from crashes or forgetting to save before killing gnucash. Per -- Per Bojsen <[EMAIL PROTECTED]> 7 Francis Road Billerica, MA 01821-3618 USA ___ gnucash-devel

No common currency warnings

2007-01-25 Thread Per Bojsen
: 5000/100 I think I've seen this before and was able to `fix' the problem by editing the split fields (using a text editor). Thanks, Per -- Per Bojsen <[EMAIL PROTECTED]> 7 Franc

Re: r15098 - gnucash/trunk/src/gnome-utils - gnc_history_get_last() can return NULL.

2006-11-09 Thread Per Bojsen
s track of the gas prices for me and I can graph the prices over time using the price report. Very handy and eye opening :-) Per -- Per Bojsen <[EMAIL PROTECTED]> 7 Francis Road Billerica, MA 01821-3618 USA __

Re: non-functioning 'if' in report

2000-06-11 Thread Per Bojsen
point and what the conclusions were if they did. -- Per Bojsen<[EMAIL PROTECTED]> 7 Francis Road Billerica, MA 01821-3618 USA -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: sample charts of accounts

2000-06-04 Thread Per Bojsen
accounts and a parser for it in Perl. I used it to import accounts from Pocket Quicken on the Apple Newton. Perhaps you can use it as a starting point. I have included a sample file below. Let me know if you want the Perl parsing and account creation code. Accounts

Re: Plans for 1.3/1.4 (or should it be 1.3/2.0?)

1999-12-15 Thread Per Bojsen
the hierarchical name of the new parent. Hierarchical account names are formed in a similar way to full pathnames of files in a file system. The hierarchy separator is `/' by default but can be changed using the --separator option. -- Per Bojsen&

Re: Crash report: gnucash 1.2.3 on stock redhat 6.0

1999-08-24 Thread Per Bojsen
you didn't agree with how I fixed the bug? The only thing I did was to move the `childacc = childlist[ic];' line below the increment of `ic'. -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Dr

Re: gnucash-1.2.3: Core dump in gnc_ui_shutdown()

1999-08-22 Thread Per Bojsen
*** Regarding gnucash-1.2.3: Core dump in gnc_ui_shutdown(); Per Bojsen <[EMAIL PROTECTED]> adds: [I'm sorry I accidentally sent the mail to gnucash-devel twice.] Per> The enclosed patch is a proposed fix for that. I have one more suggestion augmenting my

gnucash-1.2.3: Core dump in gnc_ui_shutdown()

1999-08-22 Thread Per Bojsen
. */ -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lexington, MA 02421-8317 USA

gnucash-1.2.3: Core dump in gnc_ui_shutdown()

1999-08-22 Thread Per Bojsen
. */ -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lexington, MA 02421-8317 USA

Re: Fix for core dump in `Open Subaccounts'

1999-08-22 Thread Per Bojsen
*** Regarding Fix for core dump in `Open Subaccounts'; Per Bojsen <[EMAIL PROTECTED]> adds: Per> In GnuCash 1.1.27 (sorry I'm behind) doing `Open Subaccounts' on Per> a top-level income account that has subaccounts causes a core Per> dump. I believe the encl

Fix for core dump in `Open Subaccounts'

1999-08-22 Thread Per Bojsen
ITY_REGISTER 7 #define STOCK_REGISTER 8 +#define CURRENCY_REGISTER 9 -#define GENERAL_LEDGER 9 -#define INCOME_LEDGER 10 -#define PORTFOLIO 11 +#define GENERAL_LEDGER 10 +#define INCOME_LEDGER 11 +#define PORTFOLIO 12 /* modified flags -- indic

Re: Crash report: gnucash 1.2.3 on stock redhat 6.0

1999-08-21 Thread Per Bojsen
8/22 05:39:48 @@ -98,8 +98,8 @@ while (childacc) { n++; list[n] = childacc; - childacc = childlist[ic]; ic ++; + childacc = childlist[ic]; } _free(childlist); } -- Per Bojsen

Re: Ok... What's off here?

1999-08-18 Thread Per Bojsen
new GnuCash file with the created accounts. If you are adding new accounts to an already existing file you have to use xaccSessionGetGroup() to get the top level group (instead of allocating one and using xaccSessionSetGroup()). -- Per Bojsen<[EMAIL P

Re: My Understanding Of The Engine

1999-08-17 Thread Per Bojsen
ble than the user data argument method as you demonstrated. -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lexington, MA 02421-8317 USA - %< >% -- The GnuCash / X-Accountant Mailing

Re: My Understanding Of The Engine

1999-08-16 Thread Per Bojsen
I was wondering if it would be possible to add an extra argument to the gnc:choose-item-from-list-dialog function that would be parsed straight to the thunks? That way the caller of gnc:choose-item-from-list-dialog could pass arbitrary user information to the thunks without relying on global vari

Re: Gnucash

1999-08-16 Thread Per Bojsen
in some pop-up-like behaviour. That's fine. Alexandru> I know that my problem whould have been best solved by Alexandru> writing my own widget, but I'm not that good yet. Your efforts are greatly appreciated. You can always convert to a custom widget later when

Re: My Understanding Of The Engine

1999-08-14 Thread Per Bojsen
*** Regarding Re: My Understanding Of The Engine; Per Bojsen <[EMAIL PROTECTED]> adds: *** Regarding My Understanding Of The Engine; [EMAIL PROTECTED] adds: cbbrowne> Am I way off here? Or does this sound like the right cbbrowne> direction? Per> I can comment on the best m

Re: My Understanding Of The Engine

1999-08-14 Thread Per Bojsen
ts running, it appears to cbbrowne> have control over the whole system until it's done. That makes sense although Rob seemed to voice concern that that may not always be the case. -- Per Bojsen<[EMAIL PROTECTED]> 6

Re: Gnucash stability issues

1999-08-14 Thread Per Bojsen
*** Regarding Gnucash stability issues; Graham Leggett <[EMAIL PROTECTED]> adds: Graham> This was the "stable" motif release of v1.2.3. Do you use Lesstif or a commercial Motif package? I have a feeling that Lesstif does not improve the stability of Gnucash .

Re: Gnucash

1999-08-14 Thread Per Bojsen
force the user into taking a path the programmer chose. For the calendar window this is okay, though, as long as there is a way to cancel the window. -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lex

Re: My Understanding Of The Engine

1999-08-14 Thread Per Bojsen
the hole is the timing of xaccAccountInsertSplit() and the fact that you can't insert all splits simultaneously in an atomic operation (I think. Can you?). Is there any way to lock the transaction database while you're modifying it? -- Per Bojsen

Re: Transfer between bank accounts with different currencies

1999-08-03 Thread Per Bojsen
d be a subaccount of USD/DEM. Is this what you intended? What about regular (non-currency) accounts valued in different currencies than the default currency? Should they also be subaccounts of a currency account, then? -- Per Bojsen<[EMAIL PROTECT

Re: Transfer between bank accounts with different currencies

1999-07-19 Thread Per Bojsen
et totals. What do you think? -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lexington, MA 02421-8317 USA - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send m

Re: Transfer between bank accounts with different currencies

1999-07-18 Thread Per Bojsen
ccounts in other currencies somehow converted into the preferred currency. -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lexington, MA 02421-8317 USA - %< >% -- The GnuCash / X-Ac

Re: Transfer between bank accounts of different currencies

1999-07-18 Thread Per Bojsen
have different status. I have bank accounts in Denmark and the US and I would like to treat both on an equal basis. I've found that I need to create duplicate income and expense accounts for all the categories I have, one for each currency. -- Per Bojsen

GnuCash scalability

1999-05-27 Thread Per Bojsen
rever? -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lexington, MA 02421-8317 USA - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send mail to [EMAIL PROTECTED] and

Inconsistency in the use of the Action field?

1999-05-27 Thread Per Bojsen
if I'm simply confused about how to use actions or if there is a way to set all actions of a transaction without having to go to each register window of the involved accounts. Thanks. -- Per Bojsen<[EMAIL PROTECTED]> 6132

Force Double Entry

1999-04-15 Thread Per Bojsen
transaction or not: gnucash: Transaction.c:563: ComputeValue: Assertion `s->acc' failed. Pardon me if this is a well-known problem. I'm using GnuCash 1.1.27. -- Per Bojsen<[EMAIL PROTECTED]> 6132 Lexington Ridge Drive Lexington

Accounting with Currencies

1999-04-15 Thread Per Bojsen
her. This approach obviously has problems. So what am I missing here? Are these difficulties more a matter of enhancing the balance and profit & loss reports to handle multiple currencies or are they due to my misusing GnuCash? All comments are welcome! Thanks. -- Per Bojsen