{{ loadingMessage }}
\r\n\t\r\n\t\t\t\tFollowing the Council's Business Growth Voucher Scheme reaching the anticipated number of applicants, applications have been paused as we review what additional support is available to support businesses in York.\r\n\t\t\t
\r\n\t\t\r\n\t{{ errorText }}
\r\n{{ text }}
\r\n\r\n\r\n\r\n","import { render } from \"./index.vue?vue&type=template&id=34eef49f\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\vue-loader-v16\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { mapActions, mapGetters } from 'vuex';\r\nimport { format } from 'date-fns';\r\n\r\nexport const formFieldHelper = {\r\n props: {\r\n name: {\r\n type: String,\r\n required: true\r\n },\r\n // used to identify a field when it might share the same name as another field, but needs a unique ID\r\n fieldId: {\r\n type: String,\r\n required: false\r\n },\r\n labelText: {\r\n type: String,\r\n default: ''\r\n },\r\n errorText: {\r\n type: Object,\r\n default: function () {\r\n return { required: 'Please enter a value', invalid: 'Please enter a valid value' };\r\n }\r\n },\r\n isRequired: {\r\n type: Boolean,\r\n default: false\r\n },\r\n isDisabled: {\r\n type: Boolean,\r\n default: false\r\n },\r\n isHiddenLabel: {\r\n type: Boolean,\r\n default: false\r\n },\r\n prefillValue: {\r\n type: String,\r\n default: ''\r\n },\r\n helpText: {\r\n type: Object,\r\n default: function () {\r\n return { };\r\n }\r\n },\r\n classes: {\r\n type: String,\r\n default: 'flex flex-col'\r\n },\r\n optionsLoading: {\r\n type: Boolean,\r\n default: false\r\n }\r\n },\r\n emits: ['logError'],\r\n data: function () {\r\n return {\r\n inputValue: this.prefillValue,\r\n showRequiredError: false,\r\n showInvalidError: false,\r\n showBelowMinError: false,\r\n showAboveMaxError: false,\r\n valueToSave: ''\r\n };\r\n },\r\n computed: {\r\n ...mapGetters('siteSettings', ['getStoreValuesFunc']),\r\n errorToShow () {\r\n return !this.showInvalidError ? this.errorText.required : this.errorText.invalid;\r\n },\r\n showError () {\r\n return !!(this.showRequiredError || this.showInvalidError || this.showBelowMinError || this.showAboveMaxError);\r\n }\r\n },\r\n methods: {\r\n updateStore () {\r\n // grab the correct value to send up to the parent\r\n\r\n if (this.inputType === 'checkboxList') {\r\n const checkedItems = document.querySelectorAll(`input[name='${this.name}']:checked`);\r\n const checkedValues = [];\r\n\r\n for (const checked of checkedItems) {\r\n let value;\r\n if (parseInt(checked.value) === 'NaN') {\r\n value = checked.value;\r\n } else {\r\n value = parseInt(checked.value);\r\n }\r\n\r\n checkedValues.push(value);\r\n }\r\n this.valueToSave = checkedValues;\r\n } else if (this.inputType === 'checkbox') {\r\n this.valueToSave = document.querySelector(`input[name='${this.name}']`).checked ? 1 : 0;\r\n } else if (this.inputType === 'file') {\r\n this.valueToSave = this.$refs.uploader.files;\r\n } else if (this.inputType === 'dateText') {\r\n this.valueToSave = format(new Date(this.parsedDate), 'yyyy-MM-dd');\r\n } else if (this.customValidation === 'sortcode') {\r\n this.valueToSave = this.inputValue.replace(/[\\s,-]/g, '');\r\n } else {\r\n this.valueToSave = this.inputValue;\r\n }\r\n\r\n if (this.getStoreValuesFunc !== '') {\r\n this[this.getStoreValuesFunc]({\r\n [this.name]: this.valueToSave\r\n });\r\n }\r\n },\r\n ...mapActions('suppliers', ['storeFormValues']),\r\n ...mapActions('customers', ['storeEOIFormValues', 'storeAppFormValues']),\r\n ...mapActions('siteSettings', ['flagFormError'])\r\n }\r\n};\r\n","import { render } from \"./index.vue?vue&type=template&id=1549c354&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\n\nimport \"./index.vue?vue&type=style&index=0&id=1549c354&lang=scss&scoped=true\"\n\nimport exportComponent from \"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\vue-loader-v16\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-1549c354\"]])\n\nexport default __exports__","\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import { render } from \"./index.vue?vue&type=template&id=06768d73&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\n\nimport \"./index.vue?vue&type=style&index=0&id=06768d73&lang=scss&scoped=true\"\n\nimport exportComponent from \"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\vue-loader-v16\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-06768d73\"]])\n\nexport default __exports__","\r\n{{ messageText }}
\r\n\tThank you for applying to the Business Growth Voucher Scheme to become an approved supplier, offering services to small and micro businesses across the City of York. We’ll assess your application and be in touch within 5 working days.
\r\n\tVisit www.york.gov.uk/business for more helpful information for York-based businesses.
\r\nPlease ensure you read our guidance document before you complete this form.
\r\n\t\r\nPlease wait while the options for this question load.
\r\n\t\r\n\r\n\tPlease add details of any expertise you would like to offer. You must add at least one type of expertise. If you add further expertise but later change your mind, you can remove the last one added.
\r\n\t\t\r\n\t\t\t{{ labelText }}\r\n\t\t\t(Required)\r\n\t\t
\r\n\t\t\r\n\t\t\t{{ labelText }}\r\n\t\t\t(Required)\r\n\t\t
\r\n\t\tPlease add details of any directors, trustees or persons of significant control at your company. You must add at least one director, trustee or PSC. If you add further directors, trustees or PSCs but later change your mind, you can remove the last one added.
\r\n\r\n\t\tPlease provide bank details for the business account you wish to receive payment into
\r\n\t\t\r\n\t\t\t\tIf you experience problems when logging into your account we would recommend that you clear your cache or alternatively use private browsing. Should you require any further support please contact \r\n\t\t\t\t\t+44 (0)1904 933731 where a member of our team will be happy to help.\r\n\t\t\t
\r\n\t\t\r\n\t\r\n\t\t\t\tFollowing the Council's Business Growth Voucher Scheme reaching the anticipated number of applicants, applications have been paused as we review what additional support is available to support businesses in York.\r\n\t\t\t
\r\n\t\t\r\n\t\r\n\t\t\t\tPlease keep a record of your email and password as you will need to use this to access your account throughout the application process.\r\n\t\t\t
\r\n\t\t\r\n\tYour password must:
\r\n\tYour account has been created, click below to login.
\r\n\t\r\n\t\t\t\tIf you have any difficulty finding the supplier you're looking for in the list, we would recommend that you clear your cache or alternatively use private browsing. Should you require any further support please contact \r\n\t\t\t\t\t+44 (0)1904 933731 where a member of our team will be happy to help.\r\n\t\t\t
\r\n\t\t\r\n\tPlease find below a list of available suppliers and all the details you need to make a decision
\r\n\r\n\tLoading Results. Please wait.
\r\n\r\n\t\tLoading Results. Please wait.
\r\n\tUnable to find results
\r\nPlease add details of any directors, trustees or persons of significant control at your company. You must add at least one director, trustee or PSC. If you add further directors, trustees or PSCs but later change your mind, you can remove the last one added.
\r\n\t\tPlease ensure you provide the details of all Directors, Persons with Significant Control or Trustees as failure do so could lead to a delay with your application.
\r\n\t\t\r\n\t\t\tThis should be the person completing this application form and doesnt need to be the owner or director of the business, or a senior employee. We will not be able to communicate with anyone else regarding this application without the express permission of the person detailed here.\r\n\t\t
\r\n\t\t\r\n\t\t{{ labelText }}\r\n\t\t(Required)\r\n\t
\r\n\tPlease let us know the expertise you require for this project, as well as your chosen supplier. You must add at least one service/support type. If you add services/support type but later change your mind, you can remove the last one added.
\r\n\t\tPlease wait while the options for this question load.
\r\n\t\r\n\t\r\n\r\n\t\r\n\t\t\tPlease confirm the name and email address of the Director from within your organisation who will sign the Funding Agreement.\r\n\t\t
\r\n\t\t\r\n\t\t\tThis is for the purposes of administering your funding application/offer. Enter the Directors Full name and they must be included on the above list.\r\n\t\t
\r\n\r\n\t\tBelow you will find a link to start the application process. Once your application is approved you will see other information.
\r\n\t\r\n\t\t\t\t\tIf you experience problems seeing your application status we would recommend that you clear your cache or alternatively use private browsing. Should you require any further support please contact \r\n\t\t\t\t\t\t+44 (0)1904 933731 where a member of our team will be happy to help.\r\n\t\t\t\t
\r\n\t\t\t\r\n\t\tYour stage one application is current being assessed. We will contact you by email if you are eligible for stage two.
\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\tYour stage one application is complete.
\r\n\t\t\t\tYour stage two application has been submitted, we will contact you soon.
\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\tWe need to discuss your application, please contact us on +44 (0)1904 933731 for more information.
\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\tThank you for your application, we can confirm that following your request it has now been withdrawn
\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\tThere is a problem with your application, please contact us to discuss further.
\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\t\tFollowing the Council's Business Growth Voucher Scheme reaching the anticipated number of applicants, applications have been paused as we review what additional support is available to support businesses in York.\r\n\t\t\t\t\t
\r\n\t\t\t\t\r\n\t\t\tYour application has been submitted successfully. We will email you soon.
\r\nWe are expriencing high user volumes. Please try again later.
\r\n\tThe page you are looking for cannot be found. Head back to our