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, reports in the web interface. =cut 1;