How to Create Employee Payroll Management System with Database in Python | Print Salary |

Описание к видео How to Create Employee Payroll Management System with Database in Python | Print Salary |

Hello Friends,
I hope you are well and stay Safe.
Hit the Like button if you love it and subscribe to my channel to support my work.

calculate function Code: Sorry Friends, Calculate function ki video bymistake delete ho gyi is liye dubara upload nahi kr skta but nich code diya hai...
Ap sb isko mere next video part8 mein dekh skte hai 01:47 timestap pr.

call this function on calculate button with command=self.calculate

def calculate(self):
if self.var_month.get()=='' or self.var_year.get()=='' or self.var_salary.get()=='' or self.var_t_days.get()=='' or self.var_absent.get()=='' or self.var_emp_code.get()=='' or self.var_name.get()=='' or self.var_status.get()=='':
messagebox.showerror('Error','All fields are required')
else:
self.var_net_salary.set("RESULT")
35000/31==1752
31-10=21*1752
per_day=int(self.var_salary.get())/int(self.var_t_days.get())
work_day=int(self.var_t_days.get())-int(self.var_absent.get())
sal_=per_day*work_day
deduct=int(self.var_medical.get())+int(self.var_pf.get())
addition=int(self.var_convence.get())
net_sal=sal_-deduct+addition
self.var_net_salary.set(str(round(net_sal,2)))


-------------------------------------------------------------------------------------------------------------------------
OUR PYTHON PROJECT SOURCE CODES
#Download Various Python Games and Projects: https://www.instamojo.com/webcode867
Download Other Source Code :
1) Student Management System in Python with Database: https://imojo.in/3l0l5ky
2) Grocery Billing System: https://imojo.in/3qyx7e8
3) File-Based Record System: https://imojo.in/48c2cmk
4) Login form using Bootstrap: https://imojo.in/kuu9dj
5) Python Login System: https://imojo.in/2p3ikyy
6) Tour and Travels complete website in PHP: https://imojo.in/1vtpcpl
7) Online Shopping complete website in Php: https://imojo.in/3tm6lkm
8) GetYourPartner Online Marriage Portal website in Php with Database: https://imojo.in/4kkn8n7
-------------------------------------------------------------------------------------------------------------------------
GUI PYTHON PROJECTS TUTORIAL:
➤How to Create QR Code Generator in Python | Complete GUI python tutorial in Hindi:    • How to Create QR Code Generator in Py...  
➤ Python Programming and GUI Application Complete Course for Beginner:    • Python Programming and GUI Applicatio...  
➤ GUI Login System in Python | With Beautiful Image Icons and Animations:    • GUI Login System in Python | With Bea...  
➤ Billing System | Inventory Management System in Python | GUI:    • Billing System | Inventory Management...  
➤ Student Management System with Database in Python | GUI | Hindi:    • Student Management System with Databa...  
➤ (GUI) File Sorting Application in Python | With Image Icons and Status Bar:   • (GUI) File Sorting Application in Pyt...  
➤ How to Create a GUI Email Panel in Python:    • How to Create GUI Email Panel in Python.  
➤ How to make chatbox using bootstrap:    • How to make chatbox using bootstrap  

Комментарии

Информация по комментариям в разработке