{{tittle}}


Purchase Part

{% for p in part_list %} {% endfor %}
name quantity unit price distributor desctiption
{{p.id.getName()}} {{p.quantity}} {{p.price_value}} {{p.price_unit}} {{p.distributor}} {{p.description}}


Prepair Part



Assembly Part

{% for a in assembly_list %}

{{a.name}} x{{a.quantity}}

{% for s in a.step_list %}

step {{s.seq_no}}

{% for c in s.component_list %} {% endfor %}
name quantity
{{c.id.getName()}} {{c.quantity}}
{% for i in s.image_path_list %} {% endfor %} {% endfor %}
{% endfor %}

powered by roborecipe