Difference between revisions of "Freeside:3:Documentation:Developer/FS/part pkg/Import"

From Freeside
Jump to: navigation, search
(Edit via perl MediaWiki framework (1.13))
 
(No difference)

Latest revision as of 06:49, 10 February 2015

NAME

FS::part_pkg::Import - Batch customer importing

SYNOPSIS

 use FS::part_pkg::Import;

 #ajax helper
 use FS::UI::Web::JSRPC;
 my $server =
   new FS::UI::Web::JSRPC 'FS::part_pkg::Import::process_batch_import', $cgi;
 print $server->process;

DESCRIPTION

Batch package definition importing.

SUBROUTINES

process_batch_import
Load a batch import as a queued JSRPC job

BUGS

Not enough documentation.

SEE ALSO

FS::cust_main, FS::part_pkg

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 27:
'=item' outside of any '=over'
Around line 66:
You forgot a '=back' before '=head1'