Hi,
After few days of work, i finish with this problem, now employers can view unsolicited applications!
I like to think this feature will be included in furure version of this component, because is neccesary

What i do?
I modify few files and i create a new one (if i can say that "only copy-paste-rename and few changes")

)
1:
english.php ( or other_language.php

)
add
DEFINE('_NEORECRUIT_VIEW_UNSOLICITED_APPLICATIONS', 'Unsolicited applications'); 2:
front.user_panel.html.php add
<div style="float:left" class="nrc_candidates">
<?php if ( $my->group == 1 ) {
$link = "index.php?option=com_neorecruit&task=candidate_zero";
$text = _NEORECRUIT_VIEW_UNSOLICITED_APPLICATIONS;
}
elseif ($my->group == 2 ) {
$link = "index.php?option=$option&task=candidate_list&Itemid=$Itemid";
$text = _NEORECRUIT_MANAGE_APPLICATIONS;
} ?>
<a href="<?php echo $link; ?>"><?php echo $text; ?></a>
</div>
3:
neorecruit.php add
case 'candidate_zero': candidate_zero( $option, $Itemid, $offerid, $order, $limitstart, $limit ); break; 4: Make a new file
front.candidate_zero.php for define new function needed to list unsolicited aplications
"I attach this file because is too large" -> Wrong! The attachaments directory is not writeable

)

) need to contact me

i think
now you can list all aplications
waiting for comments

tnx