Re: testing the book zeroing code (maybe for backport?) <>

2008-03-13 Thread Tim Wunder
On Saturday 08 March 2008 07:13:31 pm Andreas Köhler wrote: > Hi Tim, > > On Do, 2008-02-07 at 16:37 -0500, Derek Atkins wrote: > ---8<--- > > > Well, it's possible that GetBalanceAsOfDate goes forward in time > > instead of backwards in time, which means that the more transactions > > you have the

Re: testing the book zeroing code (maybe for backport?) <>

2008-02-07 Thread Tim Wunder
On Thursday 07 February 2008 04:37:35 pm Derek Atkins wrote: > Mike or Penny Novack <[EMAIL PROTECTED]> writes: > > of each account as of some specified date). You could ask your testers > > to give you the time one of these things took. No point looking for > > what might be wrong with your "clos

Re: testing the book zeroing code (maybe for backport?)

2008-02-06 Thread Tim Wunder
On Wednesday 06 February 2008 11:33:42 am Derek Atkins wrote: > Quoting David Reiser <[EMAIL PROTECTED]>: > > Is there a convenient way to count total transactions? I have about > > [z]cat datafile | grep gnc:transaction | wc > > -derek Won't that double the actual transaction count since there's

Re: testing the book zeroing code (maybe for backport?)

2008-02-06 Thread Tim Wunder
On Wednesday 06 February 2008 11:08:05 am David Reiser wrote: > Is there a convenient way to count total transactions? I have about > 100 expense accounts and 20 income accounts with a 16MB uncompressed > data file, and it took just over 4 minutes to close my books as of > today for about 3 years w

Re: testing the book zeroing code (maybe for backport?)

2008-02-06 Thread Tim Wunder
On Wednesday 06 February 2008 10:16:53 am Andrew Sackville-West wrote: > On Tue, Feb 05, 2008 at 08:39:52AM -0500, Derek Atkins wrote: > I *still* haven't tested it (school's got me so busy) but I would > agree with Tim, that maybe there should be some indicator of progress, > or at least a "now cl

Re: testing the book zeroing code (maybe for backport?)

2008-02-05 Thread Tim Wunder
On Tuesday 05 February 2008 09:42:06 am Derek Atkins wrote: > Tim Wunder <[EMAIL PROTECTED]> writes: > > My main complaint with it is that, for my data file, it takes what seems > > like a long time to complete, and it offers no feedback to the user that > > something is

Re: testing the book zeroing code (maybe for backport?)

2008-02-05 Thread Tim Wunder
On Saturday 02 February 2008 11:22:59 am Manfred Usselmann wrote: > Tim Wunder <[EMAIL PROTECTED]> schrieb am Sat, 2 Feb 2008 08:37:42 > > -0500: > > On Saturday 02 February 2008 03:34:59 am Christian Stimming wrote: > > > Am Mittwoch, 30. Januar 2008 22:18 schrieb

Re: testing the book zeroing code (maybe for backport?)

2008-02-02 Thread Tim Wunder
On Saturday 02 February 2008 03:34:59 am Christian Stimming wrote: > Am Mittwoch, 30. Januar 2008 22:18 schrieb Andreas Köhler: > > > Over this weekend I implemented a simple book closing feature > > > that lets you zeroize the Income and Expense accounts into > > > Equity. It's comprised of chang

Re: missing documentation

2008-01-05 Thread Tim Wunder
On Saturday 05 January 2008 12:05:19 am Thomas Bushnell BSG wrote: > On Fri, 2008-01-04 at 23:40 -0500, Tim Wunder wrote: > > You asked why direct connect would be used. I answered with my use case. > > If that doesn't suit you, so be it. It /helps/ me keep a better eye on my

Re: missing documentation

2008-01-04 Thread Tim Wunder
On Friday 04 January 2008 11:23:21 pm Thomas Bushnell BSG wrote: > On Fri, 2008-01-04 at 23:13 -0500, Tim Wunder wrote: > > I used to save my credit card receipts and enter them manually. Now I > > import them. Much easier to download transactions than to key them in > > eve

Re: missing documentation

2008-01-04 Thread Tim Wunder
On Friday 04 January 2008 04:12:49 pm Thomas Bushnell BSG wrote: > I understand what happens if I import a QIF to start a new set of > accounts: the wizard works with me to figure out what the file says, and > then sets up accounts. > > But I haven't got a clue what happens if I import a file from

Re: testing the book zeroing code (maybe for backport?)

2007-12-28 Thread Tim Wunder
On Friday 28 December 2007 07:55:59 am Derek Atkins wrote: > Hi, > > Quoting Tim Wunder <[EMAIL PROTECTED]>: > > Couple things: > > * it'd be nice to have some sort of feedback to the user that something > > is happening. How hard would it be to add a progr

Re: testing the book zeroing code (maybe for backport?)

2007-12-27 Thread Tim Wunder
On Wednesday 26 December 2007 05:21:06 pm Derek Atkins wrote: > Hi, > > Over this weekend I implemented a simple book closing feature > that lets you zeroize the Income and Expense accounts into > Equity. It's comprised of changesets r16713, 16714, and 16715. > It's only impemented in the trunk br

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

2007-08-28 Thread Tim Wunder
On Friday 24 August 2007 7:57:00 pm Josh Sled wrote: > GtkTreeModel *filtered_model = > gtk_tree_model_filter_new(existing_model, NULL); > gtk_tree_model_filter_set_visible_func(filtered_model, > _gnc_sxslr_filter_func, NULL, NULL); > > > This is very similar to the use of an Interface in obje

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

2007-08-24 Thread Tim Wunder
On Friday 24 August 2007 6:54:27 pm Josh Sled wrote: > Tim Wunder <[EMAIL PROTECTED]> writes: > > That was easy and I liked the result. Encouraged, I sought to reading > > more of the code to see where it builds the list of SXs that get > > displayed. I want only SXs tha

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

2007-08-23 Thread Tim Wunder
So after complaining about the new SLR dialog for the millionth time on IRC, I was told that I should just send in a patch that makes it do what I want. Not being a programmer, I said that it's easier to just whine and complain. Regardless, I've decided to take what brain cells I have left and t

SLR bug in 2.2?

2007-08-19 Thread Tim Wunder
In 2.0.x, if the Since Last Run druid is canceled at any time, all transactions are canceled. In 2.2 it seems that if you cancel the SLR after reviewing the created transactions, the auto created transactions are not canceled (and the book gets dirtied). Is this intended behavior? It strikes me

Re: Since Last Run dialog concerns

2007-06-19 Thread Tim Wunder
On Monday 18 June 2007 9:49:42 pm Josh Sled wrote: > Tim Wunder <[EMAIL PROTECTED]> writes: > > It's not always a good thing to pile everything into a single view. Some > > things need to be separated. Particularly reminders, or upcoming SXs, > > from current S

Re: Since Last Run dialog concerns

2007-06-14 Thread Tim Wunder
On Thursday 14 June 2007 5:49:12 pm Josh Sled wrote: > Tim Wunder <[EMAIL PROTECTED]> writes: > > I understand the desire for a simpler SLR dialog. The one in 2.0.x > > required > > [...] > > > And finally the user is presented with a "Press Apply to creat

Since Last Run dialog concerns

2007-06-13 Thread Tim Wunder
I understand the desire for a simpler SLR dialog. The one in 2.0.x required navigating multiple pages of a druid in order to create transactions. But I've grown accustomed to its quirkiness, and find it far more usable than the new, simplified version currently in head. First, I'll describe and

Re: RFC - SX Projection Report ; Patch - SX enable/disable

2007-01-31 Thread Tim Wunder
> My intention is to let the existing SX infrastructure do as much of > the work as possible. As such I would simply let it handle the > variables in SX's as the SLR would usually handle them. > > -Peter > > On 30-Jan-07, at 11:13 PM, Tim Wunder wrote: > > On

Re: RFC - SX Projection Report ; Patch - SX enable/disable

2007-01-30 Thread Tim Wunder
On Tuesday 30 January 2007 10:23:48 pm Peter McAlpine wrote: > Hello, > > I have found GnuCash to be a very useful tool for tracking my > personal finances (THANK YOU!), but as others have brought up > previously (http://wiki.gnucash.org/wiki/Budgets) there has > historically been mixed success imp

Re: GnuCash on Win32: Binary package now available

2007-01-03 Thread Tim Wunder
On Wednesday 03 January 2007 11:47 am, Christian Stimming wrote: > As explained earlier here and on http://wiki.gnucash.org/wiki/Windows, > compiling of GnuCash on Microsoft Windows can be completed successfully > for quite some time now. > > Eventually with the help of a lot of you here we were al

Re: bugs + wishlist

2006-10-20 Thread Tim Wunder
On Friday 20 October 2006 6:45 am, Bob Hunter wrote: > GnuCash 1.8.11 If you want the developers to pay attention to your bugs and wishlist items, please use http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash Thanks, Tim -- Fedora Core release 5 (Bordeaux), Linux 2.6.18-1.2200.fc5 08:1

Re: r14620 - gnucash/trunk/src - Line-wraps, and typo-fixes.

2006-08-08 Thread Tim Wunder
On Tuesday 08 August 2006 9:16 pm, Chris Shoemaker wrote: >Line-wraps, and typo-fixes. > > > Modified: gnucash/trunk/src/backend/file/gnc-book-xml-v2.c > === > --- gnucash/trunk/src/backend/file/gnc-book-xml-v2.c 2006-08-09 01:12

http://bugzilla.gnome.org/show_bug.cgi?id=336843

2006-07-06 Thread Tim Wunder
Bug #336843 was mentioned on IRC today and I feigned interest in it. I was assured by warlord that "this is something pretty easy to do. Hook a GtkFileChooser to a menu item and load/save the result from/to the current-txn KVP." So I started looking in src/register/ledger-core/ to see if I cou

Re: New logo stuff

2006-05-22 Thread Tim Wunder
On Monday 22 May 2006 1:06 pm, Joshua Facemyer / Impressus Art wrote: > So here's my newest stuff with my opinion. > > http://www.impressusart.com/download/splash9sm.png Slightly small, but I like it > http://www.impressusart.com/download/splash9.png Too big. And you can see "2.0" on the Gnu bank

Re: Splash Screen Revisited

2006-05-19 Thread Tim Wunder
FWIW, I like 'em. They're better than the current 1.8x graphics, IMO (which I also like) Tim On Friday 19 May 2006 6:28 pm, Derek Atkins wrote: > Thanks. Replied back to the list (because that's where this should've > gone). Personally I don't mind the curvy line at the top. I'm > not sure how

Crash bug

2006-04-24 Thread Tim Wunder
As mentioned earlier today on IRC, I've come across a crash bug on recent SVN code (r13842). Unfortunately, I've had no luck at duplicating the circumstances that lead to the crash, but a backtrace can be found: http://bugzilla.gnome.org/show_bug.cgi?id=339656 I have a data file that always caus

Re: Whats new in 2.0?

2006-04-13 Thread Tim Wunder
One more typo... - GnuCash now stores and reads each countries special character sets by using UTF-8. + GnuCash now stores and reads each country's special character sets by using UTF-8. Are lots and/or book closing making into 2.0.0? HTH, Tim pgpYL45AWZzGw.pgp Description: PGP signature _

Re: Question on modifing User Guide

2006-04-12 Thread Tim Wunder
On Tuesday 11 April 2006 10:57 pm, someone claiming to be Bengt Thuree wrote: > On On, 2006-04-12, 11:41, David Herman skrev: > > On Mon, 2006-04-10 at 22:45 -0600, Chris Lyttle wrote: > > > > Also - there is one screen that I have NOT been able to screen capture- > > the options screen with the pu

Re: Recent problems building from SVN trunk

2006-03-12 Thread Tim Wunder
On Saturday 11 March 2006 1:45 pm, someone claiming to be Derek Atkins wrote: > Quoting David Herman <[EMAIL PROTECTED]>: > > I've attached the log created from "make all install > makeall.log" > Using bash: > > ( make all install 2>&1 ) | tee -i makelog > FWIW, I'd use something like 'make all

Re: Problems running GnuCash 1.9.0 on kubuntu 5.10

2006-02-11 Thread Tim Wunder
On Saturday 11 February 2006 1:24 pm, someone claiming to be Aaron Larson wrote: > I did something close. > > make distclean > ./configure --prefix=/tmp/gnucash /tmp should definately not be used. Use /opt/gnucash, or /usr/local HTH, Tim -- Fedora Core release 4 (Stentz), Linux 2.6.15-1.1831

Re: tarball POTFILE.in errors; 1.9.0 next Sunday proposed (was: Proposal: Release 1.9.0 today)

2006-02-01 Thread Tim Wunder
On Wednesday 01 February 2006 4:56 am, someone claiming to be Christian Stimming wrote: > Ok, > > there are obviously still build problems in a tarball. I propose to plan > for a 1.9.0 next Sunday. Until then, everyone should at least once do a > "make dist" and try to compile the resulting tarbal

Re: G2 Testing (R12976) - Split Transaction Bug

2006-01-25 Thread Tim Wunder
Absolutely enter bug reports for the issues you've found, after ensuring there is no bug already entered. WRT this bug, please look at http://bugzilla.gnome.org/show_bug.cgi?id=126198 I think that is either the bug you are describing, or is related to it. (the steps to reproduce your bug are ve

Re: G2 Testing (R12976) - Split Transaction Bug

2006-01-25 Thread Tim Wunder
On Wednesday 25 January 2006 7:17 am, someone claiming to be Volker Englisch wrote: > I found a bug that is actually not new to G2 since it exists in 1.8.x as > well but I haven't seen it reported anywhere. I was hoping it might get > fixed at some point but it certainly isn't critical: > > This

Re: Are patches to 1.8 useful?

2006-01-18 Thread Tim Wunder
On Wednesday 18 January 2006 4:29 am, someone claiming to be Mike Alexander wrote: > I've been using gnucash to keep track of my finances for the last year > or so. Since I wanted a reliable program (I got tired of Quicken > crashing) I've been using version 1.8. > > During that time I've made a

1.6.x and unspecified bugs

2006-01-17 Thread Tim Wunder
I spent some time over the past couple days reviewing the 60-some bugs in bugzilla with 1.6.x and unspecified as the version. I found 9 bugs that I thought should be closed, 9 that I thought were questionable and probably should be closed, and one duplicate that has since been closed. I do have

Re: G2 svn 12157 - crash on SX edit

2006-01-16 Thread Tim Wunder
On Monday 16 January 2006 9:46 am, someone claiming to be Josh Sled wrote: > On Mon, 2005-12-12 at 12:55 -0500, Tim Wunder wrote: > > On Monday 12 December 2005 12:16 pm, someone claiming to be Derek Atkins > > > > wrote: > > > Tim Wunder <[EMAIL PROTECTED]>

(OT) Reply to (was Re: Compile Error)

2005-12-26 Thread Tim Wunder
On Monday 26 December 2005 6:13 pm, someone claiming to be Derek Atkins wrote: > PLEASE CC GNUCASH-DEVEL ON ALL REPLIES... > PS: in the future, PLEASE REPLY TO THE LIST! Which begs the question... why not set the reply-to header to be the list? Not that I care, much. KMail is smart enough to know

Re: G2 svn 12157 - crash on SX edit

2005-12-12 Thread Tim Wunder
On Monday 12 December 2005 12:16 pm, someone claiming to be Derek Atkins wrote: > Tim Wunder <[EMAIL PROTECTED]> writes: > > If I edit an SX and change the Reconcile flag, G2 will crash after > > clicking OK. > > I'm not even sure what the reconcile flag MEANS in a

G2 svn 12157 - crash on SX edit

2005-12-11 Thread Tim Wunder
If I edit an SX and change the Reconcile flag, G2 will crash after clicking OK. Tim -- Fedora Core release 4 (Stentz), Linux 2.6.14-1.1644_FC4 KDE: 3.5.0-1.6.fc4.kde, xorg-x11-6.8.2-37.FC4.49.2 22:10:11 up 8:37, 1 user, load average: 1.56, 1.56, 1.01 MP3/OGG archive Total playlength : 7 da

Re: gnc-backend-file.c: ERR_BACKEND_PERM too unspecific

2005-12-05 Thread Tim Wunder
On Monday 05 December 2005 5:11 pm, someone claiming to be Derek Atkins wrote: > Quoting Tim Wunder <[EMAIL PROTECTED]>: > > OK, I know I'm not qualified to have a legitimate opinion on this, > > but can you > > answer a stupid question for me? > > As I under

Re: gnc-backend-file.c: ERR_BACKEND_PERM too unspecific

2005-12-05 Thread Tim Wunder
change the owner. I think > > we should change this chown() call to: > > > > chown(tmp_name, -1, statbuf.st_gid) > > > > This would retain the original group setting on the file, which should > > work provided the user is in the group. Or we can just forego the &

Re: gnc-backend-file.c: ERR_BACKEND_PERM too unspecific

2005-11-28 Thread Tim Wunder
I don't see where Christian is talking about chmoding a backup file here. I read this as him getting a warning when saving the data file. A warning that caused the app to fail, and really wasn't the warning it thought it was (the file was saved regardless of the warning). Regardless, an app shou

Re: MediaWiki instead of Trac Wiki?

2005-11-28 Thread Tim Wunder
On Monday 28 November 2005 11:53 am, someone claiming to be Derek Atkins wrote: > Should we install MediaWiki and use that instead of the Trac Wiki on > the gnucash server? I'll note that MediaWiki will require installing > mysql -- although I can firewall it all off.. I'm just wondering > what

Re: trac wiki ToC

2005-11-27 Thread Tim Wunder
On Sunday 27 November 2005 10:35 am, someone claiming to be Derek Atkins wrote: > Quoting Christian Stimming <[EMAIL PROTECTED]>: > > Am Sonntag, 27. November 2005 04:56 schrieb Tim Wunder: > >> > > Is there a way to get the Trac Wiki pages to create a Table

Re: trac wiki ToC

2005-11-26 Thread Tim Wunder
On Saturday 26 November 2005 5:55 pm, someone claiming to be Josh Sled wrote: > On Sat, 2005-11-26 at 16:52 -0500, Tim Wunder wrote: > > Is there a way to get the Trac Wiki pages to create a Table of Contents > > like the gnomesupport.org wiki? > > > > Having the T

trac wiki ToC

2005-11-26 Thread Tim Wunder
Is there a way to get the Trac Wiki pages to create a Table of Contents like the gnomesupport.org wiki? Having the ToC like this page: http://gnomesupport.org/wiki/index.php/GnuCashFaq looks better than this page: http://svn.gnucash.org/trac/wiki/GnuCashFaq Thanks, Tim -- Fedora Core release

Re: error in gnc-plugin-budget.c when compiling G2 from trunk

2005-11-21 Thread Tim Wunder
On Sunday 20 November 2005 11:36 pm, someone claiming to be David Hampton wrote: > On Sun, 2005-11-20 at 22:52 -0500, Tim Wunder wrote: > > Trying to compile trunk tonight and I get this error: > > ... > > gnc-plugin-budget.c: In function 'gnc_plugin_budget_cmd_op

error in gnc-plugin-budget.c when compiling G2 from trunk

2005-11-20 Thread Tim Wunder
Trying to compile trunk tonight and I get this error: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/core-utils -I../../src/calculation -I../../src/engine -I../../src/network-utils -I../../src/app-utils -I../../src/backend/file -I../../src/g-wrap -I../../src/gnome-utils -I../../src

Re: What version of G2 am I running?

2005-11-15 Thread Tim Wunder
On Tuesday 15 November 2005 4:09 pm, someone claiming to be Derek Atkins wrote: > Quoting Neil Williams <[EMAIL PROTECTED]>: > > On Tuesday 15 November 2005 7:21 pm, Tim Wunder wrote: > >> I run autogen.sh/configure/make/make install > >> I do not run "make

Re: Can't open budget after closing it

2005-11-15 Thread Tim Wunder
On Saturday 12 November 2005 11:52 am, someone claiming to be Chris Shoemaker wrote: > On Sat, Nov 12, 2005 at 11:29:20AM -0500, Chris Shoemaker wrote: > > Sorry, Tim. I've had some hardware failures that prevent me from > > testing this at the moment, but I can at least tell you that it has > >

Re: What version of G2 am I running?

2005-11-15 Thread Tim Wunder
> > Question: Are you running "make all" before "make install"? Or do you > run "make install" directly? Not that this should make a huge > difference, but I'm just wondering in order to try to help you track > down the issue. > > -derek >

What version of G2 am I running?

2005-11-15 Thread Tim Wunder
I updated from SVN last night $ svn info|grep Revision Revision: 11939 configured it with $ ./configure --enable-error-on-warning --enable-compile-warnings --prefix=/opt/gnucash --enable-maintainer-mode Installed it with $ sudo make install And I seem to have an updated gnucash: $ ll

Re: Can't open budget after closing it

2005-11-15 Thread Tim Wunder
On Saturday 12 November 2005 11:52 am, someone claiming to be Chris Shoemaker wrote: > On Sat, Nov 12, 2005 at 11:29:20AM -0500, Chris Shoemaker wrote: > > Sorry, Tim. I've had some hardware failures that prevent me from > > testing this at the moment, but I can at least tell you that it has > >

Can't open budget after closing it

2005-11-11 Thread Tim Wunder
If I start with a freshly copied gnucash-1.8.11 data file and open it with G2, then do File-Open-Open Budget, then close the Budget tab, I can no longer Open a Budget. Doesn't matter if I make entries into the budget or not. Doesn't matter if I save the file with the budget open or not. Also,

Re: Budget questions. (wordy)

2005-11-09 Thread Tim Wunder
On Tuesday 08 November 2005 9:37 pm, someone claiming to be Chris Shoemaker wrote: > On Tue, Nov 08, 2005 at 09:03:58PM -0500, Derek Atkins wrote: > > Chris, > > > > most users I would bet enter a CC->Expense transaction when the > > transaction occurs. So you enter your $2000 HDTV expense when >

Re: Budget questions. (wordy)

2005-11-08 Thread Tim Wunder
On Tuesday 08 November 2005 4:29 pm, someone claiming to be Chris Shoemaker wrote: > On Mon, Nov 07, 2005 at 11:38:55PM -0500, Tim Wunder wrote: > > Under the "Budget View" tab, I'm given a list of Account Types to Show. > > Nice. I like that. I proceed to Ctrl-Cl

Budget questions. (wordy)

2005-11-07 Thread Tim Wunder
Hi, I recently developed a paper personal expense budget. It involved reviewing past expenses utilizing gnucash 1.8.11 reports, some cumulative categorization, and a monthly estimate of expenditures, including those expenditures that do not occur monthly. I figured this was as good a time as an

Re: error on getting source from svn

2005-11-07 Thread Tim Wunder
On Monday 07 November 2005 10:19 pm, someone claiming to be Pawan Chitrakar wrote: > i tried to check out from repo > > with anonymous access as adviced but i get this error > > what went wrong... > > please help > > [EMAIL PROTECTED]:/home/pawan/gnucash # svn checkout > http://svn.gnucas

Since Last Run dialog

2005-10-31 Thread Tim Wunder
In gnc-1.8.11, when there were no transactions to create and only transactions to be reminded about, the Since Last Run dialog would offer the user a Finish button while displaying the current set of reminders. Also, the Back button would be disabled (grayed out), since the reminder list is the

Re: G2 Testing - Scheduled Transactions[/Register]

2005-10-31 Thread Tim Wunder
On Sunday 30 October 2005 9:09 pm, someone claiming to be Josh Sled wrote: > On Thu, 2005-10-27 at 12:04 -0400, Tim Wunder wrote: > > In a related issue: > > It would seem to be a good idea to have the preferences dialog mirror the > > SX creation Options section. &

Re: G2 Testing - Scheduled Transactions/Register

2005-10-27 Thread Tim Wunder
On Thursday 27 October 2005 5:54 pm, someone claiming to be David Hampton wrote: > On Thu, 2005-10-27 at 13:30 -0400, Josh Sled wrote: > > On Thu, Oct 27, 2005 at 12:04:51PM -0400, Tim Wunder wrote: > > | In a related issue: > > | It would seem to be a good idea to have t

Re: G2 Testing - Scheduled Transactions/Register

2005-10-27 Thread Tim Wunder
On Thursday 27 October 2005 12:04 pm, someone claiming to be Tim Wunder wrote: > See screenshot http://www.thewunders.org/files/pics/SX-prefs.jpg > Link shoulda been: http://www.thewunders.org:9000/files/pics/SX-prefs.jpg -- Fedora Core release 4 (Stentz), Linux 2.6.13-1.1532_FC4 KDE:

Re: G2 Testing - Scheduled Transactions/Register

2005-10-27 Thread Tim Wunder
On Tuesday 25 October 2005 10:35 pm, someone claiming to be Volker Englisch wrote: > I did some more testing with SX: > > - Creating a new SX >It appears that the values for the "Days in Advance" for a new SX are >being populated from the defaults listed in the preferences for >'Schedu

G2 Testing - Book closing

2005-10-27 Thread Tim Wunder
When cloing the books, the user is presented with a dialog that says: "You have asked for a book to be created. This book... Click on 'Next' to create this book. Click on 'Back' to adjust the dates." The buttons are labeled 'Back' and 'Forward', should probly either change the dialog text to 'For

Re: Confusion about use of G2

2005-10-07 Thread Tim Wunder
On 10/7/2005 1:47 PM, I believe that Chris Shoemaker wrote: On Fri, Oct 07, 2005 at 10:36:59AM -0400, David Hampton wrote: On Sat, 2005-10-01 at 16:59 -0400, Chris Shoemaker wrote: Nevertheless, I've been sitting on a stable, complete implementation of budgeting since the spring, (I actually

Re: feature request

2004-07-20 Thread Tim Wunder
On 7/20/2004 9:03 AM, I believe that Hoffmeis wrote: There is a really nice feature in Microsoft Money, which I use all the time: forcast cash flow. This feature really makes it easy to plan future investments or to create saving plans for recurring bills. As much as I like to change away from Mone