{{ supplier.getName() }}
{{ supplier.getAddress() }}
{% if supplier.isActive() %} Active {% else %} Inctive {% endif %}Total
Spend MTD
KSH 0.00
12% increase from last year
Lead
Time
0 Days
Target is 5 days
General Contact Information
Main Contact:
{{ supplier.getName() }}
Payment Terms:
Bank > Equity
Phone:
{{ supplier.getPhoneNumber() }}
Email:
{{ supplier.getEmail() }}
Address:
{{ supplier.getAddress() }}
Full Purchase Order History
A detailed table of all transactions, including delivery status, invoicing, and payment dates would be displayed here.
Two invoices (PO-2024-350, PO-2024-355) are
overdue by more than 45 days.
Products Supplied by Essilor Labs (Frames & Lenses)
-
{% for supplier_item in supplier_inventory_items %}
-
{{ supplier_item['item_unit'] }}
{{ supplier_item['item_code'] }} | Last Price: {{ supplier_item['cost_price'] }}
{% endfor %}
Showing {{ supplier_inventory_items_count }} of {{ supplier_inventory_items_count }} active products.
Summary
Active Orders:
{{ supplier_active_po_count }}
Total Inventory Items:
{{ supplier_inventory_items_count }}
Avg. Order Value:
KSH 0.00
Tags
{% for supplier_inventory_item in supplier_inventory_items %} {{ supplier_inventory_item['item_unit'] }} {% endfor %} PO-2025-C137Extra Info Tab
-
LensCrafters
-
Visionworks
Active Orders
{% for active_po in supplier_active_po %}
{{ active_po.getOrderNumber() }}
{% endfor %}