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

Conventions

Motifs

Recognized Device Classes

Inventory Guidelines

{% for name, rows in stage.guidelines.iteritems() %} {% for row in rows %} {% endfor %} {% endfor %}
ID Min Order Qty Order Qty Multiple Baseline Qty Min Excess % Min Excess Qty Max Excess Qty
{{ row.id }} {{ row.oqty_min }} {{ row.oqty_multiple }} {{ row.baseline_qty }} {{ row.excess_min_pc }} {{ row.excess_min_qty }} {{ row.excess_max_qty }}

IEC60063 Preferred Numbers

Series Parameters

IEC60063 {{ stage.iec60063series }} Values {% if stage.iec60063stype %} for {{ stage.iec60063stype }}{% endif %} {% if stage.iec60063start %} from {{ stage.iec60063start }}{% endif %} {% if stage.iec60063end %} upto {{ stage.iec60063end }}{% endif %}

{% endblock %}