From 49d6077fb24402e7fd8b93f414b84d48706fa645 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 21 Dec 2022 03:54:08 +0000 Subject: [PATCH] User: alex added process model file manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-uischema.json --- ...new-demand-request-procurement-schema.json | 97 +++++++++++++++++++ ...w-demand-request-procurement-uischema.json | 14 +++ 2 files changed, 111 insertions(+) create mode 100644 manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-schema.json create mode 100644 manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-uischema.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 new file mode 100644 index 00000000..a6aba1c2 --- /dev/null +++ b/manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-schema.json @@ -0,0 +1,97 @@ +{ + "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", + "Open source", + "Books", + "Courses", + "Online Conferences", + "Laptops", + "Ledgers", + "Headset", + "Accommodation", + "Meals", + "Flights", + "Transportation", + "Tickets", + "New hire", + "Compensation", + "Change", + "Ambassadors", + "Consultants", + "Freelancers", + "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 diff --git a/manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-uischema.json b/manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-uischema.json new file mode 100644 index 00000000..4ef84426 --- /dev/null +++ b/manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/submit-new-demand-request-procurement-uischema.json @@ -0,0 +1,14 @@ +{ + "ui:order": [ + "requestor", + "project", + "category", + "sub-category", + "purpose", + "criticality", + "vendor", + "period", + "payment-method", + "currency" + ] +} \ No newline at end of file