Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and Changes #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
107 changes: 0 additions & 107 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,107 +0,0 @@
<div align="center">

# Online-Payroll-Management-System
</div>

<p align="center">
&emsp;
<img src="https://img.shields.io/github/languages/code-size/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?style=for-the-badge">
&emsp;
<img src="https://img.shields.io/github/repo-size/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?color=purple&style=for-the-badge">
&emsp;
<img src="https://img.shields.io/github/languages/count/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?color=green&style=for-the-badge">
&emsp;
<img src="https://img.shields.io/github/languages/top/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?color=orange&style=for-the-badge">
&emsp;
<img src="https://img.shields.io/github/commit-activity/m/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?color=lime&style=for-the-badge">
&emsp;
<img src="https://img.shields.io/github/last-commit/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?color=darkgreen&style=for-the-badge">
&emsp;
<img src="https://tokei.rs/b1/github/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?category=code" width="200">
&emsp;
<img src="https://tokei.rs/b1/github/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?category=lines" width="175">
&emsp;
<img src="https://tokei.rs/b1/github/MD-MAFUJUL-HASAN/Online-Payroll-Management-System?category=files" width="100">
&emsp;
</p>


# Following are the features of the developed system
<p>1. Its User-Friendly. Easy to use website.</p>
<p>2. Store information about Administrator and Employees.</p>
<p>3. Reduced time consumption.</p>
<p>4. Employees Salary can be Printed.</p>
<p>5. Online chat Service Integrated.</p>
<p>6. Employees Performance analysis using Biometric.</p>


# Instructions

To get the website up and running on your machine, you will need [XAMPP](https://www.apachefriends.org/download.html). After installtion, follow the steps below.

1. Clone the repository using this command.

```python

git clone https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System.git

```

2. Find the cloned folder on your system directory. Example- `C:\Users\mdton\Online-Payroll-Management-System`

3. Copy and Paste the cloned folder in the **htdocs** folder in XAMPP folder on your machine.

4. Start Apache and MySQL from XAMPP control panel.

5. Open browser and write `localhost/phpmyadmin/` in the url bar and PHP interface will open. Navigate to phpMyAdmin using Navbar.

6. Create a new Database naming `payrollmanage` and Import the `payrollmanage.sql` file from your system

```python

C:\xampp\htdocs\Online-Payroll-Management-System

```

6. Type in the browser url bar

```python

localhost/Online-Payroll-Management-System

```

7. Default Admin Account

```python

Username - [email protected]
Password - Admin@123

```

Congrats! The Website is live on your machine.


## If you like my project hit a star(⭐) button



# Screenshots
![Image of login](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/login.png)
![Image of dashboard](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/dashboard.png)
![Image of branch](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/branch.png)
![Image of department](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/department.png)
![Image of designation](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/designation.png)
![Image of employee](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/employee.png)
![Image of holiday](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/holiday.png)
![Image of payslip](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/payslip.png)
![Image of shift](https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System/blob/main/Screeshot/shift.png)




## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.
Binary file removed Screeshot/branch.png
Binary file not shown.
Binary file removed Screeshot/dashboard.png
Binary file not shown.
Binary file removed Screeshot/department.png
Binary file not shown.
Binary file removed Screeshot/designation.png
Binary file not shown.
Binary file removed Screeshot/employee.png
Binary file not shown.
Binary file removed Screeshot/holiday.png
Binary file not shown.
Binary file removed Screeshot/login.png
Binary file not shown.
Binary file removed Screeshot/payslip.png
Binary file not shown.
Binary file removed Screeshot/shift.png
Binary file not shown.
31 changes: 25 additions & 6 deletions header.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php
include_once 'config/config.php';
include_once 'config/config.php';
?>

<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
Expand All @@ -12,18 +13,36 @@
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet " type="text/css">

<!-- Bootstrap Core Css -->
<link href="<?=ADMIN_URL?>assets/css/bootstrap.css" rel="stylesheet">
<link href="<?= ADMIN_URL ?>assets/css/bootstrap.css" rel="stylesheet">

<!-- Waves Effect Css -->
<link href="<?=ADMIN_URL?>assets/css/waves.css" rel="stylesheet" />
<link href="<?= ADMIN_URL ?>assets/css/waves.css" rel="stylesheet" />

<!-- Animation Css -->
<link href="<?=ADMIN_URL?>assets/css/animate.css" rel="stylesheet" />
<link href="<?= ADMIN_URL ?>assets/css/animate.css" rel="stylesheet" />

<!-- Custom Css -->
<link href="<?=ADMIN_URL?>assets/css/style.css" rel="stylesheet">
<link href="<?= ADMIN_URL ?>assets/css/style.css" rel="stylesheet">
<style>
body {
font-family: 'Montserrat', sans-serif;
}

.info-box:hover {
transform: scale(1.05);
/* This will slightly enlarge the info-box */
transition: transform 0.3s ease-in-out;
/* This will animate the transformation */
}

.navbar {
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
</style>
</head>

<body class="login-page">
<body class="login-page">
Loading