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:
sartography-automated-committer 2023-01-20 12:44:01 +00:00
parent 9d1e188a07
commit 3c2fb60ef4

View File

@ -299,9 +299,7 @@ converted_to_unit_price_total_sum = 0</bpmn:script>
<spiffworkflow:property name="formJsonSchemaFilename" value="supporting-info-and-files-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="supporting-info-and-files-uischema.json" />
</spiffworkflow:properties>
<spiffworkflow:instructionsForEndUser>
</spiffworkflow:instructionsForEndUser>
<spiffworkflow:instructionsForEndUser />
</bpmn:extensionElements>
<bpmn:incoming>Flow_1ypq7k8</bpmn:incoming>
<bpmn:outgoing>Flow_0jhh37r</bpmn:outgoing>
@ -527,7 +525,7 @@ external_data_task_name = "Raise New Demand Request-Procurement-Submit Request"<
| Item | Qty | Currency | Unit Price | Total Price | USD Price | Total USD Price |
|------|------|------------|------------|--------------|-------------|-------------------|
{% for icnt in range(item_list_total) %}
| {{ Item[icnt]["item"] }} | {{ Item[icnt]["qty"] }} | {{ Item[icnt]["currency"] }} | {{ Item[icnt]["unit_price"] }} | {{ Item[icnt]["unit_price_total"] }} | Item[icnt]["converted_to_unit_price"] | {{ Item[icnt]["converted_to_unit_price_total"] }} |
| {{ Item[icnt]["item"] }} | {{ Item[icnt]["qty"] }} | {{ Item[icnt]["currency"] }} | {{ Item[icnt]["unit_price"] }} | {{ Item[icnt]["unit_price_total"] }} | {{ Item[icnt]["converted_to_unit_price"] }} | {{ Item[icnt]["converted_to_unit_price_total"] }} |
{% endfor %}
----------
Total Demand Request USD: {{ converted_to_unit_price_total_sum }}