7 FS::Report - Report data objects
11 #see the more speicific report objects, currently only FS::Report::Table
15 See the more specific report objects, currently only FS::Report::Table
21 =item new [ OPTION => VALUE ... ]
23 Constructor. Takes a list of options and their values.
29 my $class = ref($proto) || $proto;
30 my $self = @_ ? ( ref($_[0]) ? shift : { @_ } ) : {};
31 bless( $self, $class );
42 L<FS::Report::Table>, reports in the web interface.