Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created February 11, 2014 04:06
Show Gist options
  • Save jpalala/8929100 to your computer and use it in GitHub Desktop.
Save jpalala/8929100 to your computer and use it in GitHub Desktop.
HR_Requirements_Submit.py
import ('transcript.doc') from alma-mater;
import('sss/tin') from govt;
import('certificates') from employers;
passed_requirements = ['sss', 'tin', 'transcript'];
requirementslist = ['certificates','sss','tin','transcript','philhealth','pagibig'];
requirements_complete = raw_input("Enter Percent Complete");
if ( passed_requirements in requirementslist) && requirements_complete > 50% ) :
echo "semi-accepted. If requirements are incomplete, please pass ASAP";
elif(requirements_complete < 50% && requirements_complete > 25%):
echo "possible ghost employee";
elif(requirements_complete < 25%):
echo "check with employee";
scan_all_documents_into_internal_database(); #paper-mishandling prevention
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment