{% extends '@inventory/layouts/commonmaster.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

{{ 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

Last PO Date
Sep 20, 2024
PO-2024-501
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.

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.

Supplier Documents & Contracts
  • Master Supply Agreement (2024-2025) 3.5 MB | Download
  • W-9 Form (2023) 1.2 MB | Download
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-C137
Extra Info Tab
  • Logo LensCrafters
  • Logo Visionworks
Active Orders
{% for active_po in supplier_active_po %}

{{ active_po.getOrderNumber() }}

{% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}