{% extends "base_view.html" %} {% load widget_tweaks %} {% block title %} meliza-lab : item : {{ item.name }} {% endblock %} {% block content %}
Order Date | Price | Quantity | Total Price | Received | Location | Serial | Equipment # | {% for oit in lineitems.iterator %} |
---|---|---|---|---|---|---|---|---|
{{ oit.order.order_date }} | {{ oit.cost }} | {{ oit.units_purchased }} | {{ oit.total_price }} | {{ oit.date_arrived|default:"no" }} | {{ oit.location|default:"" }} | {{ oit.serial|default:"" }} | {{ oit.uva_equip|default:"" }} |
To enter or update information about an item after it has been received, click the icon. To place a new order for the item, use the form below.