Re: [GNC-dev] Customising Transaction Report

2021-08-30 Thread Derek Atkins
Hi, On Mon, August 30, 2021 10:30 am, flywire wrote: > I have modified trep-engine.scm and added two options to the Display tab: > > 1. "Include zero balance accounts" > 2. "Omit zero balance figures" > > (I'd still be happy for an explanation of the correct way of doing it.) > > What code do I ne

Re: [GNC-dev] Customising Transaction Report

2021-08-30 Thread flywire
I have modified trep-engine.scm and added two options to the Display tab: 1. "Include zero balance accounts" 2. "Omit zero balance figures" (I'd still be happy for an explanation of the correct way of doing it.) What code do I need to add to use these options? I have accounts and transactions wi

Re: [GNC-dev] Customising Transaction Report

2021-08-30 Thread flywire
I probably should have added this comment in the source code. I'm not clear how the Transaction Report relates to a derived report: https://github.com/Gnucash/gnucash/blob/maint/gnucash/report/trep-engine.scm#L491 ;; (Feb 2018) Note to future hackers - this gnc:trep-options-gene

[GNC-dev] Customising Transaction Report

2021-08-30 Thread flywire
The Income Statement (Profit and Loss) has Display Options (Are they called widgets?) for "Include accounts with zero total balances" and "Omit zero balance figures". I assume Transaction Report is an old report developed before these options. Looking through transaction.

Re: [GNC-dev] [GNC] RegEx Case insensitive Search via Reports > Transaction Report > Transaction Filter ?

2020-05-10 Thread Christopher Lam
Not currently in the transaction report though. An easy upgrade is possible. On Mon, 11 May 2020, 11:37 am John Ralls, wrote: > > > > On May 10, 2020, at 6:26 PM, Christopher Lam > wrote: > > > > I think this would be a worthwhile upgrade

Re: [GNC-dev] [GNC] RegEx Case insensitive Search via Reports > Transaction Report > Transaction Filter ?

2020-05-10 Thread John Ralls
> On May 10, 2020, at 6:26 PM, Christopher Lam > wrote: > > I think this would be a worthwhile upgrade for the transaction report? > > -- Forwarded message - > From: Christopher Lam > Date: Sun, 10 May 2020, 5:44 am > Subject: Re: [GNC] RegEx

[GNC-dev] Fwd: [GNC] RegEx Case insensitive Search via Reports > Transaction Report > Transaction Filter ?

2020-05-10 Thread Christopher Lam
I think this would be a worthwhile upgrade for the transaction report? -- Forwarded message - From: Christopher Lam Date: Sun, 10 May 2020, 5:44 am Subject: Re: [GNC] RegEx Case insensitive Search via Reports > Transaction Report > Transaction Filter ? To: Fran_3 Cc: G

Re: [GNC-dev] [GNC] Transaction Report Sign Reverses

2019-10-13 Thread Christopher Lam
Yes, that is correct. The Transaction Report engine was pulled out into a separate file because it was reused in numerous reports. On Sun, 13 Oct 2019 at 14:50, David T. wrote: > Chris, > > Thanks for returning to this. > > I see that this is a patch file for trep-engine.scm. My

Re: [GNC-dev] [GNC] Transaction Report Sign Reverses

2019-10-13 Thread David T. via gnucash-devel
C:\Program Files (x86)\gnucash. Does "recent build" mean?? GC 3.7? Best, David T. On 10/13/2019 6:51 PM, Christopher Lam wrote: Hi David, I'd had a review of transaction-report and can attempt fix signs for subtotals when sorting by 'account name'. The difficult is

Re: [GNC-dev] [GNC] Transaction Report Sign Reverses

2019-10-13 Thread Christopher Lam
Hi David, I'd had a review of transaction-report and can attempt fix signs for subtotals when sorting by 'account name'. The difficult issue remains how to handle reversals when sorting by 'other account name'. I think it's buggy and not sure how to handle it. Try th

Re: [GNC-dev] Transaction Report

2019-01-06 Thread Stephen M. Butler
h/commits/maint/gnucash/report/standard-reports/transaction.scm >>> >>> Am 06.01.19 um 21:02 schrieb Stephen M. Butler: >>>> Is there a way in git to look at the recent changes for the transaction >>>> report?  I just files bug 797018.  I'm thinking

Re: [GNC-dev] Transaction Report

2019-01-06 Thread John Ralls
schrieb Stephen M. Butler: >>> Is there a way in git to look at the recent changes for the transaction >>> report? I just files bug 797018. I'm thinking if I could look at the >>> recent changes (since 3.3-0), I might spot when that option was removed >>>

Re: [GNC-dev] Transaction Report

2019-01-06 Thread Stephen M. Butler
On 1/6/19 12:50 PM, Frank H. Ellenberger wrote: > Hi Steve., > > https://github.com/Gnucash/gnucash/commits/maint/gnucash/report/standard-reports/transaction.scm > > Am 06.01.19 um 21:02 schrieb Stephen M. Butler: >> Is there a way in git to look at the recent changes for the

Re: [GNC-dev] Transaction Report

2019-01-06 Thread Frank H. Ellenberger
Hi Steve., https://github.com/Gnucash/gnucash/commits/maint/gnucash/report/standard-reports/transaction.scm Am 06.01.19 um 21:02 schrieb Stephen M. Butler: > Is there a way in git to look at the recent changes for the transaction > report?  I just files bug 797018.  I'm thinking if I

[GNC-dev] Transaction Report

2019-01-06 Thread Stephen M. Butler
Is there a way in git to look at the recent changes for the transaction report?  I just files bug 797018.  I'm thinking if I could look at the recent changes (since 3.3-0), I might spot when that option was removed (and maybe even restore it).  But my ignorance of git is staring me in the

Re: New transaction report

2017-04-24 Thread dadinva
ur report intended to > complement > the existing transaction report or to supersede it ? That is, does your > implementation do everything the original report did and some more, or > does it > only do other things from the original report ? I am exporting functions from th

Re: New transaction report

2017-04-18 Thread Geert Janssens
On woensdag 5 april 2017 03:36:54 CEST Christopher Lam wrote: > Dear Devs. I've been chronicling Doug's amazing efforts in my GitHub repo > at https://github.com/christopherlam/gnucash-multicolumn - all code changes > are his efforts and I've mainly helped with bug fixing and suggesting > features.

Re: New transaction report

2017-04-18 Thread Geert Janssens
al routines. > I'm afraid I don't understand what you are writing here exactly. What needs to be exported in a way that isn't as is ? Isn't your report working in the state this is ? Also what is the preferred end result ? Is your report intended to complement the

Transaction Report By Date

2014-04-29 Thread Michael Dietz
Hello all, Anyone know if it's a development possibility to add "by day" to the transaction report sorting tab.  When I set the primary key to date, it is missing "day" from the list.  We use a report like this weekly but don't want only the whole week total but w

Re: Transaction report error

2012-02-14 Thread Derek Atkins
Ted Creedon writes: > Happens in 2.4.8 but not 2.2.9 Anything printed on the console? Anything in /tmp/gnucash.trace? > ted -derek > On Mon, Feb 13, 2012 at 1:59 PM, John Ralls wrote: > >> >> On Feb 13, 2012, at 1:30 PM, Ted Creedon wrote: >> >> > I'm getting the following error: >> > >> >

Re: Transaction report error

2012-02-13 Thread Ted Creedon
Happens in 2.4.8 but not 2.2.9 ted On Mon, Feb 13, 2012 at 1:59 PM, John Ralls wrote: > > On Feb 13, 2012, at 1:30 PM, Ted Creedon wrote: > > > I'm getting the following error: > > > > Report error > > An error occurred while running the report. > > > > Any clues how to troubleshoot? > > > htt

Re: Transaction report error

2012-02-13 Thread John Ralls
On Feb 13, 2012, at 1:30 PM, Ted Creedon wrote: > I'm getting the following error: > > Report error > An error occurred while running the report. > > Any clues how to troubleshoot? http://wiki.gnucash.org/wiki/FAQ#Q:_Something_bad_happened.3B_how_can_I_help_debug.3F Regards, John Ralls

Transaction report error

2012-02-13 Thread Ted Creedon
I'm getting the following error: Report error An error occurred while running the report. Any clues how to troubleshoot? tedc ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Transaction Report

2010-09-08 Thread Yawar Amin
Hi there, On 2010-09-08, at 16:40, Manfred Jung wrote: > Hi > > I'm new to the list, so bear with me. Looking around I found only very > limited info on Transaction Reports. I am willing to investigate this option > in GC and eventually write a tutorial. But in order to do a good job I need

Transaction Report

2010-09-08 Thread Manfred Jung
Hi I'm new to the list, so bear with me. Looking around I found only very limited info on Transaction Reports. I am willing to investigate this option in GC and eventually write a tutorial. But in order to do a good job I need to find out a few things: 1. What is already written on the sub

transaction report: option "select all" => not all accounts selected, only visible ones was: 2.3.15/txn report: no accounts chosen

2010-08-22 Thread Jannick Asmus
Christian Stimming wrote: Dear Jannick, please file this as a bug in bugzilla. However, I have further questions as I don't understand exactly the point where you got the erroneous behaviour: Which window of gnucash did you have opened when you chose the "Transaction report" m

Re: Transaction report and other account in multi-split transaction (was: GnuCash 2.2.9)

2010-02-05 Thread Christian Stimming
Am Freitag, 5. Februar 2010 schrieb Ulrike Fischer: > So to answer Christian's question: > > https://bugzilla.gnome.org/show_bug.cgi?id=608098 > > Do you have any proposals on how we should improve the documentation > > (option names, option tooltips, documentation) here? > > I think at first that

Re: crash in 2.3.8 Transaction Report

2009-12-13 Thread Phil Longstaff
On Sun, 2009-12-13 at 20:02 +1100, Graham Menhennitt wrote: > Joslwah wrote: > > On Sun, 13 Dec 2009 11:21:39 +1100 > > Graham Menhennitt wrote: > > > > I think this is the same bug as I reported about a week ago. You need > > to revert change 18426, "Bug #121695: Support account reparenting > >

Re: crash in 2.3.8 Transaction Report

2009-12-13 Thread Graham Menhennitt
Joslwah wrote: > On Sun, 13 Dec 2009 11:21:39 +1100 > Graham Menhennitt wrote: > > I think this is the same bug as I reported about a week ago. You need > to revert change 18426, "Bug #121695: Support account reparenting > through drag and drop in the account tree view" in svn. > > I've tested th

Re: crash in 2.3.8 Transaction Report

2009-12-12 Thread Graham Menhennitt
Graham Menhennitt wrote: > I'm seeing a crash in 2.3.8 when setting options in a Transaction > report. I'm 99% sure that this didn't happen in 2.3.7. If required, I > can rebuild 2.3.7 and try it. I've tried running Check & Repair All to > make sure I hav

Re: crash in 2.3.8 Transaction Report

2009-12-12 Thread Joslwah
he current head both with and without the reversion. Without, changing the accounts used causes a seg. fault. With it works as expected. > Guys, > > I'm seeing a crash in 2.3.8 when setting options in a Transaction > report. I'm 99% sure that this didn't happen in 2.3

Re: crash in 2.3.8 Transaction Report

2009-12-12 Thread Jeff Warnica
nvert_iter_to_child_iter: assertion `GTK_IS_TREE_MODEL_FILTER (filter)' failed On Sat, Dec 12, 2009 at 8:21 PM, Graham Menhennitt wrote: > Guys, > > I'm seeing a crash in 2.3.8 when setting options in a Transaction > report. I'm 99% sure that this didn't happen

crash in 2.3.8 Transaction Report

2009-12-12 Thread Graham Menhennitt
Guys, I'm seeing a crash in 2.3.8 when setting options in a Transaction report. I'm 99% sure that this didn't happen in 2.3.7. If required, I can rebuild 2.3.7 and try it. I've tried running Check & Repair All to make sure I have no errors in my file, but it still happens

Re: crash at Reports/Account Transaction Report

2009-09-28 Thread Christian Stimming
Am Montag, 28. September 2009 14:23 schrieb Brian Amos: > On Sun, Sep 27, 2009 at 7:12 PM, wrote: > > Gnucash disappears in Windows when selecting "Account Transaction > > Report", as well as "Account Report" just above it in the menu.  This is > > with a

Re: crash at Reports/Account Transaction Report

2009-09-28 Thread Sebastian Held
Am Montag, 28. September 2009 14:23:47 schrieb Brian Amos: > On Sun, Sep 27, 2009 at 7:12 PM, wrote: > > Gnucash disappears in Windows when selecting "Account Transaction > > Report", as well as "Account Report" just above it in the menu. This is > > wi

Re: crash at Reports/Account Transaction Report

2009-09-28 Thread Brian Amos
On Sun, Sep 27, 2009 at 7:12 PM, wrote: > > Gnucash disappears in Windows when selecting "Account Transaction Report", as > well as "Account Report" just above it in the menu.  This is with a copy that > I compiled with install.sh and distribution executable bui

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread jraehl
Gnucash disappears in Windows when selecting "Account Transaction Report", as well as "Account Report" just above it in the menu. This is with a copy that I compiled with install.sh and distribution executable built with dist.sh, installed to c:\Program Files\Gnucash in th

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
Am Sonntag, 27. September 2009 20:44:25 schrieb Derek Atkins: > Hi, > > Quoting Sebastian Held : > > [snip] > > >> > /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/r > >> >epo rt/standard-reports.scm:171:9: In expression > >> > (gnc:register-report-create-internal #f query

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Derek Atkins
Quoting Sebastian Held : [snip] checking if guile needs our copy of (guile www)... ./configure: line 15762: syntax error near unexpected token `gnc_have_guile_www,' ./configure: line 15762: `GUILE_MODULE_AVAILABLE(gnc_have_guile_www,(www main))' sebast...@laptop:~/src/gnucash.trunk$ svn up Revis

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
Am Sonntag, 27. September 2009 20:23:54 schrieb Sebastian Held: > Am Sonntag, 27. September 2009 19:14:07 schrieb Derek Atkins: > > hi, > > > > Quoting Sebastian Held : > > > gnucash crashes, if the menu command Reports/Account Transaction > > >

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Derek Atkins
Hi, Quoting Sebastian Held : [snip] > /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/repo >rt/standard-reports.scm:171:9: In expression > (gnc:register-report-create-internal #f query ...): > /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/repo >rt/sta

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
Am Sonntag, 27. September 2009 19:14:07 schrieb Derek Atkins: > hi, > > Quoting Sebastian Held : > > gnucash crashes, if the menu command Reports/Account Transaction > > Report is invoked. > > svn rev. 18350 > > > > This was tested with a new user (empt

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Derek Atkins
hi, Quoting Sebastian Held : gnucash crashes, if the menu command Reports/Account Transaction Report is invoked. svn rev. 18350 This was tested with a new user (empty home dir), empty gnucash-file and therefore empty checking account. Sebastian LANG=C ./gnucash-gdb GNU gdb 6.8

crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
gnucash crashes, if the menu command Reports/Account Transaction Report is invoked. svn rev. 18350 This was tested with a new user (empty home dir), empty gnucash-file and therefore empty checking account. Sebastian LANG=C ./gnucash-gdb

Re: account report and account transaction report cause crash

2009-09-17 Thread Mike Alexander
--On September 17, 2009 2:58:46 PM -0700 Brian Amos wrote: I am having problems with the account report and account transaction report. Gnucash crashes as soon as the menu option is selected. Using 2.3.5 (r18290) on win32 with postgres database backend. I have filed a bug report (595517

account report and account transaction report cause crash

2009-09-17 Thread Brian Amos
I am having problems with the account report and account transaction report. Gnucash crashes as soon as the menu option is selected. Using 2.3.5 (r18290) on win32 with postgres database backend. I have filed a bug report (595517). Has anyone else seen this? or is it specific to my system

Re: AUDIT: r16875 - gnucash/trunk/src/report/standard-reports - Display the Notes if Memo is empty in Transaction Report (#454834)

2008-01-20 Thread Andrew Sackville-West
transaction.scm > Log: > Display the Notes if Memo is empty in Transaction Report (#454834) > Patch by Charles Day thanks Derek, I've been meaning to do that for days now. A signature.asc Description: Digital signature ___ gnucash-devel mai

Re: [Patch] add hyperlinks to transaction report

2006-03-01 Thread Derek Atkins
Applied. Thanks. -derek Quoting Andrew Sackville-West <[EMAIL PROTECTED]>: trivial patch to use html-transaction-anchor in transaction report. take it or leave it as you desire ;) A -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Stu

[Patch] add hyperlinks to transaction report

2006-03-01 Thread Andrew Sackville-West
trivial patch to use html-transaction-anchor in transaction report. take it or leave it as you desire ;) A Index: src/report/standard-reports/transaction.scm === --- src/report/standard-reports/transaction.scm (revision 13367

Transaction report bug might be fixed now

2001-06-14 Thread Robert Graham Merkel
WRT to account display bug in transaction report, I've checked in a fix to CVS HEAD. Would it be possible for you to check it works before I merge the fix into the 1.6 tree? 1 down (I think), several to go :) -- Robert M

Re: Problem with multi-line style transaction report

2001-06-01 Thread Robert Graham Merkel
ke it's a bug. We have had others report some problems with multi-line style on the transaction report, but we haven't been able to confirm it. If you can recreate the conditions that caused the crash and send me the data it'd aid the debugging process a lot. My gnupg key is attached if

Transaction report crash?

2001-05-29 Thread Robert Graham Merkel
You reported a report with "style: multi-line" in the transaction report a little while ago. Nobody has been able to duplicate the crash, and there wasn't much to go on in the bug report. Is this crash still happening? Does GnuCash hang totally? Is there a scheme backtrace?

row-styles, transaction report

2001-04-04 Thread Bill Gribble
rlb and I were trying to speed up the report system a bit recently. He was using a big transaction report to test, and during the debugging process I notice that the transaction-report uses row-styles extensively (for every row, in fact). I may not have mentioned this before, but row styles are

Transaction report comments

2001-02-26 Thread Conrad Canterford
Comments and personal opinion only. These are not criticisms... :-) The account names occupy the leftmost field, and cause its width to be wider than necessary (thus cramping other fields). If possible, make the header lines (all of them) cover the full width of the report (with a COLSPAN=).

Re: Transaction report crashes

2000-11-09 Thread Robert Graham Merkel
Hans-Juergen Hay writes: > Robert Graham Merkel wrote: > > > > I can't duplicate your crash. Is there any other distinguishing > > features you can identify when the crash occurs. > > > > No, I try to buid it with debugging info so that I can look at the core > file. I get back to you

Transaction report crashes

2000-11-09 Thread Robert Graham Merkel
I can't duplicate your crash. Is there any other distinguishing features you can identify when the crash occurs. Robert Merkel [EMAIL PROTECTED]

1.4.8 transaction report crashes etc.

2000-11-07 Thread Robert Graham Merkel
x27;ve had some crashes with the transaction report with very large datasets. However, we haven't had reports of it crashing if you split things up and do the reports in pieces. What version of guile are you using? Robert Merkel

1.4.8 transaction report crashes etc.

2000-11-07 Thread Hans-Juergen Hay
Hello, trying to use Transactinon Reports I found them crashing GnuCash 1.4.8 with larger sets of data or when used severel times with smaller sets. Coudn't get a full listing of my accounts with about 1000 entries. Another thing, in the Gnome-GUI one can not change the size of the balance coll

successfully modified transaction report to use query API

2000-08-06 Thread Robert Graham Merkel
I tracked down my problem to one of my own Scheme-C conversion functions. g-wrap is doing something with pointers which I don't quite understand, and I'll have to discuss with Rob B, but, anyway, I've got a workaround for now, and everything seems to work just fine. Have you had a chance to cons

Re: Another apparent bug in transaction report

2000-07-04 Thread Dave Peticolas
Matthew Vanecek writes: > --127C105A59E1ACC9C2A99932 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > It seems that if I open the transaction report, and select all my > income/expense categories, and two other top-level-accounts w

Another apparent bug in transaction report

2000-07-04 Thread Matthew Vanecek
It seems that if I open the transaction report, and select all my income/expense categories, and two other top-level-accounts which are more-or-less income/expense, and then select a date range of greater than two months, the report fails to complete. More often than not, it seemingly gets stuck

Re: Bug in transaction report?

2000-06-29 Thread Matthew Vanecek
Dave Peticolas wrote: > You didn't read my explanation :) The date recorded internally > wasn't 1969, it was something like 1831, it's just that the time_t > structure couldn't hold a date in seconds that far back and, when > given to the date routines, ended up getting printed as 1969. > GnuCash

Re: Bug in transaction report?

2000-06-28 Thread Dave Peticolas
Matthew Vanecek writes: > Dave Peticolas wrote: > > > > Matthew Vanecek writes: > > > Dave Peticolas wrote: > > > I went back and reviewed the accounts, searching for differences in the > > > ones that did and didn't work. After I set the view to the entire date > > > range, instead of the curre

Re: Bug in transaction report?

2000-06-28 Thread Matthew Vanecek
Dave Peticolas wrote: > > Matthew Vanecek writes: > > Dave Peticolas wrote: > > I went back and reviewed the accounts, searching for differences in the > > ones that did and didn't work. After I set the view to the entire date > > range, instead of the current year, I noticed that the Opening Ba

Re: Bug in transaction report?

2000-06-27 Thread Dave Peticolas
Matthew Vanecek writes: > Dave Peticolas wrote: > I went back and reviewed the accounts, searching for differences in the > ones that did and didn't work. After I set the view to the entire date > range, instead of the current year, I noticed that the Opening Balance > on the crashing accounts wa

Re: Bug in transaction report?

2000-06-27 Thread Clark Jones
Matthew Vanecek wrote: [...] > I went back and reviewed the accounts, searching for differences in the > ones that did and didn't work. After I set the view to the entire date > range, instead of the current year, I noticed that the Opening Balance > on the crashing accounts was dated 12/31/1969.

Re: Bug in transaction report?

2000-06-27 Thread Matthew Vanecek
wrote: > > > > > > Matthew Vanecek writes: > > > > I've been over this, but I cannot figure out what's going on. Whenever > > > > I open the transaction report, it crashes with the pictured trace, and > > > > an "Error executing

Borken transaction report date comparisons.

2000-06-26 Thread Robert Graham Merkel
I've had a closer look at the transaction report date comparisons, and they appear to be more broken than you have pointed out - they were sorting on exact times, not dates. This won't cause crashes or anything, but it will cause transactions to be ordered incorrectly. If 1.4.1

transaction report

2000-06-26 Thread Robert Graham Merkel
Dave Peticolas writes: > Hi Robert, could you modify the transaction report to use > the gnc:timepair-* functions in date-utilities instead of > manipulating them directly? > > I mean things like using gnc:timepair-lt instead of > (< (car a) (car b)) and gnc:time

Re: Bug in transaction report?

2000-06-25 Thread Dave Peticolas
've been over this, but I cannot figure out what's going on. Whenever > > > I open the transaction report, it crashes with the pictured trace, and > > > an "Error executing scheme report". The error is "Function, > > > wrong-type-arg". The

Re: Bug in transaction report?

2000-06-25 Thread Matthew Vanecek
Dave Peticolas wrote: > > Matthew Vanecek writes: > > I've been over this, but I cannot figure out what's going on. Whenever > > I open the transaction report, it crashes with the pictured trace, and > > an "Error executing scheme report". The e

Re: Bug in transaction report?

2000-06-20 Thread Dave Peticolas
Matthew Vanecek writes: > I've been over this, but I cannot figure out what's going on. Whenever > I open the transaction report, it crashes with the pictured trace, and > an "Error executing scheme report". The error is "Function, > wrong-type-arg"

Bug in transaction report?

2000-06-20 Thread Matthew Vanecek
I've been over this, but I cannot figure out what's going on. Whenever I open the transaction report, it crashes with the pictured trace, and an "Error executing scheme report". The error is "Function, wrong-type-arg". The function call is (according to the tr

Re: Transaction Report

2000-06-09 Thread Dave Peticolas
Terry Boldt writes: > I may have found a bug or maybe unexpected behaviour (unexpected to me at > least) in the gnucash transaction report. > > How I found it - > 1) create one or more transactions with todays date, > 2) from main window, select 'Reports',&q

Transaction Report

2000-06-09 Thread Terry Boldt
I may have found a bug or maybe unexpected behaviour (unexpected to me at least) in the gnucash transaction report. How I found it - 1) create one or more transactions with todays date, 2) from main window, select 'Reports',"Transaction Report', with the accoun

Featurectomy on the transaction report?

2000-06-08 Thread Robert Graham Merkel
The transaction report produces erroneous output if you just the double-column amount display in combination with the "merged" style output. The problem is that any potential "fix" also presents data in an incorrect way, particularly for multi-split transactions. There

Re: transaction report feature request

2000-04-27 Thread Dave Peticolas
> > That's what I've been told. I haven't gotten around to figuring them out yet > It looks straightforward. I've just been lazy -- I don't need it myself. A quick tutorial on i18n in reports. First, translatable strings. Any string your report may generate must be recorded so that translator

Re: transaction report feature request

2000-04-27 Thread Bryan Larsen
On Thu, 27 Apr 2000, Robert Graham Merkel wrote: > I've been having a look at adding Palm support, but as that's going > glacially slowly (understanding gnome-pilot isn't easy and the > gnome-pilot developers take a few days to respond to each query). > > I think I'll try fiddling with the report

Re: transaction report feature request

2000-04-27 Thread Robert Graham Merkel
I've been having a look at adding Palm support, but as that's going glacially slowly (understanding gnome-pilot isn't easy and the gnome-pilot developers take a few days to respond to each query). I think I'll try fiddling with the report while I'm waiting. Thanks for the tutorial. > While yo

Re: transaction report feature request

2000-04-27 Thread Bryan Larsen
On Thu, 27 Apr 2000, Robert Graham Merkel wrote: > Bryan, > thanks for your new transaction report. It's a > great improvement on my original. > Oops. Sorry about that. Just read the title now: "feature request" rather than "how do I?". Let

Re: transaction report feature request

2000-04-27 Thread Bryan Larsen
On Thu, 27 Apr 2000, Robert Graham Merkel wrote: > Bryan, > thanks for your new transaction report. It's a > great improvement on my original. > > However, the original printed amounts over two columns (credits > in one, debits in the other), while the new

transaction report feature request

2000-04-27 Thread Robert Graham Merkel
Bryan, thanks for your new transaction report. It's a great improvement on my original. However, the original printed amounts over two columns (credits in one, debits in the other), while the new version prints them in one, with parentheses or other indication of negative am

transaction report patch

2000-04-15 Thread Bryan Larsen
OK, I've fixed up the transaction report so it's nice and feature filled. (patch was sent to [EMAIL PROTECTED]) New features: - brand new look - select multiple accounts - 3 ways of displaying split transactions - a bunch of new sort options - subtotal by account, month or yea

budget patch & new transaction report

2000-04-14 Thread Bryan Larsen
k - report subtotals now work - really ugly colour scheme shows what can be done with new report format. Someone with more esthetic taste may want to fix things up (html-generator.scm) - totally new transaction report (transactions 2) on the menu - allows selection of multiple accounts - does

Re: transaction report

2000-03-09 Thread Christopher Browne
ting the full account name) > > > > Since I based budget-report on transaction-report it would not be difficul t for > > me to make some major fixes & additions to the transaction report. > > > > The items I was planning on working on were: > >

Re: transaction report

2000-03-09 Thread Robert Graham Merkel
Bryan Larsen writes: > You may have noticed that I've done some minor additions to the transaction > report. (handling multi-splits, printing the full account name) > > Since I based budget-report on transaction-report it would not be difficult for > me to make some maj

Re: transaction report

2000-03-08 Thread Bryan Larsen
You may have noticed that I've done some minor additions to the transaction report. (handling multi-splits, printing the full account name) Since I based budget-report on transaction-report it would not be difficult for me to make some major fixes & additions to the transaction rep

transaction report

2000-03-08 Thread Robert Graham Merkel
Dave Peticolas writes: > > Hi Rob, I fixed bug #90 in the transaction report. > It will be in CVS tonight. When you send updates > the report, can you send me diffs from CVS? > > thanks, > dave Hello all. I have been deprived of net access for quite a while no

Re: multi-split transaction report

2000-03-06 Thread Christopher Browne
get > > to go away, and you don't have to track "inflow" and "outflow." > > I didn't consider the transaction report "mine" (I'm working on budgeting), > so I wasn't going to get into that. > > But to be able to report

minor transaction report updates, start of budgeting

2000-03-06 Thread Bryan Larsen
transaction report: - multi-split support - display full hiearchy of account name budget: this is a start on budgeting support. Not much is there, but it could be useful. Currently you must update budget-report.scm to change your budget. It also uses the transaction report options window for

Re: multi-split transaction report

2000-03-05 Thread Bryan Larsen
it as well as you suggest, so thanks! > > a) By creating a debit/credit "collector," lots of set! instances get > to go away, and you don't have to track "inflow" and "outflow." I didn't consider the transaction report "mine" (I'm

Re: multi-split transaction report

2000-03-05 Thread Christopher Browne
On Sun, 05 Mar 2000 04:19:14 CST, the world broke into rejoicing as Bryan Larsen <[EMAIL PROTECTED]> said: > my "learn scheme" project was to support multi-splits on the account > transactions report. > > I'm not sending it out as a patch because I have a bunch of budget crap > littering the fil

multi-split transaction report

2000-03-05 Thread Bryan Larsen
my "learn scheme" project was to support multi-splits on the account transactions report. I'm not sending it out as a patch because I have a bunch of budget crap littering the file as well. as this is my first scheme code, if you scheme experts could comment, that would be appreciated. for src/