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
bc3ee0b1a6
commit
b2ba72e7f9
|
@ -171,17 +171,13 @@
|
|||
</spiffworkflow:properties>
|
||||
<spiffworkflow:instructionsForEndUser>Requestor: {{ current_user_extras["full_name"] }}
|
||||
----------
|
||||
| Project | Category | Sub-Category | Payment Method |
|
||||
|---------|------------|------------------|---------------------|
|
||||
| {{ project_name[0] }} | {{ category }} | {{ sub_category }} | {{ payment_method }} |
|
||||
| Project | Category | Sub-Category | Payment Method | Criticality | Period |
|
||||
|---------|------------|------------------|---------------------| ------------|---------|
|
||||
| {{ project_name[0] }} | {{ category }} | {{ sub_category }} | {{ payment_method }} | {{ criticality }} | {{ period }} |
|
||||
|
||||
| Vendor Name | Criticality | Period |
|
||||
|-----------------|------------|---------|
|
||||
| {{ vendor }} | {{ criticality }} | {{ period }} |
|
||||
|
||||
| Purpose |
|
||||
|-----------|
|
||||
| purpose |</spiffworkflow:instructionsForEndUser>
|
||||
| Vendor Name | Purpose |
|
||||
|-----------------|-----------|
|
||||
| {{ vendor }} | purpose |</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:preScript>project_name = [x["name"] for x in dept_list if x["id"] == int(project)]</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0ss3jdh</bpmn:incoming>
|
||||
|
@ -355,7 +351,7 @@ item_list_cnt = item_list_cnt + 1</bpmn:script>
|
|||
----------
|
||||
|
||||
</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:preScript></spiffworkflow:preScript>
|
||||
<spiffworkflow:preScript />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0dxhx7x</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ac8bib</bpmn:outgoing>
|
||||
|
|
Loading…
Reference in New Issue