{% extends 'base/base.html' %} {% load static humanize %} {% block title %}Invoice #{{ booking.booking_number }} - PRACA Equipment Rental{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}
Invoice #: {{ booking.booking_number }}
Date: {{ invoice_date|date:"F j, Y" }}
Status: {{ booking.get_status_display }}
123 Rental Street, Westlands
Nairobi, 00100, Kenya
Phone: +254 700 000000
Email: info@praca.co.ke
{{ booking.user.get_full_name|default:booking.user.username }}
{% if booking.user.company_name %}
{{ booking.user.company_name }}
{% endif %}
{{ booking.customer_email }}
{{ booking.customer_phone|default:"Not provided" }}
Delivery Address:
{{ booking.delivery_address }}
| Invoice Date: | {{ invoice_date|date:"F j, Y" }} |
| Due Date: | {{ due_date|date:"F j, Y" }} |
| Payment Date: | {{ booking.payment_date|date:"F j, Y" }} |
| Payment Method: | {{ booking.get_payment_method_display|default:booking.payment_method }} |
| Transport Fee: | KES {{ booking.transport_fee|floatformat:2 }} |
| Deposit Paid: | KES {{ booking.deposit_amount|floatformat:2 }} (40%) |
Please make payment to:
| Item | Description | Rate | Days | Amount |
|---|---|---|---|---|
|
{{ booking.equipment.name }}
{{ booking.equipment.category.name }}
{% if booking.equipment.serial_number %}
SN: {{ booking.equipment.serial_number }} {% endif %} |
{{ booking.equipment.description|truncatewords:15 }}
|
KSh {{ booking.daily_rate|intcomma }}/day | {{ booking.total_days }} | KSh {{ booking.subtotal|intcomma }} |
| Delivery | {% if booking.delivery_address %} To: {{ booking.delivery_address }} {% else %} Standard delivery to your location {% endif %} | {% if booking.delivery_fee > 0 %} KSh {{ booking.delivery_fee|intcomma }} {% else %} Free {% endif %} | ||
| VAT (16%) included in total | Tax (16%): | KSh {{ booking.tax_amount|intcomma }} | ||
Total Amount:{% if booking.payment_status == 'paid' %} Paid on {{ booking.payment_date|date:"M j, Y" }} {% else %} Due by {{ due_date|date:"M j, Y" }} {% endif %} |
KSh {{ booking.total_amount|intcomma }}{% if booking.payment_status == 'partial' %} (Balance: KSh {{ booking.get_balance_due|intcomma }}) {% endif %} |
|||
PRACA Equipment Rental Center
123 Rental Street, Westlands
Nairobi, 00100, Kenya
View on Map
| Monday - Friday: | 8:00 AM - 6:00 PM |
| Saturday: | 9:00 AM - 4:00 PM |
| Sunday: | Closed |
Invoice #: {{ booking.booking_number }}
Invoice Date: {{ booking.created_at|date:"M d, Y" }}
Status: {{ booking.get_status_display }}
Payment Status: {{ booking.get_payment_status_display }}
{% if booking.transport_fee %}Transport Fee: KES {{ booking.transport_fee|floatformat:2 }}
{% endif %} {% if booking.deposit_amount %}Deposit Paid: KES {{ booking.deposit_amount|floatformat:2 }} (40%)
{% endif %}Please make payment to:
Bank: PRACA Equipment Rental Ltd
Account #: 1234567890
Bank: Sample Bank
Reference: {{ booking.booking_number }}
We appreciate your business and look forward to serving you again.
123 Rental Street, Westlands
Nairobi, Kenya
This is an automatically generated invoice. If you have any questions, please contact our support team.
© {% now "Y" %} PRACA Equipment Rental. All rights reserved.
123 Rental Street, Westlands
Nairobi, 00100, Kenya
support@praca.co.ke | +254 700 000000
Invoice #{{ booking.booking_number }}
Generated on: {% now "F j, Y \a\t g:i A" %}
Thank you for your business!