From aefff75ed6d86fed691eff8144510032fe279644 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 22 Dec 2022 17:34:02 +0000 Subject: [PATCH] User: alex deleted process model file manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-schema.json --- ...new-demand-request-procurement-schema.json | 79 ------------------- 1 file changed, 79 deletions(-) delete mode 100644 manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-schema.json diff --git a/manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-schema.json b/manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-schema.json deleted file mode 100644 index 0227a931..00000000 --- a/manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-schema.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "title": "Submit New Demand Request-Procurement", - "description": "Submit a new demand request for the procurement of needed items. Does not include Travel or Compensation.", - "properties": { - "requestor": { - "type": "string", - "title": "Requestor" - }, - "project": { - "type": "string", - "title": "Project", - "enum": [ - "Project 1", - "Project 2", - "Project 3" - ] - }, - "category": { - "type": "string", - "title": "Category", - "enum": [ - " Software & Licences", - "Equipment", - "Consulting Fees", - "Other Fees" - ] - }, - "sub-category": { - "type": "string", - "title": "Sub-Category", - "enum": [ - "Licenses", - "Subscriptions", - "Bounties", - "Coworking" - ] - }, - "purpose": { - "type": "string", - "title": "Purpose" - }, - "criticality": { - "type": "string", - "title": " Criticality", - "enum": [ - "High", - "Medium", - "Low" - ] - }, - "vendor": { - "type": "string", - "title": "Vendor" - }, - "period": { - "type": "string", - "title": "Period" - }, - "payment-method": { - "type": "string", - "title": "Payment method", - "enum": [ - "Bank transfer", - "Debit Card", - "Crypto transfer" - ] - }, - "currency": { - "type": "string", - "title": "Currency", - "enum": [ - "USD", - "Euro", - "AUD" - ] - } - }, - "required": [] -} \ No newline at end of file