Is there a way to tell if an order was placed through the frontend of the web site or entered through the administrative panel?
You can check the is_super_mode value (I have only check on the quote : $quote->getIsSuperMode())
is_super_mode
$quote->getIsSuperMode()