Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Encounter
/
dashboard_work
:
new_project02.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include('includes/config.php'); if (!isset($_SESSION['user_id'])) { header("Location: index.php"); exit(); } if ($_SERVER['REQUEST_METHOD'] === 'POST') { $fromDate = $_POST['fromDate']; $toDate = $_POST['toDate']; } ?> <?php include('includes/header.php');?> <style> @media print { form { display: none; } .print-button { display: none; } } </style> <body class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed layout-footer-fixed"> <div class="wrapper"> <?php include('includes/nav.php');?> <?php include('includes/sidebar.php');?> <div class="content-wrapper"> <?php include('includes/pagetitle.php');?> <section class="content"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="card card-primary"> <div class="card-header"> <h3 class="card-title"><i class="fas fa-keyboard"></i> Revenue Report</h3> </div> </div> </div> </div> </div> </section> </div> <aside class="control-sidebar control-sidebar-dark"> </aside> <footer class="main-footer"> <strong> © <?php echo date('Y');?> en cours ...</a> -</strong> All rights reserved. <div class="float-right d-none d-sm-inline-block"> <b>Developed By Patoche</b> <a href="https://analog-design.net/">PiPo</a> </div> </footer> </div> <?php include('includes/footer.php');?> </body> </html>