Invoice List
Invoice List:
# | Invoice Id | Customer Name | Invoice Date | Action |
---|---|---|---|---|
{{ forloop.counter }} | {{ invoice.BillingNumber}} | {{ invoice.Customer.Name}} | {{ invoice.Date}} | View |
{% extends 'adminsection/base.html' %} {% load static %} {% block content %}