mirror of https://github.com/itflow-org/itflow
Added shopping cart icon on expenses header
This commit is contained in:
parent
e0c7bbd4ed
commit
ab1b2e05ee
|
|
@ -102,8 +102,10 @@
|
|||
<textarea class="form-control" rows="4" name="description" required><?php echo $expense_description; ?></textarea>
|
||||
</div>
|
||||
<div class="custom-file">
|
||||
<input type="file" class="custom-file-input" name="attachment">
|
||||
<label class="custom-file-label">Attach Reciept...</label>
|
||||
<div class="input-group">
|
||||
<input type="file" class="custom-file-input" name="attachment">
|
||||
<label class="custom-file-label">Attach Reciept...</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div class="card mb-3">
|
||||
<div class="card-header">
|
||||
<h6 class="float-left mt-1"><i class="fa fa-money"></i> Expenses</h6>
|
||||
<h6 class="float-left mt-1"><i class="fa fa-shopping-cart"></i> Expenses</h6>
|
||||
<button type="button" class="btn btn-primary btn-sm mr-auto float-right" data-toggle="modal" data-target="#addExpenseModal"><i class="fas fa-plus"></i> Add New</button>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
?>
|
||||
<tr>
|
||||
<td><a href="vendor.php?vendor_id=<?php echo $vendor_id; ?>"><?php echo "$vendor_name"; ?></a></td>
|
||||
<td><?php echo "$vendor_name"; ?></td>
|
||||
<td><?php echo "$vendor_email"; ?></td>
|
||||
<td><?php echo "$vendor_phone"; ?></td>
|
||||
<td><?php echo "$vendor_website"; ?></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue