User: alex@sartography.com clicked save for manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/raise-new-demand-request-procurement.bpmn
This commit is contained in:
parent
52c0861d6a
commit
fc06c244a5
|
@ -542,7 +542,7 @@ external_data_task_name = "Raise New Demand Request-Procurement-Submit Request"<
|
||||||
| Item | Qty | Currency | Unit Price | Total Price | USD Price | Total USD Price |
|
| Item | Qty | Currency | Unit Price | Total Price | USD Price | Total USD Price |
|
||||||
|------|------|------------|------------|--------------|-------------|-------------------|
|
|------|------|------------|------------|--------------|-------------|-------------------|
|
||||||
{% for icnt in range(item_list_total) %}
|
{% for icnt in range(item_list_total) %}
|
||||||
| {{ Item[icnt]["item"] }} | {{ Item[icnt]["qty"] }} | {{ Item[icnt]["currency"] }} | {{ Item[icnt]["unit_price"] }} | | | |
|
| {{ Item[icnt]["item"] }} | {{ Item[icnt]["qty"] }} | {{ Item[icnt]["currency"] }} | {{ Item[icnt]["unit_price"] }} | {{ Item[icnt]["qty"] * Item[icnt]["unit_price"] }} | Item[icnt]["converted_to_unit_price"] | {{ Item[icnt]["qty"] * Item[icnt]["converted_to_unit_price"] }} |
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
----------
|
----------
|
||||||
{% if more_details_len > 0 %}
|
{% if more_details_len > 0 %}
|
||||||
|
|
Loading…
Reference in New Issue