{% extends "./template.html" %} {% block content %} {% load static %}

Opportunity Information

{% csrf_token %} {{ opportunity_information_form.media }}
{{ opportunity_information_form.opportunity_name }}
{{ opportunity_information_form.opportunity_description }}
{{ opportunity_information_form.currency_id }}
{{ opportunity_information_form.opportunity_amount }}
{{ opportunity_information_form.amount_type_id }}
{{ opportunity_information_form.opportunity_stage_id }}
{{ opportunity_information_form.opportunity_success_probability }} %
{{ opportunity_information_form.opportunity_expected_close_date }}

Opportunity Connections

To do

Loading...

Tags

Loading...

Email History

Loading...

Associated Projects & Tasks

{% if opportunity_results.opportunity_stage_id.opportunity_closed != "TRUE" %}
  • Create New Project
  • Create New Task
  • {% endif %}

    Assigned Projects

    {% if project_results %} {% for row in project_results %} {% endfor %}
    Project ID Project Name Project End Date Project Status
    PRO{{ row.project_id.project_id }} {{ row.project_id.project_name }} {{ row.project_id.project_end_date }} {{ row.project_id.project_status }}
    {% else %}

    There are no associated projects. Please create a new project

    {% endif %}

    Assigned Tasks

    {% if tasks_results %} {% for row in tasks_results %} {% endfor %}
    Task ID Project Name Project End Date Project Status
    TASK{{ row.tasks_id.tasks_id }} {{ row.tasks_id.task_short_description }} {{ row.tasks_id.task_end_date }} {{ row.tasks_id.task_status }}
    {% else %}

    There are no associated tasks. Please create a new task

    {% endif %}

    Opportunity Quotes

    {% if opportunity_results.opportunity_stage_id.opportunity_closed != "TRUE" %} New Quote {% endif %} {% if quote_results %} {% for row in quote_results %} {% endfor %}
    Quote Title Valid Till Quote Stage
    {{ row.quote_title }} {{ row.quote_valid_till }} {{ row.quote_stage_id }}
    {% endif %}
    {% if opportunity_permission >= 3 %}

    Assigned Users

    Loading...
    Loading list...

    Assigned Groups

    Loading add...
    Loading list...
    {% endif %} {% endblock %}