每日费用跟踪系统

此项目是使用PHP和MySQL的每日费用跟踪系统项目。按照下面几点操作运行每日费用跟踪系统项目:1.下载压缩文件。2.解压缩文件并复制dets文件夹。3.粘贴到根目录中。4.打开PHPMyAdmin。5.创建一个名称为detsdb的数据库。6.导入detsdb.sql文件。7.运行脚本http:// localhost / dets。本热只展示了一小段代码,在预览区展示了用户注册界面、用户登录界面、用户仪表板界面;如想了解更多请下载附件。

应用介绍

此项目是使用PHP和MySQL的每日费用跟踪系统项目。按照下面几点操作运行每日费用跟踪系统项目:1.下载压缩文件。2.解压缩文件并复制dets文件夹。3.粘贴到根目录中(对于xampp xampp / htdocs,wamp wamp / www,lamp var / www / html)。4.打开PHPMyAdmin(http:// localhost / phpmyadmin)。5.创建一个名称为detsdb的数据库。6.导入detsdb.sql文件(在sql文件文件夹中的zip包中提供)。7.运行脚本http:// localhost / dets(前端)。本热只展示了一小段代码,在预览区展示了用户注册界面、用户登录界面、用户仪表板界面;如想了解更多请下载附件。

<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
if (strlen($_SESSION['detsuid']==0)) {
  header('location:logout.php');
  } else{
  
  ?>
<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Daily Expense Tracker || Datewise Expense Report</title>
 <link href="css/bootstrap.min.css" rel="stylesheet">
 <link href="css/font-awesome.min.css" rel="stylesheet">
 <link href="css/datepicker3.css" rel="stylesheet">
 <link href="css/styles.css" rel="stylesheet">
 
 <!--Custom Font-->
 <link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
 
</head>
<body>
 <?php include_once('includes/header.php');?>
 <?php include_once('includes/sidebar.php');?>
  
 <div class="col-sm-9 col-sm-offset-3 col-lg-10 col-lg-offset-2 main">
  <div class="row">
   <ol class="breadcrumb">
    <li><a href="#">
     <em class="fa fa-home"></em>
    </a></li>
    <li class="active">Datewise Expense Report</li>
   </ol>
  </div><!--/.row-->    
  
  <div class="row">
   <div class="col-lg-12">
    
    <div class="panel panel-default">
     <div class="panel-heading">Datewise Expense Report</div>
     <div class="panel-body">
      <p style="font-size:16px; color:red" align="center"> <?php if($msg){
    echo $msg;
  }  ?> </p>
      <div class="col-md-12">
     

       <form role="form" method="post" action="expense-datewise-reports-detailed.php" name="bwdatesreport">
        <div class="form-group">
         <label>From Date</label>
         <input class="form-control" type="date"  id="fromdate" name="fromdate" required="true">
        </div>
        <div class="form-group">
         <label>To Date</label>
         <input class="form-control" type="date"  id="todate" name="todate" required="true">
        </div>
            
        <div class="form-group has-success">
         <button type="submit" class="btn btn-primary" name="submit">Submit</button>
        </div>
             
        </div>
        
       </form>
      </div>
     </div>
    </div><!-- /.panel-->
   </div><!-- /.col-->
   <?php include_once('includes/footer.php');?>
  </div><!-- /.row -->
 </div><!--/.main-->
 
<script src="js/jquery-1.11.1.min.js"></script>
 <script src="js/bootstrap.min.js"></script>
 <script src="js/chart.min.js"></script>
 <script src="js/chart-data.js"></script>
 <script src="js/easypiechart.js"></script>
 <script src="js/easypiechart-data.js"></script>
 <script src="js/bootstrap-datepicker.js"></script>
 <script src="js/custom.js"></script>
 
</body>
</html>
<?php } ?>

文件列表(部分)

名称 大小 修改日期
Daily Expense Tracker Project0.00 KB2019-05-24
dets0.00 KB2019-05-28
add-expense.php3.45 KB2019-05-16
assets0.00 KB2019-05-24
images0.00 KB2019-05-24
background0.00 KB2019-05-24
error-bg.jpg35.01 KB2018-12-18
big0.00 KB2019-05-24
img1.jpg63.41 KB2018-12-18
img2.jpg121.51 KB2018-12-18
img4.jpg93.71 KB2018-12-18
custom-select.png14.64 KB2018-12-18
favicon.png798.57 KB2018-12-18
logo-icon.png799.23 KB2018-12-18
logo-text.png2.07 KB2018-12-18
monster-lite-lp-img.jpg24.00 KB2018-12-18
monster-pro-lp-img.jpg30.03 KB2018-12-18
users0.00 KB2019-05-24
1.jpg93.44 KB2018-12-18
2.jpg98.93 KB2018-12-18
5.jpg72.16 KB2018-12-18
plugins0.00 KB2019-05-26
bootstrap0.00 KB2019-05-24
css0.00 KB2019-05-24
bootstrap-grid.css24.91 KB2018-12-18
bootstrap-grid.css.map30.79 KB2018-12-18
bootstrap-grid.min.css18.09 KB2018-12-18
bootstrap-grid.min.css.map12.01 KB2018-12-18
bootstrap-reboot.css5.78 KB2018-12-18
bootstrap-reboot.css.map9.10 KB2018-12-18
bootstrap-reboot.min.css4.60 KB2018-12-18
bootstrap-reboot.min.css.map2.61 KB2018-12-18

立即下载

相关下载

[每日费用跟踪系统] 此项目是使用PHP和MySQL的每日费用跟踪系统项目。按照下面几点操作运行每日费用跟踪系统项目:1.下载压缩文件。2.解压缩文件并复制dets文件夹。3.粘贴到根目录中。4.打开PHPMyAdmin。5.创建一个名称为detsdb的数据库。6.导入detsdb.sql文件。7.运行脚本http:// localhost / dets。本热只展示了一小段代码,在预览区展示了用户注册界面、用户登录界面、用户仪表板界面;如想了解更多请下载附件。

评论列表 共有 0 条评论

暂无评论

微信捐赠

微信扫一扫体验

立即
上传
发表
评论
返回
顶部