This commit was generated by cvs2svn to compensate for changes in r3921,
[freeside.git] / FS / FS / Report / Table.pm
1 package FS::Report::Table;
2
3 use strict;
4 use vars qw( @ISA );
5 use FS::Report;
6
7 @ISA = qw( FS::Report );
8
9 =head1 NAME
10
11 FS::Report::Table - Tables of report data
12
13 =head1 SYNOPSIS
14
15 See the more specific report objects, currently only FS::Report::Table::Monthly
16
17 =head1 BUGS
18
19 Documentation.
20
21 =head1 SEE ALSO
22
23 L<FS::Report::Table::Monthly>, reports in the web interface.
24
25 =cut
26
27 1;