[Gnucash-changes] r12294 - gnucash/trunk - Copy the table markup from an intermediate table to the final

David Hampton hampton at cvs.gnucash.org
Sat Jan 7 14:13:29 EST 2006


Author: hampton
Date: 2006-01-07 14:13:29 -0500 (Sat, 07 Jan 2006)
New Revision: 12294
Trac: http://svn.gnucash.org/trac/changeset/12294

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/report/standard-reports/account-summary.scm
Log:
Copy the table markup from an intermediate table to the final
displayed table.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-07 19:12:35 UTC (rev 12293)
+++ gnucash/trunk/ChangeLog	2006-01-07 19:13:29 UTC (rev 12294)
@@ -1,5 +1,12 @@
 2006-01-07  David Hampton  <hampton at employees.org>
 
+	* src/report/standard-reports/account-summary.scm: Copy the table
+	markup from an intermediate table to the final displayed table.
+	
+	* src/report/report-system/html-acct-table.scm: When building a
+	html table from an account tree, apply markup to the "total" lines
+	so that they use the right stylesheet colors.
+
 	* src/report/standard-reports/portfolio.scm:
 	* src/report/standard-reports/advanced-portfolio.scm: Fix the
 	"share decimal places" option.

Modified: gnucash/trunk/src/report/standard-reports/account-summary.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/account-summary.scm	2006-01-07 19:12:35 UTC (rev 12293)
+++ gnucash/trunk/src/report/standard-reports/account-summary.scm	2006-01-07 19:13:29 UTC (rev 12294)
@@ -490,6 +490,8 @@
 	      )
 	  (let ((row 0))
 	    (while (< row table-rows)
+		   (gnc:html-table-set-row-markup! build-table (+ row 1)
+						   (gnc:html-table-row-markup hold-table row))
 		   (let ((col 0))
 		     (while (< col hold-table-width)
 			    (gnc:html-table-set-cell!



More information about the gnucash-changes mailing list