{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block main %}

Inventory Locations

Combined Inventory Status

{% for loc in stage.locs %} {% endfor %} {% for ident in stage.idents %} {% for loc in stage.locs %} {% endfor %} {% endfor %}
Idx Ident {{ loc._name }}-AQTotal Reserved Net Available Qty
{{ loop.index }} {{ ident }} {{ loc.get_ident_qty(ident) or '' }} {{ stage.inv.get_total_reservations(ident) or '' }} {{ stage.inv.get_total_availability(ident) or '' }}
{% endblock %}