{% extends "base.html" %} {% block title %}Add Project | PMS{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if is_edit %}Update Project{% else %}Add Project{% endif %}{% if is_edit %}Update project details, milestones, payments, deliverables and environments.{% else %}Create project with milestones, payments, deliverables and environment details.{% endif %} Back to Projects {% csrf_token %} Section 1: Core Details Project Name Project Start Date Type of ModelSelect Type of Model{% for value, label in model_type_choices %}{{ label }}{% endfor %} Type of ProjectSelect Type of Project{% for value, label in project_type_choices %}{{ label }}{% endfor %} IndustrySelect Industry{% for value, label in industry_choices %}{{ label }}{% endfor %} Previous Vendors (Maintenance) * Add{% for vendor in vendors %}{% endfor %}Visible only for Maintenance Project type. Add multiple vendors. Section 2: Clients{% if clients %} AddSearch by any associated person name and add multiple client records.{% else %}No clients found.{% endif %} Section 3: Technologies{% for technology in technologies %}{{ technology.name }}{% endfor %} Section 4: LinksMeeting Link *Basecamp Link *Case Study Link * Section 5: Status, Notes and CostStatus{% for value, label in status_choices %}{{ label }}{% endfor %}Project Cost *Notes * Section 6: PaymentsAdd multiple payment records Add Payment Section 7: MilestonesAdd multiple milestone records Add Milestone Section 8: Deliverables and Environments Deliverables{% for deliverable in deliverables %}{{ deliverable.name }}{% endfor %} LiveDevelopment Google Play Store Link * Apple Store Link * API URL * Admin Panel URL * Admin Username * Admin Password * Website URL(s) *Add Website Promotional Website(s) *Add Promotional Website Social Link(s) *Add Social Link Google Play Store Link * Apple Store Link * API URL * Admin Panel URL * Admin Username * Admin Password * Website URL(s) *Add Website Promotional Website(s) *Add Promotional Website {% if is_edit %}Update Project{% else %}Save Project{% endif %}Cancel {% endblock %} {% block extra_js %} {% endblock %}
{% if is_edit %}Update project details, milestones, payments, deliverables and environments.{% else %}Create project with milestones, payments, deliverables and environment details.{% endif %}
Visible only for Maintenance Project type. Add multiple vendors.
Search by any associated person name and add multiple client records.
No clients found.
Deliverables