{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} Create Bill {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if request.user.is_superuser == True %}
{% csrf_token %}
Add New Conveyence
{{form.project|as_crispy_field}}
{{form.form|as_crispy_field}}
{{form.destination|as_crispy_field}}
{{form.cost|as_crispy_field}}
{{form.date|as_crispy_field}}
{{form.description|as_crispy_field}}
{{form.mother_organization|as_crispy_field}}
{{form.sister_organization|as_crispy_field}}
{{form.branch|as_crispy_field}}
{% elif request.user.user_type == 'Mother_Organization_admin' %}
{% csrf_token %}
Add New Conveyence
{{form.project|as_crispy_field}}
{{form.form|as_crispy_field}}
{{form.destination|as_crispy_field}}
{{form.cost|as_crispy_field}}
{{form.date|as_crispy_field}}
{{form.description|as_crispy_field}}
{{form.sister_organization|as_crispy_field}}
{{form.branch|as_crispy_field}}
{% elif request.user.user_type == 'Sister_Organization_admin' %}
{% csrf_token %}
Add New Conveyence
{{form.project|as_crispy_field}}
{{form.form|as_crispy_field}}
{{form.destination|as_crispy_field}}
{{form.cost|as_crispy_field}}
{{form.date|as_crispy_field}}
{{form.description|as_crispy_field}}
{{form.branch|as_crispy_field}}
{% elif request.user.user_type == 'Branch' or request.user.user_type == 'Regular' %}
{% csrf_token %}
Create Bill
{{form.project|as_crispy_field}}
{{form.date|as_crispy_field}}
{{form.other_cost_description|as_crispy_field}}
{{form.other_cost_amount|as_crispy_field}}
{{form.installation_description|as_crispy_field}}
{{form.installation_charge|as_crispy_field}}
{% endif %} {% if project_list %}

{{ date }}

{{project.company_name}}

{{project.address}}

Subject: {{project.address}}

Respected Sir,

It’s my pleasure to complete the project named {{project.company_name}} at Mirpur 10 Branch. Myteam has already finished the project with the help of your valuable guidance. I, along with my team,believe in building a long-term relationship with our honorable customers, providing efficient tech solutions and services that can meet requirements and satisfactions through innovation.

I am attaching the expenditure of installing CCTV cameras with the specifications for your kind information and necessary actions to claim the expenditure due 20,226 (Twenty Thousand Two Hundred and Twenty Six) taka. The expenditure overview is followed as:

{% for project in project_list %} {% endfor %}
SL No Item Specification Quantity Unit Price(BDT) Subtotal
{{forloop.counter}} {{ project.product_name }} {{ project.1 }} {{ project.qty }} {{ project.selling_price}} {{ project.4}}

For further inquiries or for any kind of information please contact us through our phone numbers: +88 01676323576.

You are most welcome at our office. Please check yourself and be fully satisfied. We will do our best for your satisfaction. Your kind and quickest attention will be highly appreciated.

Thanking you and assuring you of our best services.

A K M Mashuqur Rahman Majumder

Managing Director, O’Dell Tech LTD

Address: House 1202, Road 12B, Avenue 11, Mirpur DOHS

Phone: +88 01676323576

Email: mashuq.odelltech@odell.com.bd

{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}