1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-21 08:34:27 -05:00
Jonathan Rosenbaum 43824b5016 Added header back.
2014-12-20 02:50:57 +00:00

27 lines
1.8 KiB
PHP

<?php include("include_header.html"); ?>
<p class="yb_heading3red">Bookkeeping Reports</p>
<ul>
<li><a href="stats/stats_monthlysalestax.php">Sales Tax Report</a><br /></li>
<li><a href="stats/stats_shoptransactiontotals.php">Shop Transaction Totals</a><br /></li>
<li>Monthly Transaction Totals: <a href="stats/stats_monthlytransactiontotals.php">Volunteer Shops</a>, <a href="stats/stats_monthlytransactiontotals_paid.php">Mechanic Operation</a><br />
</ul>
<p class="yb_heading3red">Volunteer Shops</p>
<ul>
<li><a href="stats/stats_userhours.php">Hours by User</a></li>
<li>Volunteer Hours - <a href="stats/stats_userhours_year.php">Year Summary</a> | <a href="stats/stats_userhours_season.php">3 Month Summary</a> </li>
<li><a href="stats/stats_usersbyweek.php">New and Total Users by Week</a> </li>
<li><a href="stats/stats_usersbydayweek.php">New and Total Users by Day/Week</a></li>
</ul>
<p class="yb_heading3red">Mechanic Operation Statistics</p>
<ul>
<li>Staff Hours by: <a href="stats/stats_paidstaffhours_byPayPeriod.php">Pay Period</a> - <a href="stats/stats_paidstaffhours_byWeek.php">Week</a> - <a href="stats/stats_paidstaffhours_byMonth.php">Month</a></li>
<li>Operation Metrics and Net by: <a href="stats/stats_MechanicOperationMetrics_byWeek.php">Week</a>, <a href="stats/stats_MechanicOperationMetrics_byMonth.php"> Month</a></li>
<li><a href="stats/stats_employeemetrics.php">Employee Metrics</a></li>
<li>Operation vs Volunteer Shop Outputs by: <a href="stats/stats_VolVsMechMetrics_byWeek.php">Week</a>, <a href="stats/stats_VolVsMechMetrics_byMonth.php">Month</a><br /></li>
</ul>
<?php include("include_footer.html"); ?>