2){
$client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4);
}
$client_website = $row['client_website'];
$sql_quote_history = mysqli_query($mysqli,"SELECT * FROM quote_history WHERE quote_id = $quote_id ORDER BY quote_history_id ASC");
//Set Badge color based off of quote status
if($quote_status == "Sent"){
$quote_badge_color = "warning";
}elseif($quote_status == "Viewed"){
$quote_badge_color = "primary";
}elseif($quote_status == "Approved"){
$quote_badge_color = "success";
}else{
$quote_badge_color = "secondary";
}
?>
-
Quotes
- QUO-
- Quote Number:
QUO-
- Quote Date:
|
Item |
Description |
Unit Cost |
Quantity |
Tax |
Line Total |
|
|
|
$ |
|
$ |
$ |
| Subtotal |
$ |
0){ ?>
| Discount |
$ |
0){ ?>
| Tax |
$ |
| Total |
$ |
s
| Date |
Status |
Description |
|
|
|