summaryrefslogtreecommitdiff
path: root/FS/FS/Report/Table.pm
blob: 9f636fa43f0b30b936211a23281e129a6c266a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
package FS::Report::Table;

use strict;
use vars qw( @ISA );
use FS::Report;

@ISA = qw( FS::Report );

=head1 NAME

FS::Report::Table - Tables of report data

=head1 SYNOPSIS

See the more specific report objects, currently only FS::Report::Table::Monthly

=head1 BUGS

Documentation.

=head1 SEE ALSO

L<FS::Report::Table::Monthly>, reports in the web interface.

=cut

1;