Added user CRUD functionality added template for reports added delete vendor

This commit is contained in:
root
2019-03-22 03:01:32 -04:00
parent 62f86df80e
commit 4171d9ac5d
11 changed files with 578 additions and 84 deletions

View File

@@ -34,11 +34,11 @@
?>
<tr>
<td><?php echo "$mileage_date"; ?></td>
<td><?php echo "$mileage_purpose"; ?></td>
<td><?php echo "$mileage_starting_location"; ?></td>
<td><?php echo "$mileage_destination"; ?></td>
<td><?php echo "$mileage_miles"; ?></td>
<td><?php echo $mileage_date; ?></td>
<td><?php echo $mileage_purpose; ?></td>
<td><?php echo $mileage_starting_location; ?></td>
<td><?php echo $mileage_destination; ?></td>
<td><?php echo $mileage_miles; ?></td>
<td>
<div class="dropdown dropleft text-center">
<button class="btn btn-secondary btn-sm" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">