{% extends 'base.html' %} {% block title %}Create Invoice - Optinet Global Links{% endblock %} {% block content %}

Create Invoice

Generate a new invoice for customer billing

Back to Invoices
Invoice Details
{% csrf_token %}
KSh
KSh
KSh
Invoice Preview
Customer:
Select a customer
Package:
Select a package
Billing Period:
Set billing period
Due Date:
Set due date

Package Amount: KSh 0.00
Installation Fee: KSh 0.00
Penalty Amount: KSh 0.00

Total Amount: KSh 0.00
Quick Tips
  • Select customer to auto-fill service details
  • Billing period determines the service duration
  • Due date should be after the billing period
  • Installation fees are one-time charges
{% endblock %}