/home/desid573/public_html/ims2/application/views
Edit: /home/desid573/public_html/ims2/application/views/dashboard.php (12651B)
=$totalSalesToday?>
Total Sales Today
=$totalTransactions?>
Total Transactions
=$totalItems?>
Items in Stock
HIGH IN DEMAND
| Item |
Qty Sold |
| =$get->name?> |
=$get->totSold?> |
No Transactions
LOW IN DEMAND
| Item |
Qty Sold |
| =$get->name?> |
=$get->totSold?> |
No Transactions
HIGHEST EARNING
| Item |
Total Earned |
| =$get->name?> |
₦=number_format($get->totEarned, 2)?> |
No Transactions
LOWEST EARNING
| Item |
Total Earned |
| =$get->name?> |
₦=number_format($get->totEarned, 2)?> |
No Transactions
Daily Transactions
| Date |
Qty Sold |
Tot. Trans |
Tot. Earned |
| =
date('l jS M, Y', strtotime($get->transactionDate)) === date('l jS M, Y', time())
?
"Today"
:
date('l jS M, Y', strtotime($get->transactionDate));
?>
|
=$get->qty_sold?> |
=$get->tot_trans?> |
₦=number_format($get->tot_earned, 2)?> |
No Transactions
Transactions by Days
| Day |
Qty Sold |
Tot. Trans |
Tot. Earned |
| =$get->day?>s |
=$get->qty_sold?> |
=$get->tot_trans?> |
₦=number_format($get->tot_earned, 2)?> |
No Transactions
Transactions by Months
| Month |
Qty Sold |
Tot. Trans |
Tot. Earned |
| =$get->month?> |
=$get->qty_sold?> |
=$get->tot_trans?> |
₦=number_format($get->tot_earned, 2)?> |
No Transactions
Transactions by Years
| Year |
Qty Sold |
Tot. Trans |
Tot. Earned |
| =$get->year?> |
=$get->qty_sold?> |
=$get->tot_trans?> |
₦=number_format($get->tot_earned, 2)?> |
No Transactions