���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/clients.dominiquerickard.com/app/Views/clients/info_widgets/tab.php
���ѧ٧ѧ�
<?php $card = ""; $icon = ""; $value = ""; $link = ""; $view_type = "client_dashboard"; if ($login_user->user_type == "staff") { $view_type = ""; } if (!is_object($client_info)) { $client_info = new stdClass(); } if ($tab == "projects") { $card = "bg-info"; $icon = "grid"; if (property_exists($client_info, "total_projects")) { $value = to_decimal_format($client_info->total_projects); } if ($view_type == "client_dashboard") { $link = get_uri('projects/index'); } else { $link = get_uri('clients/view/' . $client_info->id . '/projects'); } } else if ($tab == "invoice_value") { $card = "bg-primary"; $icon = "file-text"; if (property_exists($client_info, "invoice_value")) { $value = to_currency($client_info->invoice_value, $client_info->currency_symbol); } if ($view_type == "client_dashboard") { $link = get_uri('invoices/index'); } else { $link = get_uri('clients/view/' . $client_info->id . '/invoices'); } } else if ($tab == "payments") { $card = "bg-success"; $icon = "check-square"; if (property_exists($client_info, "payment_received")) { $value = to_currency($client_info->payment_received, $client_info->currency_symbol); } if ($view_type == "client_dashboard") { $link = get_uri('invoice_payments/index'); } else { $link = get_uri('clients/view/' . $client_info->id . '/payments'); } } else if ($tab == "due") { $card = "bg-coral"; $icon = "dollar-sign"; if (property_exists($client_info, "invoice_value")) { $value = to_currency(ignor_minor_value($client_info->invoice_value - $client_info->payment_received), $client_info->currency_symbol); } if ($view_type == "client_dashboard") { $link = get_uri('invoices/index'); } else { $link = get_uri('clients/view/' . $client_info->id . '/invoices'); } } ?> <a href="<?php echo $link; ?>" class="white-link"> <div class="card dashboard-icon-widget"> <div class="card-body"> <div class="widget-icon <?php echo $card ?>"> <i data-feather="<?php echo $icon; ?>" class="icon"></i> </div> <div class="widget-details"> <h1><?php echo $value; ?></h1> <span><?php echo app_lang($tab); ?></span> </div> </div> </div> </a>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.01 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�