Created
February 11, 2014 04:06
-
-
Save jpalala/8929100 to your computer and use it in GitHub Desktop.
HR_Requirements_Submit.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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