Difference between revisions of "Freeside:3:Documentation:Developer/FS/h cust pkg"
From Freeside
m (Edit via perl MediaWiki framework (1.13)) |
m (Edit via perl MediaWiki framework (1.13)) |
||
Line 5: | Line 5: | ||
==DESCRIPTION== | ==DESCRIPTION== | ||
An FS::h_cust_pkg object represents historical changes to packages. FS::h_cust_pkg inherits from FS::h_Common and FS::cust_pkg. | An FS::h_cust_pkg object represents historical changes to packages. FS::h_cust_pkg inherits from FS::h_Common and FS::cust_pkg. | ||
+ | |||
+ | ==CLASS METHODS== | ||
+ | ; search HASHREF | ||
+ | :Like [[Freeside:3:Documentation:Developer/FS/cust pkg/search|FS::cust_pkg::search]], but adapted for searching historical records. Takes the additional parameter "date", which is the timestamp to perform the search "as of" (i.e. search the most recent insert or replace_new record for each pkgnum that is not later than that date). | ||
==BUGS== | ==BUGS== | ||
==SEE ALSO== | ==SEE ALSO== | ||
[[Freeside:3:Documentation:Developer/FS/cust pkg|FS::cust_pkg]], [[Freeside:3:Documentation:Developer/FS/h Common|FS::h_Common]], [[Freeside:3:Documentation:Developer/FS/Record|FS::Record]], schema.html from the base documentation. | [[Freeside:3:Documentation:Developer/FS/cust pkg|FS::cust_pkg]], [[Freeside:3:Documentation:Developer/FS/h Common|FS::h_Common]], [[Freeside:3:Documentation:Developer/FS/Record|FS::Record]], schema.html from the base documentation. | ||
+ | |||
+ | ==POD ERRORS== | ||
+ | Hey! '''The above document had some coding errors, which are explained below:''' | ||
+ | |||
+ | ; Around line 96: | ||
+ | :You forgot a '=back' before '=head1' |
Revision as of 13:34, 27 June 2014
NAME
FS::h_cust_pkg - Historical record of customer package changes
SYNOPSIS
DESCRIPTION
An FS::h_cust_pkg object represents historical changes to packages. FS::h_cust_pkg inherits from FS::h_Common and FS::cust_pkg.
CLASS METHODS
- search HASHREF
- Like FS::cust_pkg::search, but adapted for searching historical records. Takes the additional parameter "date", which is the timestamp to perform the search "as of" (i.e. search the most recent insert or replace_new record for each pkgnum that is not later than that date).
BUGS
SEE ALSO
FS::cust_pkg, FS::h_Common, FS::Record, schema.html from the base documentation.
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
- Around line 96:
- You forgot a '=back' before '=head1'