Rework Top Client Details block, renamed standing to billing, moved net terms to billing, added services sections
This commit is contained in:
@@ -162,13 +162,13 @@ if(isset($_GET['client_id'])){
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 border-left">
|
<div class="col-md-3 border-left">
|
||||||
<h4 class="text-secondary">Standings</h4>
|
<h4 class="text-secondary">Billing</h4>
|
||||||
<h6 class="ml-1">Paid <div class="text-secondary float-right">$<?php echo number_format($amount_paid,2); ?></div></h6>
|
<h6 class="ml-1">Paid <div class="text-secondary float-right">$<?php echo number_format($amount_paid,2); ?></div></h6>
|
||||||
<h6 class="ml-1">Balance <div class="text-secondary float-right">$<?php echo number_format($balance,2); ?></div></h6>
|
<h6 class="ml-1">Balance <div class="text-secondary float-right">$<?php echo number_format($balance,2); ?></div></h6>
|
||||||
|
<h6 class="ml-1">Net Terms <div class="text-secondary float-right"><?php echo $client_net_terms; ?> <small>Days</small></div></h6>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 border-left">
|
<div class="col-md-2 border-left">
|
||||||
<h4 class="text-secondary">Net Terms</h4>
|
<h4 class="text-secondary">Services</h4>
|
||||||
<h6 class="ml-1"><?php echo $client_net_terms; ?> <small class="text-secondary">Days</small></h6>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-1 border-left">
|
<div class="col-md-1 border-left">
|
||||||
<div class="dropdown dropleft text-center">
|
<div class="dropdown dropleft text-center">
|
||||||
|
|||||||
@@ -88,9 +88,9 @@
|
|||||||
<span class="input-group-text"><i class="fa fa-fw fa-flag"></i></span>
|
<span class="input-group-text"><i class="fa fa-fw fa-flag"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<select class="form-control select2" name="state">
|
<select class="form-control select2" name="state">
|
||||||
<?php foreach($states_array as $state_abbr => $state_name) { ?>
|
<?php foreach($states_array as $state_abbr => $state_name) { ?>
|
||||||
<option <?php if($location_state == $state_abbr) { echo "selected"; } ?> value="<?php echo $state_abbr; ?>"><?php echo $state_name; ?></option>
|
<option <?php if($location_state == $state_abbr) { echo "selected"; } ?> value="<?php echo $state_abbr; ?>"><?php echo $state_name; ?></option>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user