[GNC-dev] Fetching invoice tax list and general business information in python

2022-10-12 Thread Tim van Osch
neral" information about my business (name, address, tax number, etc). I think the term for this data is slots. So the question is, how/can I read slots through the python bindings? Thank you. Sincerely, Tim van Osch. ___ gnucash-devel mailing list gnu

Re: gnucash master: Multiple changes pushed

2014-07-08 Thread Tim Janssen
eliminate one compiler warning not only doesn't work but somehow eliminates another completely unrelated compiler warning. I post this in the hopes that it might help someone much smarter than me figure out what's actually going on. Tim On Tue, Jul 8, 2014 at 2:40 PM, John Ralls wrot

Re: Validate GnuCash website

2011-07-30 Thread Tim M
XHTML 1.0 and HTML 4.01 Strict are nearly identical. Personally I like some of the XHTML code styles betters (such as instead of ) so I would shoot for that, but I would start off trying to get it to validate against HTML 4.01 Transitional first. On Fri, Jul 29, 2011 at 3:27 PM, Derek Atkins wr

Re: Reporting system and potentially Python

2011-07-08 Thread Tim M
Agreed. That sounds like a good plan. -Tim On Fri, Jul 8, 2011 at 4:54 PM, John Ralls wrote: > > On Jul 8, 2011, at 1:25 PM, Tim M wrote: > > On Fri, Jul 8, 2011 at 10:28 AM, John Ralls wrote: > >> >> I think it could be implemented as just another interface to the

Re: Reporting system and potentially Python

2011-07-08 Thread Tim M
services. As the web services are completed, the reports should generate successfully. Later, if new functionality is needed for the reporting system, then it can be defined in a new version of the WSDL and exposed by the web service. Does this make sense? Thanks, -Tim ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Reporting system and potentially Python

2011-07-08 Thread Tim M
it will be ignored). 2. The GnuCash web service receives the request. 3. The web service queries the database using the GnuCash engine code. 4. The web service wraps the results from the engine code into an XML wrapper. 5. The web service sends the XML output back to the client. 6. The XSLT tran

Re: Reporting system and potentially Python

2011-07-08 Thread Tim M
wouldn't happen unless someone saw the need and implemented all of the functionality that would be needed in the web service, but you get the point. -Tim On Fri, Jul 8, 2011 at 4:21 AM, Geert Janssens wrote: > John's suggestion to find something sql-query like to gather data might be &

Re: Reporting system and potentially Python

2011-07-07 Thread Tim M
5b. In the future, it would be possible to allow users to import their own style sheets into GnuCash and apply them to the reports. (if someone writes the code to manage the import and style selection) 6. No reliance on Scheme or Python. Minimal Javascript, but that should be handled easily by webkit.

Re: Reporting system

2011-07-07 Thread Tim M
tate Perl if they want Finance::Quote, and > have a lot of support issues because of it. Let's not make that worse. > > Tim, you realize that in order to rewrite the reports in whatever language > you like, you'll have to become quite expert at Scheme anyway, right? You&

Reporting system

2011-07-06 Thread Tim M
ut something else is preferred. Thanks, -Tim ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Bounty for a bugfix: Have register window Filter-By settings be saved and restored

2011-06-27 Thread Tim M
It seems as though NextSprocket has few active users or (realistic) tasks available. Most existing tasks are posted by the user 'roger pack' and most of his posted requests seem bogus IMO. The site is an interesting idea, but I can't see why any serious developer would spend any significant amoun

Re: "comma at end of enumerator list" error due to macros in libqof

2011-06-10 Thread Tim M
ch that it was going to be validating against a 30-year old standard! It was my mistake. Thanks, -Tim On Fri, Jun 10, 2011 at 8:28 AM, Geert Janssens wrote: > On woensdag 8 juni 2011, Tim M wrote: > >> Since all roads lead to nowhere, I will just leave it alone. > >> &

Re: RFC: Adding some management structure, particularly for decisions about our donation account

2011-06-09 Thread Tim M
I haven't been around here long, but I'll throw in a couple thoughts since there hasn't been much commentary: First, I like the mission statement as Geert suggested and is currently written on the Charter page. It isn't too long or too short, I think if you start discussing all of the goals (comm

Bugzilla down, Bug #583520 comment

2011-06-08 Thread Tim M
udgets closed). So it seems the original defect is no longer an issue in trunk. Thanks, -Tim ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: "comma at end of enumerator list" error due to macros in libqof

2011-06-07 Thread Tim M
Since all roads lead to nowhere, I will just leave it alone. Next time I have time, I'll disable iso-c and see if I can find more important issues to address :) Thanks, -Tim On Tue, Jun 7, 2011 at 12:16 PM, Derek Atkins wrote: > Jim Paris writes: > >> DEFINE_ENUM can just ad

Re: Patch, patch submission questions and general configure/make questions

2011-06-06 Thread Tim M
SO C89, as long as it doesn't make the code less > readable. We are looking forward to seeing your patches! > I will avoid the --enable-iso-c option. Cheers, -Tim M ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: "comma at end of enumerator list" error due to macros in libqof

2011-06-06 Thread Tim M
_not_ use the other conversion functions. I will need to think about the macros some more to see if there is a better way to get properly formed code from DEFINE_ENUM, while maintaining compatibility with the other conversion functions. Thanks, -Tim >> But in any case, those enums which don&#x

"comma at end of enumerator list" error due to macros in libqof

2011-06-05 Thread Tim M
y better ideas and it is quite late so I must return to this later. There are other similar macros in libqof which seem to share this structure so I expect to see errors from the other macros as well at some point. Any suggestions? Thanks, -Tim ___

Patch, patch submission questions and general configure/make questions

2011-06-05 Thread Tim M
with it and make reported the following error: --- make[3]: Leaving directory `/home/tim/Development/gnucash/development/gnucash/lib/stf' stf-parse.c:562: error: comma at end of enumerator list make[3]: *** [stf-parse.lo] Error 1 --- For the record, I am

Re: Website download section

2009-11-13 Thread tim
The php option you could try is to have the link initially link to a local page which would then redirect the user with the php function: http://filelink'); exit; ?> Note that the header function must be used before any other content has been served to the user. -tim Sent on the Spr

Re: Website download section

2009-11-13 Thread tim
Sorry, I mean try using the target attribute in the href tag: Probably the same effect, but its worth a shot. There might also be a way to do it with php redirection but Ill have to get back with an example for that. -tim Sent on the Sprint® Now Network from my BlackBerry® -Original

Re: Website download section

2009-11-13 Thread tim
For the readme have you tried seeing what happens if you have the link open in a new window? It will probably be to no effect but that's the only other thing I can think of right now -tim --Original Message-- From: Geert Janssens Sender: gnucash-devel-boun...@gnucash.org To: gn

Re: Website download section

2009-11-13 Thread Tim M
or the specific file rather than attempting to bypass it. I don't know how others feel about it, but I think it's important to keep their revenue structure intact for the services they are providing rather than try to bypass it. -Tim On Fri, Nov 13, 2009 at 3:38 AM, Geert Janssens

Re: Website download section

2009-11-12 Thread tim
doesn't seem to handle binary files. * I have added short descriptions on how to install GnuCash for a number of Linux distributions via their native software installer tools. The ones that are there are those I use myself (plus the line Tim provided for Ubuntu). There are still some popular dis

Re: Website and download confusion

2009-11-11 Thread Tim M
able releases should be used for testing purposes only. " My 2 cents, -Tim M On Wed, Nov 11, 2009 at 9:05 AM, Geert Janssens wrote: > On Wednesday 11 November 2009, Colin Law wrote: > > 2009/11/11 Geert Janssens : > > > Hi, > > > > > > There have been a

Re: Patch for reparenting accounts through drag and drop

2009-11-03 Thread tim
have your accounts set up the way you want them. Just my 2 cents -tim m. Sent on the Sprint® Now Network from my BlackBerry® -Original Message- From: Erik Anderson Date: Sat, 31 Oct 2009 18:28:03 To: Matt Lavin Cc: gnucash-devel Subject: Re: Patch for reparenting accounts through dra

Re: GnuCash Website: Translations are wrong encoded or missing; was: All pages are wrong encoded or lost

2009-10-16 Thread tim
erience but the documentation and function comments on php.net are rather helpful. -tim --Original Message-- From: Frank H. Ellenberger Sender: gnucash-devel-boun...@gnucash.org To: gnucash-devel@gnucash.org To: gnucash-u...@gnucash.org Subject: GnuCash Website: Translations are wrong encoded or m

Re: Patch for balance column displayed in template register

2009-10-03 Thread Tim M
Hi Christian, Yes it should be applied if it looks ok to you. Thanks, -Tim 2009/10/3 Christian Stimming : > Hi Tim, > > I somehow lost the result of your discussion with Derek. Can you clarify again > for me: Should this patch here be applied? > > Thanks, > > Christ

Re: r18354 - gnucash/trunk/src/register/ledger-core - Fix bug when register running balance column appears in template transaction.

2009-10-02 Thread Tim M
time. Here: https://lists.gnucash.org/pipermail/gnucash-devel/2009-September/026438.html And thanks for all the help! On 10/2/09, Derek Atkins wrote: > Tim M writes: > >> See the attached screenshot. It shows the far right of a template >> transaction in GnuCash 2.2.6, w

Re: r18354 - gnucash/trunk/src/register/ledger-core - Fix bug when register running balance column appears in template transaction.

2009-10-02 Thread Tim M
AM, Derek Atkins wrote: > I'm pretty sure the blank column shouldn't be there...  But I'm not sure > what you're seeing. > > -derek > > Tim M writes: > >> Hmm was this a bug in 2.2.6? I've been using it as a benchmark (ubuntu >> 9.04 isn

Re: Patch for balance column displayed in template register

2009-09-30 Thread Tim M
template. -Tim 2009/9/28 Christian Stimming : > Am Samstag, 26. September 2009 14:59 schrieb Tim M: >> I noticed yesterday a bug in the reg run balance patch that was applied, >> there is now a "Balance" column displayed in the template transaction >> register.  If you

Re: Build error split-register-model.c

2009-09-30 Thread Tim M
> >> > >> It was ok before I picked up the last few days of changes. > >> I am on Ubuntu 9.04. > >> > >> Is this something specific to me? > >> > >> It is late so I have not looked at the files indicated yet. > > > > This is very odd..  What version of slib do you have?  What happens if > > you do

Re: r18354 - gnucash/trunk/src/register/ledger-core - Fix bug when register running balance column appears in template transaction.

2009-09-30 Thread Tim M
my mistake. On 9/30/09, Derek Atkins wrote: > Hi, > > Tim M writes: > >> I should note that when testing this patch, I also tried setting the >> RATE_CELL >> to column 7 for the template register (8 for non-template) and leaving >> column >> 8 blank, but I was

wrong version in 2.3.6 news

2009-09-29 Thread Tim M
FYI, the 2.3.6 news article on the front page says "GnuCash 2.3.9 released" :) ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: r18354 - gnucash/trunk/src/register/ledger-core - Fix bug when register running balance column appears in template transaction.

2009-09-29 Thread Tim M
instead of 9 which is required to add the running balance column. -Tim On Tue, Sep 29, 2009 at 10:30 AM, Derek Atkins wrote: > Christian Stimming writes: > > > -gnc_table_layout_set_cell (layout, curs, RBALN_CELL, 0, 7); > > +if

Patch for balance column displayed in template register

2009-09-26 Thread Tim M
I noticed yesterday a bug in the reg run balance patch that was applied, there is now a "Balance" column displayed in the template transaction register. If you open the scheduled transaction editor, then open a scheduled transaction and go to the "Template Transaction" tab, there is a "Balance" co

Patch to allow reg run balances for single account registers (partial implementation)

2009-09-26 Thread Tim M
The attached patch is an enhancement to the original reg_run_balance patch that was implemented. This patch has been created off of a recent trunk (in the last week). It makes the following changes: 1. Add a gboolean to the argument list of the gnc_split_register_get_rbaln() function. If the ne

Re: Reg Run Balance for Subaccount view

2009-09-07 Thread Tim M
ger register is not a bug, however, although ideally the Balance column would not be displayed in this register. I opted not to create a new ledger type for this patch, since it could perhaps more easily be done if it is possible to compare the ld->type and only display the balance column for the GE

Re: Reg Run Balance for Subaccount view

2009-09-06 Thread Tim M
. 3. Added the get_trans_total_amount_subaccounts() function which returns the total amount of a transaction for the register's parent account and all subaccounts. On Fri, Sep 4, 2009 at 12:01 AM, Tim M wrote: > OK, IMO the updated patch attached to this mail is ready for testing. This >

Re: Common code indentation (follow-up to 2007 discussion)

2009-09-04 Thread Tim Abell
Christian Stimming wrote: Am Donnerstag, 13. August 2009 22:56 schrieb Tim Abell: Late to the party, but currently I prefer tab indents to spaces as it allows each developer to decide for themselves how big the indent is. I'm afraid I don't agree to this one. Things like

Re: Reg Run Balance for Subaccount view

2009-09-03 Thread Tim M
ng out just where to put such a function and how to get it working. I did try! Also, this is my first FOSS patch, so let me know if there is anything I can do differently or improve on, thanks! -Tim M. On Fri, Jul 10, 2009 at 10:53 AM, Tim M wrote: > Hello, > > I've attached a B

Re: Possible improvement to budgets using budget rules

2009-08-17 Thread Tim Abell
entioning that I don't track every penny, especially cash, and instead just have a budgeted cash expenditure account that I try not to put too much through, so this reduces what I have to keep track of. Of course all this is moot till I actually manage to stump up the code :-) Tim Abell

Re: Possible improvement to budgets using budget rules

2009-08-13 Thread Tim Abell
g.cgi?id=570011 http://bugzilla.gnome.org/show_bug.cgi?id=570012 My code is scattered around http://github.com/timabell Good luck in your ambitions, and thanks for your thoughts. I sure did read to the end ;-) Yours Tim Abell http://www.timwise.co.uk/ Bryce Poole wrote: I'd like to start out by than

Re: Common code indentation (follow-up to 2007 discussion)

2009-08-13 Thread Tim Abell
Late to the party, but currently I prefer tab indents to spaces as it allows each developer to decide for themselves how big the indent is. Tim Christian Stimming wrote: Now that we've come back to working on one single branch (trunk), we should reconsider the idea from back in 200

Re: Reg Run Balance for Subaccount view

2009-08-11 Thread Tim M
st. Any help that can be offered is appreciated. Thanks, -Tim ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reg Run Balance for Subaccount view

2009-07-10 Thread Tim M
asset accounts (bank, checking) so I'm not sure if it might cause problems with different account types. Please take a look and let me know how I can further improve it! Thanks, -Tim M. Index: src/register/ledger-core/split-register-model.c ==

git clone with svn metadata for download

2009-04-18 Thread Tim Abell
git checkout master git svn rebase these instructions need testing Feedback welcome. Tim Abell ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Import and tracking of svn on github

2009-04-13 Thread Tim Abell
Subject: Import and tracking of svn on github Full svn mirroring is something we would like to add. It's not a very high priority though as we don't have git mirroring yet either. It's likely that both will be implemented at the same time. Tim Abell wrote: An open

Re: request for help preparing balance line chart report for inclusion in trunk

2009-04-13 Thread Tim Abell
Andrew Sackville-West wrote: On Sun, Apr 12, 2009 at 12:35:18AM +0100, Tim Abell wrote: Hello all, I've got a workable scm report that shows balance of an account over time as a line graph. The source can be found at: http://github.com/timabell/gnucash-account-balance-chart/co

Re: request for help preparing balance line chart report for inclusion in trunk

2009-04-13 Thread Tim Abell
Good point, thanks Derek. The relevant bug report is: http://bugzilla.gnome.org/show_bug.cgi?id=570011 I did put a patch up, but I am unsure if I've done it right. Thanks Tim Derek Atkins wrote: Tim Abell writes: Hello all, I've got a workable scm report that shows bal

Re: request for help preparing balance line chart report for inclusion in trunk

2009-04-12 Thread Tim Abell
it (then restart gnucash), I can't remember if I relied on anything newer in trunk. You may even be able to simply use gnucash's custom reports system, though I haven't tried that. Take a look in my install script to see what I've done. Let me know how you get on. Thanks agai

request for help preparing balance line chart report for inclusion in trunk

2009-04-11 Thread Tim Abell
am aware that there are a few shortcomings. Is there anyone out there who would be willing to help me get this report up to scratch so it can be submitted for inclusion? Thanks Tim Abell. ___ gnucash-devel mailing list gnucash-devel@gnucash

Re: Interesting article in LWN

2009-04-11 Thread Tim Abell
fascinating stuff, thanks for the link. Tim Herbert Thoma wrote: The exceedingly grumpy editor's accounting system update: http://lwn.net/SubscriberLink/314577/25d22d8c0fc63545/ Herbert. ___ gnucash-devel mailing list gnucash-

Import and tracking of svn on github

2009-04-11 Thread Tim Abell
nucash>, including one tracking trunk * me on github <http://github.com/timabell>, including various gnucash import attempts * gnucash wiki page on git <http://wiki.gnucash.org/wiki/Git>, which describes the trials of maintaining both in parallel * my git-sv

Re: Income/Expenses report

2009-01-08 Thread Tim Vail
I doubt that is the case, though. By the way, I've subscribed to the gnucash-devel digest. -Tim Index: src/report/standard-reports/cash-flow.scm === --- src/report/standard-reports/cash-flow.scm (revision 17795) +++ src/report/

Income/Expenses report

2008-12-27 Thread Tim Vail
ive patch to the net worth barchart (the income/expenses chart report is affected by that) that improves performance from 8 sec to almost instantly. But that is the part I'd like to clean up some more first. This patch is svn diff against the trunk. -Tim P.S. I'm not currently subscribed

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

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

2008-02-07 Thread Tim Wunder
at might be wrong with your "closing" until you KNOW something is > > wrong (takes MUCH longer than one of these). > > True.. > ~26 seconds for a Trial Balance: Reports-Income and Expense-Trial Balance Tim -- Fedora Core release 6 (Zod), Linux 2.6.22.14-72.fc6 KDE: 3.5.8-1

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

2008-02-06 Thread Tim Wunder
transaction count since there's a beginning and ending gnc:transaction? FWIW: $ zcat G2finances.xac |grep "gnc:transaction" |wc 18972 28458 502758 $ zcat G2finances.xac |grep "trn:desc" |wc 9486 19225 487813 $ zcat G2finances.xac |grep "act:name" |wc

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

2008-02-06 Thread Tim Wunder
bout 3 years worth of transactions. Mac OS X 10.5, ppc G5 > chip, svn r16781 > You can try: zcat $DATAFILE |grep -c "act:name" for the accounts substitute 'grep -c "trn:desc"' to get the number of transactions. HTH, Tim signature.asc Desc

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, &

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
ably complete enough. > Unless it's changed from the last time I tried it at the end of December, I'd recommend against backport. Adding features that are "probably complete enough" isn't a good idea, IMO. Tim -- Fedora Core release 6 (Zod), Linux 2.6.22.14-72.fc6 K

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
matches the credit card balance better. The transaction import marks the transactions as cleared. Then I'll use the reconciliation process to make sure transactions weren't missed in the downloads, which has happened once or twice over the span of several months. Tim -- Fedora Cor

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
uot;You just closed the books on $LAST_CLOSE_DATE, num_days ago. Are you sure you want to close the books again?" But it looks like a great start to a useful feechur. Thanks, Derek! Tim -- Fedora Core release 6 (Zod), Linux 2.6.22.14-72.fc6 KDE: 3.5.8-1 Fedora 22:05:01 up 3 days, 8:0

the old design docs

2007-10-28 Thread tim
ssed it. Perhaps it is worth updating this copy, or pointing the link somewhere else (I could host a copy if needed). Tim Abell ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

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

2007-08-28 Thread Tim Wunder
e isn't even close to what's supposed to be done, but I'm old, so choose your clue bat with care. ;) Don't I need to pass variables when calling functions or something? Also, how do I query the model (?) to determine its state (autocreate, to-create, reminder, etc...)? Thanks,

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
w I can attack this? Do I need to create a new function that expands only certain rows in the list and use that to replace gtk_tree_view_expand_all()? How do I do that? A gentle nudge in the right direction would be much appreciated. :) Thanks, Tim P.S. Another thought I had was to display

SLR bug in 2.2?

2007-08-19 Thread Tim Wunder
me as a bug. Cancel from the SLR, be it at the initial screen or during review, should cancel all SXs. Tim -- Fedora Core release 6 (Zod), Linux 2.6.22.2-42.fc6 KDE: 3.5.7-9.fc6 Fedora 23:35:01 up 8:39, 3 users, load average: 0.00, 0.00, 0.01 "It's what you learn after you know i

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
X names bold. Regardless, the display of the SXs in the SLR could be made so much more user friendly, IMO. I'll admit that as I looked at the new SLR in a bit more detail tonight, I see where it could be an improvement over the old SLR. But as it stands now, I certa

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

2007-01-31 Thread Tim Wunder
ed as a variable. (I believe that this is the way kmymoney handles variable amounts.) Formula can just be formula., I would think... I thought I had an RFE in bugzilla for something like that, but I can't seem to find it :( Tim On Tuesday 30 January 2007 11:42:15 pm Peter McAlpine wrote:

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

2007-01-30 Thread Tim Wunder
> Implementation: > I have added an "Enabled" checkbox to the SX Editor dialog (all SX's > default to being enabled). If the SX is disabled it does not get > picked up when the SLR runs. The disabled SX's are (will be) > available when selecting SX's for SX

Re: GnuCash / PocketPC

2007-01-09 Thread Tim Garthwaite
here, but are there any competing open source programs in the personal finance space? Are there any open XML formats for this sort of data? Should we create one? Thanks, Tim Derek Atkins wrote: > See http://wiki.gnucash.org/wiki/Windows for the current win32 status. > We have an instal

GnuCash / PocketPC

2007-01-09 Thread Tim Garthwaite
pment means I can also help other interested developers with testing. Think you'd want to team up and get at least pieces of this vision done? Tim ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GnuCash on Win32: Binary package now available

2007-01-03 Thread Tim Wunder
gunzip the data file, but that's a known issue. There's probly a LF/CR problem with the Tips of the Day since it seems ever other one is blank. I haven't dug into it real heavily, but it looks pretty good at first blush. It is slow to start, and a DOS window displays on

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

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

2006-08-08 Thread Tim Wunder
tly. Only handle the guid > - * and slots, everythign else is handled elsewehere */ > + * and slots, everything else is handled elsewehere */ oops! shouldn't that be "elsewhere?" (not that it's a big deal, but the log does say you fixed typos...) Tim -- Fedora Core releas

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

2006-07-06 Thread Tim Wunder
referenced. You'd also need to deal with the possibility that the data file referenced gets deleted/moved from outside of gnucash. This all makes it seem rather non-trivial to me. Am I making any sense here? Thanks for listening, Tim -- Fedora Core release 5 (Bordeaux), Linux 2.6.17-1

Re: New logo stuff

2006-05-22 Thread Tim Wunder
m/download/gnu_cash.png > > Overall, I like them. Tim pgp88OChbhu5L.pgp Description: PGP signature ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

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 l

Crash bug

2006-04-24 Thread Tim Wunder
hat always causes the crash, unfortunately, it's got my financial data in it, so I'm not going to be posting it to the bug. But I'll be glad to offer whatever troubleshooting assistance I may be able to provide. Regards, Tim -- Fedora Core release 4 (Stentz), Linux 2.6.16-tim KDE:

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 sign

Re: Question on modifing User Guide

2006-04-12 Thread Tim Wunder
the options screen with the pull-down on the price date. Alt-PrtScrn or > > PrtScrn do not operate - any other suggestions. The current image is > > not incorrect just out-of-date. > > Use GIMP > Capture Window, with 5 seconds delay > Or ksnapshot... Tim -- Fedora Core rel

Re: Recent problems building from SVN trunk

2006-03-12 Thread Tim Wunder
-i makelog > FWIW, I'd use something like 'make all install >makelog 2>&1' Is there a particular reason you recommend piping it through tee? Regards, Tim pgpum1W9xmNSa.pgp Description: PGP signature ___ gnucash-devel mail

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),

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

2006-02-01 Thread Tim Wunder
to compile the resulting tarball from the tarball > alone. > FWIW, make dist on r13064 results in a tarball that I can untar, configure, make and make install without problems... Tim -- Fedora Core release 4 (Stentz), Linux 2.6.14-1.1656_FC4 KDE: 3.5.1-1.2.fc4.kde, xorg-x11-6.8.2-37.FC4.49.2

Re: G2 Testing (R12976) - Split Transaction Bug

2006-01-25 Thread Tim Wunder
g are very similar to the steps listed in that bug). Regards, Tim On 1/25/2006 11:34 AM, I believe that Volker Englisch wrote: Sure, I'll enter it into Bugzilla. This brings up one question I have. Last time I checked some of the issues I reported last month still existed in SVN. They ar

Re: G2 Testing (R12976) - Split Transaction Bug

2006-01-25 Thread Tim Wunder
ayed >again. > Yes, I see this on 1.8.12 and svn r12952. The interesting thing is (on both versions) that when you press the Split button again (instead of the Memo field), the split is displayed, only unbalanced. This looks like: http://bugzilla.gnome.org/show_bug.cgi?id=126198 Regards,

Re: Are patches to 1.8 useful?

2006-01-18 Thread Tim Wunder
?id=103501 The code pertinent to that fix might be useful as an attachement to that bug. You may also want to check bugzilla for bugs relevant to your other fixes prior to any attempt at creating new bug reports (if you choose to do so). Thanks! Tim pgphuTT0uOWFu.pgp Description: PGP signat

1.6.x and unspecified bugs

2006-01-17 Thread Tim Wunder
here: http://www.thewunders.org:9000/files/GnuCahsh-1.6x.gnumeric If anyone would like to review and comment on my findings, I'd appreciate it greatly. Thanks, Tim -- Fedora Core release 4 (Stentz), Linux 2.6.14-1.1653_FC4 KDE: 3.5.0-4.2.fc4.kde, xorg-x11-6.8.2-37.FC4.49.2 11:10:02 up 13 days, 12:56,

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
ugh to know that this is a mailing list (there is a List-Id: and List-Post: in the header, I guess kmail uses that info), so replies autimatically go to the list. But not everybody uses a MUA that does that... Regards, TIm pgpYLZzSAJwUK.pgp Description: PGP sig

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

  1   2   >