<% include('/elements/header.html', 'Phone number (DID) Availability Report' ) %>
<% include( '/elements/tr-input-text.html', 'id' => 'countrycode', 'field' => 'countrycode', 'label' => 'Country Code', 'maxlength' => 3, 'size' => 3, ) %> <% include( '/elements/tr-input-text.html', 'id' => 'state', 'field' => 'state', 'label' => 'State', 'maxlength' => 2, 'size' => 2, ) %> <% include( '/elements/tr-input-text.html', 'id' => 'npa', 'field' => 'npa', 'label' => 'NPA', 'maxlength' => 3, 'size' => 3, ) %> <% include( '/elements/tr-input-text.html', 'id' => 'nxx', 'field' => 'nxx', 'label' => 'NXX', 'maxlength' => 3, 'size' => 3, ) %> <% include( '/elements/tr-input-text.html', 'id' => 'ratecenter', 'field' => 'ratecenter', 'label' => 'Rate Center', 'size' => 80, ) %> <% include( '/elements/tr-input-text.html', 'id' => 'availbatch', 'field' => 'availbatch', 'label' => 'Batch Name', 'size' => 80, ) %>
Search options
Status Available & Unavailable Numbers Available Numbers Only Unavailable Numbers Only

<% include('/elements/footer.html') %> <%init> die "access denied" unless ( $FS::CurrentUser::CurrentUser->access_right('List inventory') ); my $conf = new FS::Conf;