mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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 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">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 class="col-md-2 border-left">
|
||||
<h4 class="text-secondary">Net Terms</h4>
|
||||
<h6 class="ml-1"><?php echo $client_net_terms; ?> <small class="text-secondary">Days</small></h6>
|
||||
<h4 class="text-secondary">Services</h4>
|
||||
</div>
|
||||
<div class="col-md-1 border-left">
|
||||
<div class="dropdown dropleft text-center">
|
||||
|
||||
Reference in New Issue
Block a user