gnucash master: Bug 608098 - Option is hard to find: Change Transaction Report to show account names in multirow txn

Geert Janssens gjanssens at code.gnucash.org
Sun Oct 11 13:07:36 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/83f82040 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b1fa6dc9 (commit)



commit 83f820400b6e935af71fab51baab85b2422e48c1
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Oct 11 18:57:07 2015 +0200

    Bug 608098 - Option is hard to find: Change Transaction Report to show account names in multirow txn
    
    The original commit replaces the General->Style option with
    a similar Display->Detail Level option.
    This change is done because some columns can or can't be displayed
    depending on this option. Listing these together makes this much
    more clearer.
    
    This text should go into the release notes:
    On the Transaction report the General->Style option has been
    replaced with a similar Display->Detail Level option. This
    was done in order to make the display of some columns dependent
    on the value of this option.
    
    When upgrading from 2.6.x or earlier to 2.8.x and you had saved
    or open reports that had set General->Style to 'Multi-line'
    you will have to update these reports to set 'Multi-line' on the
    Display->Detail Level option instead and optionally resave your report.

diff --git a/src/report/standard-reports/transaction.scm b/src/report/standard-reports/transaction.scm
index 94f94b0..ff1b526 100644
--- a/src/report/standard-reports/transaction.scm
+++ b/src/report/standard-reports/transaction.scm
@@ -475,7 +475,7 @@
      (gnc:lookup-option options section name)))
 
   (let* ((row-contents '())
-	 (dummy  (gnc:debug "split is originally" split))
+         (dummy  (gnc:debug "split is originally" split))
          (parent (xaccSplitGetParent split))
          (account (xaccSplitGetAccount split))
          (account-type (xaccAccountGetType account))



Summary of changes:
 src/report/standard-reports/transaction.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list