[freeside-commits] freeside/httemplate/graph/elements monthly.html, 1.7, 1.8 report.html, 1.2, 1.3

Erik Levinson levinse at wavetail.420.am
Thu Dec 30 15:03:52 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/graph/elements
In directory wavetail.420.am:/tmp/cvs-serv24392/httemplate/graph/elements

Modified Files:
	monthly.html report.html 
Log Message:
add customer accounting summary report, RT10911

Index: report.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/elements/report.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- report.html	20 May 2010 08:48:51 -0000	1.2
+++ report.html	30 Dec 2010 23:03:50 -0000	1.3
@@ -163,9 +163,11 @@
 % } else {
 %
 <% include('/elements/header.html', $opt{'title'} ) %>
+% unless ( $opt{'graph_type'} eq 'none' ) {
 % $cgi->param('_type', 'png'); 
 
 <IMG SRC="<% $cgi->self_url %>" WIDTH="976" HEIGHT="384">
+% }
 <P ALIGN="right">
 
 % unless ( $opt{'disable_download'} ) { 

Index: monthly.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/elements/monthly.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- monthly.html	29 Mar 2010 09:18:22 -0000	1.7
+++ monthly.html	30 Dec 2010 23:03:50 -0000	1.8
@@ -101,6 +101,7 @@
 
   'agentnum'     => $opt{'agentnum'},
   'remove_empty' => $opt{'remove_empty'},
+  'doublemonths' => $opt{'doublemonths'},
 );
 my $data = $report->data;
 



More information about the freeside-commits mailing list