mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
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
f48bc1caaf
commit
bc3ee0b1a6
@ -169,9 +169,20 @@
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="demand-request-items-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="demand-request-items-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
<spiffworkflow:instructionsForEndUser>| Project | Category | Sub-Category |
|
||||
|---------|------------|------------------|
|
||||
| {{ project_name[0] }} | {{ category }} | {{ sub_category }} |</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:instructionsForEndUser>Requestor: {{ current_user_extras["full_name"] }}
|
||||
----------
|
||||
| Project | Category | Sub-Category | Payment Method |
|
||||
|---------|------------|------------------|---------------------|
|
||||
| {{ project_name[0] }} | {{ category }} | {{ sub_category }} | {{ payment_method }} |
|
||||
|
||||
| Vendor Name | Criticality | Period |
|
||||
|-----------------|------------|---------|
|
||||
| {{ vendor }} | {{ criticality }} | {{ period }} |
|
||||
|
||||
| Purpose |
|
||||
|-----------|
|
||||
| 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>
|
||||
<bpmn:outgoing>Flow_1ypq7k8</bpmn:outgoing>
|
||||
@ -344,7 +355,7 @@ item_list_cnt = item_list_cnt + 1</bpmn:script>
|
||||
----------
|
||||
|
||||
</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:preScript>project_name = [x["name"] for x in dept_list if x["id"] == int(project)]</spiffworkflow:preScript>
|
||||
<spiffworkflow:preScript></spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0dxhx7x</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ac8bib</bpmn:outgoing>
|
||||
|
Loading…
x
Reference in New Issue
Block a user