Dashboard
Total Users
{{user_obj}}
Fortune Tellers
{{fortune_obj}}
Payment
${{total_earning}}
Total Bookings
{{total_bookings}}
{% comment %}
{% endcomment %}
Total Earnings
Earnings
{% comment %} {% endcomment %}
Bookings
New Users
View All
| Users Name | |
|---|---|
{% if user.first_name %}{{user.first_name}} {{user.last_name}}{% else %}N/A{% endif %} |
{% if user.email %}{{user.email}} {% else %} N/A {% endif %} |
New Fortuneteller
View All
| Users Name | |
|---|---|
{% if fortune.first_name %}{{ fortune.first_name }} {{ fortune.last_name }}{% else %}N/A{% endif %} |
{% if fortune.email %}{{fortune.email}} {% else %} N/A {% endif %} |
Booking Lists
View All
| Users ID | Date & Time | Category | Fortuneteller Name | Status |
|---|---|---|---|---|
| #{{book.appointment_id}} |
{{book.appointement_date}} ( {{book.appointment_time}} ) |
{{book.service.service_name}} | {{ book.fortune_teller.first_name}} {{ book.fortune_teller.last_name}} | {{ book.appointment_status }} |