File "expence_detail.php"
Full path: /home/atrmarke/public_html/atrdemolive.site/mzm/pages/common/expence_detail.php
File
size: 0.01 KB (15.08 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
include("../db/cn.php");
ob_start();
if(isset($_SESSION['user_name']) && isset($_SESSION['user_role']) && isset($_SESSION['outlet_name']) && isset($_SESSION['outlet_address'])) {
$userName = $_SESSION['user_name'];
$userRole = $_SESSION['user_role'];
$outlet_address = $_SESSION['outlet_address'];
$outlet_name = $_SESSION['outlet_name'];
}
$exp_name = $_GET["exp_head"];
// Display the user's name and role
if($_SERVER['REQUEST_METHOD'] == "POST" && isset($_POST['expence_add'])){
$userName1 = $_SESSION['user_name'];
$userRole1 = $_SESSION['user_role'];
@$name_detail = $_POST['desc'];
@$name_detail2 = $_POST['desc2'];
@$amount = $_POST["amount"];
$paid_by = $_POST["paid_by"];
$date_time122 = $_POST["date_time1"];
mysqli_query($connection,"insert into
incash(name_detail,desc_name,amount,cr_id,paid_by,login_user,user_role,outlet_name,outlet_address,date_time)
values('".$name_detail."','".$name_detail2."','".$amount."','','".$paid_by."','".$userName1."','".$userRole1."','".$outlet_name."','".$outlet_address."','".$date_time122."')");
echo "<script type='text/javascript'>window.location.href=' expence_detail.php?exp_head=$exp_name'</script>";
}
$exp_name = $_GET["exp_head"];
$start_date = "";
$end_date = "";
// Initialize filter variables and query
$whereClause = "WHERE name_detail = '$exp_name'";
// Handle form submission
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$start_date = $_POST['start_date'] ?? "";
$end_date = $_POST['end_date'] ?? "";
// Add date filter to the query
if (!empty($start_date) && !empty($end_date)) {
$whereClause .= " AND date_time BETWEEN '$start_date' AND '$end_date'";
}
}
$query = "SELECT * FROM incash $whereClause";
$rec = mysqli_query($connection, $query);
ob_end_flush();
ob_end_flush();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title> مدینہ زرعی مرکز اینڈ سپرے سینٹر</title>
<!-- Custom fonts for this template-->
<link href="../vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Custom styles for this template-->
<link href="../css/sb-admin-2.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<style>
body {
font-family: 'Quicksand', sans-serif;
}
.chart-container {
position: relative;
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
canvas {
max-width: 100%;
height: auto;
}
.bg-gradient-primary{
background:#0A4657;
color:#fff;
}
.btn-primary{
background:#0A4657;
color:#fff;
border:1px #0A4657 solid;
}
.btn-primary:hover{
background:#fff;
border:1px #0A4657 solid;
color:#0A4657;
}
.chart-container {
position: relative;
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
canvas {
max-width: 100%;
height: auto;
}
.fa-download:hover{
color:#953E39;
}
/* Basic styling */
.tab {
display: none;
padding: 20px;
}
.active {
display: block;
}
.tab-buttons {
display: flex;
}
.tab-button {
cursor: pointer;
padding: 10px 10px;
background-color: #ffff;
border: 1px solid #0A5064;
border-radius: 5px 5px 0 0;
margin-right: 5px;
color:#212529;
}
.tab-button.active {
background-color: #212529;
color:#fff;
}
/* Background colors for tab content */
#tab1 {
background-color: #fff;
color:#212529;
padding:20px;
}
#tab2 {
color:#212529;
background-color: ;
}
#tab3 {
color:#212529;
background-color: ;
}
/* Custom styles for search bar */
.search-container {
display: flex;
align-items: center;
width:100%;
margin: 2px auto;
float:left;
}
/* Updated hide class to apply to the overlay */
.sidebar.hide, .overlay.hide {
transform: translateX(-100%);
}
.search-input {
width: 100%;
padding: 10px 30px 10px 10px;
/* Adjust padding to accommodate the icon */
border: 1px solid #ccc;
border-radius: 20px;
font-size: 16px;
}
.search-icon {
position: relative;
left: -25px;
/* Adjust the position of the icon */
color: #aaa;
}
.search-icon i {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
label{
font-weight:700;
color:#000;
}
</style>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<!-- Sidebar -->
<?php
include("common/sd.php");
?>
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
<?php include('common/log.php'); ?>
</nav>
<br />
<div class="container">
<div class="row">
<div class="col-sm-5">
<h3 style="color:#212529; font-weight:700;">Expense -Detail </h3>
</div>
<div class="col-sm-7">
<div class="row">
<div class="col-sm-6">
</div>
<div class="col-sm-6 text-center">
<h3 style="background:#0A4657; color:#fff; font-weight:700; font-size:20px;padding:7px; border-radius:7px;"> Expense Head<br><br>
<span style="color:#fff; padding:10px;"><?php echo $exp_name; ?></span>
</h3>
<a href="expence.php" class="btn btn-dark"><i class="fas fa-arrow-left fa-1x"></i></a>
<button type="button" class="btn btn-dark " data-toggle="modal" data-target="#addPurchaseModal" style="float:right;font-weight:700;">Add Cash Expense</button>
</div>
</div>
</div>
</div>
<br>
<form method="POST" action="expence_detail.php?exp_head=<?php echo $exp_name; ?>">
<div class="row">
<div class="form-group col-3">
<label for="start_date">Start Date:</label>
<input type="date" id="start_date" name="start_date" class="form-control" value="<?php echo $start_date; ?>">
</div>
<div class="form-group col-3">
<label for="end_date">End Date:</label>
<input type="date" id="end_date" name="end_date" class="form-control" value="<?php echo $end_date; ?>">
</div>
<div class="form-group col-4 align-self-end">
<button type="submit" class="btn btn-dark">Filter</button>
</div>
</div>
</form>
<div class="row">
<br>
<table class="table table-bordered table-hover text-center table-sm">
<tr class="bg-dark text-white text-capitalize">
<th>Sr#</th>
<th>Date</th>
<th>Expense Name</th>
<th>Description</th>
<th>Amount</th>
</tr>
<?php
$sr_no = 1;
while ($row = mysqli_fetch_array($rec)) {
?>
<tr class="bg-white" style="color:#000; font-weight:700;">
<td><?php echo $sr_no++; ?></td>
<td><?php echo $row["date_time"]; ?></td>
<td><?php echo $row["name_detail"]; ?></td>
<td style="text-transform:capitalize;"><?php echo $row["desc_name"]; ?></td>
<td><?php echo $row["amount"]; ?></td>
</tr>
<?php
}
?>
</table>
</div>
<!-- Modal for adding purchases -->
<div class="modal fade" id="addPurchaseModal" tabindex="-1" role="dialog"
aria-labelledby="addPurchaseModalLabel" aria-hidden="true" style="margin-top:80px;">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header" style="background:#0A4657; color:#fff; font-weight:700;">
<h5 class="modal-title text-capitalize" style="font-weight:700;" id="addPurchaseModalLabel">Add Cash Expense</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- Form for adding purchase -->
<form method="post" action="expence_detail.php?exp_head=<?php echo $exp_name ; ?>" enctype="multipart/form-data">
<input type="text" name="desc" style="background:#0A4657; color:#fff;" class="form-control"
value="<?php echo $exp_name;?>" readonly />
<br />
<input type="text" name="desc2" placeholder="Description" class="form-control" />
<br />
<input type="text" name="amount" placeholder="Amount" class="form-control" />
<br />
<input type="date" name="date_time1" class="form-control" />
<br />
<select name="paid_by" class="form-control">
<option>Select</option>
<option value="credit">Credit</option>
<option value="bank1">Habib Metro</option>
<option value="bank2">Habib Metro</option>
<option value="bank3">Al Habib</option>
<option value="bank4">Alied</option>
<option value="bank5">Alfalah</option>
<option value="bank6">Faisal</option>
<option value="bank7">MCB</option>
<option value="bank8">Soneri</option>
<option value="bank9">Askari</option>
<option value="bank10">HBL</option>
<option value="bank11">UBL</option>
<option value="bank12">Punjab Bank</option>
<option value="bank13">Bank Islamic</option>
<option value="bank14">Jazzcash</option>
<option value="cash">Cash</option>
<option value="others">Others</option>
</select>
<br />
<button type="submit" class="btn btn-dark" name="expence_add">Enter</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<!-- End of Main Content -->
<!-- Footer -->
<?php include("common/main_ft.php"); ?>
<!-- End of Footer -->
</div>
<!-- End of Content Wrapper -->
</div>
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Logout Modal-->
<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
<a class="btn btn-primary" href="">Logout</a>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function(){
$("#searchInput").on("keyup", function() {
var value = $(this).val().toLowerCase();
$("table tr").filter(function() {
// Exclude header row from filtering
if (!$(this).hasClass('header-row')) {
$(this).toggle($(this).text().toLowerCase().indexOf(value) > -1);
}
});
});
});
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript-->
<script src="../vendor/jquery/jquery.min.js"></script>
<script src="../vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="../vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages-->
<script src="../js/sb-admin-2.min.js"></script>
</body>
</html>