{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block main %}
Idx | Ident | {% for loc in stage.locs %}{{ loc._name }}-AQ | {% endfor %}Total Reserved | Net Available Qty |
---|---|---|---|---|
{{ loop.index }} | {{ ident }} | {% for loc in stage.locs %}{{ loc.get_ident_qty(ident) or '-' }} | {% endfor %}{{ stage.inv.get_total_reservations(ident) or '-' }} | {{ stage.inv.get_total_availability(ident) or '-' }} |