self.labelText.set('Please select one of the following options. \n Select TIME IN if you want to record the input time or TIME OUT if you want to record the exit time')
self.labelText.set('Please follow the instructions to update the system. \n In case of administrative work, select your employee code and click below to record the START TIME')
checkBox1=Checkbutton(app,variable=self.checkBoxVal,text='Click to record the TIME IN',height=3,command=self.recordTimeIn)
checkBox1.pack()
self.checkBoxVal=IntVar()
checkBox1=Checkbutton(app,variable=self.checkBoxVal,text='Click to record the START TIME of administrative work',height=2,command=self.recordStartTime)
self.labelText.set('Please follow the instructions to update the system. \n In case of administrative work, select your employee code and click below to record the FINISH TIME')
checkBox1=Checkbutton(app,variable=self.checkBoxVal,text='Click to record the FINISH TIME of administrative work',height=2,command=self.recordStartTime)
checkBox1.pack()
self.labelText=StringVar()
self.labelText.set('5. Please insert any comments')