{% extends 'base.html' %} {% load i18n static %} {% block content %}

{{ _("Opportunity details")}}

{% if opportunity.car %}

{{ opportunity.car.id_car_make.get_local_name }} - {{ opportunity.car.id_car_model.get_local_name }} - {{ opportunity.car.year }}

{% endif %}

{{ opportunity.customer.customer_name }}

{% if opportunity.car.finances %}
{{ opportunity.car.finances.total }} {{ CURRENCY }}
{% endif %}
{% if opportunity.car.id_car_make.logo %} {% endif %}
{{ opportunity.staff.get_local_name}}
{{ opportunity.get_stage_display }}{{ opportunity.get_status_display }}

{{ opportunity.get_status_display }}

{{ opportunity.created}}

{{ _("Other Information")}}

{{ _("Status") }}
{{ _("Update Status")}}
{{status_form.status}}
{{ _("Stage") }}
{{ _("Update Stage")}}
{{status_form.stage}}

{{ _("Quotation Amount") }}

{% if opportunity.estimate %} {{ opportunity.estimate.get_invoiced_amount.invoice_amount_paid__sum }} {% endif %}

Code

PHO1234

Type

New Business

Probability (%)

:

{{ opportunity.probability }}

{{ _("Estimated Revenue") }}

:{{opportunity.estimate.get_revenue_estimate}}

{{ opportunity.car.finances.revenue }}

{{ _("Phone Number") }}

: {{ opportunity.customer.phone }}

{{ _("Email") }}

: {{ opportunity.customer.email}}

{{ _("Contact Name")}}

:
{{ opportunity.customer.get_full_name}}

{{ _("Staff") }}

:
{{ opportunity.staff.get_local_name}}

{{ _("Create Date")}}

:
{{ opportunity.created|date}}

{{ _("Closing Date")}}

:
{{ opportunity.closing_date|date}}

Activity

{% for activity in activities %}
{% if activity.activity_type == "call" %} {% elif activity.activity_type == "email" %} {% elif activity.activity_type == "visit" %} {% elif activity.activity_type == "whatsapp" %} {% endif %}
{{activity.created}}

{% endfor %}

Notes

{% csrf_token %}
{% for note in notes %}

{{ note.note }}

{{note.created}}

by{{note.created_by}}

{% endfor %}

Meeting

23 tasks

Onboarding Meeting

5:30 pm to 7:00pm - 1h 30min
+1
today
Urgent

Agile Mindset Meetup

4:30 pm to 6:00pm - 1h 30min
+1
tomorrow
Medium

Meeting Fundamentals

6:00 pm to 7:20pm - 1h 20min
R
+2
tomorrow
High

Design System Meeting

7:30 pm to 8:45pm - 1h 45min
tomorrow
Low

Tasks

23 tasks

19 Nov, 2022

11:56 PM

05 Nov, 2022

09:30 PM

02 Nov, 2022

05:25 AM

29 Oct, 2022

08:21 PM

21 Oct, 2022

03:45 PM

14 Oct, 2022

10:00 PM

12 Oct, 2022

02:00 AM

Add new task

Call

Name description create date create by Last Activity
Purchasing-Related Vendors Dec 29, 2021 Ansolo Lazinarov
Active

Emails

{% for email in emails.sent %} {% endfor %}
Subject Sent by Date Action Status
{{email.subject}}
{{email.to_email}}
{{email.from_email}} {{email.created}} Call sent
Subject Sent by Date Action Status
Quary about purchased soccer socks
jackson@mail.com
Jackson Pollock Dec 29, 2021 10:23 am Call sent
How to take the headache out of Order
ansolo45@mail.com
Ansolo Lazinatov Dec 27, 2021 3:27 pm Call delivered
The Arnold Schwarzenegger of Order
ansolo45@mail.com
Ansolo Lazinatov Dec 24, 2021 10:44 am Call Bounce
My order is not being taken
jackson@mail.com
Jackson Pollock Dec 19, 2021 4:55 pm Call Spam
Shipment is missing
jackson@mail.com
Jackson Pollock Dec 19, 2021 2:43 pm Call sent
Subject Sent by Date Action Status
Quary about purchased soccer socks
jackson@mail.com
Jackson Pollock Dec 29, 2021 10:23 am Call sent
How to take the headache out of Order
ansolo45@mail.com
Ansolo Lazinatov Dec 27, 2021 3:27 pm Call delivered
The Arnold Schwarzenegger of Order
ansolo45@mail.com
Ansolo Lazinatov Dec 24, 2021 10:44 am Call Bounce
My order is not being taken
jackson@mail.com
Jackson Pollock Dec 19, 2021 4:55 pm Call Spam

Attachments

Silly_sight_1.png

768kB| Shantinan Mekalan | 21st Dec, 12:56 PM

All_images.zip

12.8 mB|Yves Tanguy | 19th Dec, 08:56 PM

Project.txt

123 kB| Shantinan Mekalan | 12th Dec, 12:56 PM

{% endblock %}