Nawrin14 / Salary-Grading

Simple salary grading management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salary-Grading

This is a salary grading management system used to calculate an employee's salary grade.

Functionalities

  1. Log-in form (Username is Nawrin & Password is 180104045)
  2. If the user enters all the information correctly then a new form named Grade opens
  3. In Grade form, the Member Name and Member ID are fetched from the previous page
  4. Number of hours can be at most 10 for each day

Table: Member Grade Calculation Schema

 Total Time (Hours)     |     Grade

 >=40                   |       A
 >=35 and <40           |       B
 >=30 and <35           |       C
 <30                    |       D

About

Simple salary grading management system


Languages

Language:C# 100.0%