[freeside-commits] freeside/FS/FS Mason.pm, 1.37, 1.38 h_inventory_item.pm, NONE, 1.1

Mark Wells mark at wavetail.420.am
Wed May 26 00:12:43 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv7527

Modified Files:
	Mason.pm 
Added Files:
	h_inventory_item.pm 
Log Message:
RT#8460: inventory activity report

Index: Mason.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Mason.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -w -d -r1.37 -r1.38
--- Mason.pm	22 May 2010 19:57:53 -0000	1.37
+++ Mason.pm	26 May 2010 07:12:41 -0000	1.38
@@ -217,6 +217,7 @@
   use FS::part_pkg_report_option;
   use FS::cust_attachment;
   use FS::h_cust_pkg;
+  use FS::h_inventory_item;
   use FS::h_svc_acct;
   use FS::h_svc_broadband;
   use FS::h_svc_domain;

--- NEW FILE: h_inventory_item.pm ---
package FS::h_inventory_item;

use strict;
use vars qw( @ISA );
use FS::h_Common;
use FS::inventory_item;

@ISA = qw( FS::h_Common FS::inventory_item );

sub table { 'h_inventory_item' };

=head1 NAME

FS::h_inventory_item - Historical record of inventory item activity

=head1 SYNOPSIS

=head1 DESCRIPTION

An FS::h_inventory_item object represents a change in the state of an 
inventory item.

=head1 BUGS

=head1 SEE ALSO

L<FS::inventory_item>,  L<FS::h_Common>, L<FS::Record>, schema.html from the 
base documentation.

=cut

1;




More information about the freeside-commits mailing list