{% extends "base.html" %} {% block title %}Search - QuantumQuickSales{% endblock %} {% block page_title %}Search Invoices{% endblock %} {% block content %}
| Invoice ID | Customer Name | Phone Number | Total Amount | Date | Created By | Actions |
|---|---|---|---|---|---|---|
| {{ result[0] }} | {{ result[1] }} | {{ result[2] }} | ₹{{ "%.2f"|format(result[3]) }} | {{ result[4].strftime('%d/%m/%Y %H:%M') if result[4] else 'N/A' }} | {{ result[5] }} | View |
Try searching with different keywords
Enter a customer name, phone number, or invoice ID to search