TED 00275711-2025 - Planning







Help Print Share
Share × Facebook X/Twitter LinkedIn Email Cancel
.ted-toolbar { display: flex; }
.ted-mini-toolbar { display: flex; margin-bottom: 22px; margin-left: auto; }
.ted-help, .ted-download, .ted-print, .ted-social-share { background: none; border: none; padding: 0; }
.ted-print { margin-left: 24px; }
.ted-social-share { margin-left: 26px; }
.ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin-right: 9px; }
.ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { font-size: 14px; line-height: 20px; color: #697188; }
.ted-download:hover { text-decoration: none; }
.ted-help:hover .ted-help__text, .ted-download:hover .ted-download__text { text-decoration: underline; }
.modal { display: none; }
#tedSocialShare .modal-dialog { margin: 100px 15px; }
#tedSocialShare .ted-modal__content { border: 1px solid #CCCCCC; border-radius: 3px; }
#tedSocialShare .ted-modal__header { background: #F5F5F5; padding: 13px 16px 10px 16px; height: unset; border: none; }
#tedSocialShare .ted-modal__title { font-size: 15px; line-height: 22px; font-weight: bold; color: #444444; }
#tedSocialShare .ted-modal__close { height: unset; font-size: 25px; }
#tedSocialShare .ted-modal__close:focus { outline: 2px solid #1454B7; outline-offset: 2px; }
#tedSocialShare .ted-modal__body { display: flex; flex-direction: column; flex-direction: row; flex-wrap: wrap; border: none; margin: 0; padding: 15px 16px 0; }
#tedSocialShare .ted-modal__footer { justify-content: flex-end; padding: 16px 15px 14px; background: #ffffff; border: none; }
#tedSocialShare .ted-modal__button { font-weight: 400; font-size: 14px; line-height: 20px; color: #444444; background: #FFFFFF; border: 1px solid #444444; border-radius: 3px; margin: 0; padding: 0; width: 100%; height: 40px; }
.ted-share-button { color: #fff; border-radius: 3px; width: 100%; height: 40px; display: inline-block; margin-bottom: 11px; text-align: center; line-height: 40px; }
.ted-share-button:hover { text-decoration: none; color: #fff; }
.ted-share-button--facebook { background: #4267B2; }
.ted-share-button--twitter { background: #1DA1F2; }
.ted-share-button--linkedin { background: #0077B5; }
.ted-share-button--email { background: #444444; }
.ted-share-button__text { font-size: 14px; line-height: 20px; margin-left: 5px; }
@media (max-width: 767px) { .ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { display: none; } .ted-help, .ted-download, .ted-print, .ted-social-share { display: flex; align-items: center; justify-content: center; width: 45px; height: 35px; background: #F5F5F5; border-radius: 3px; } .ted-print, .ted-social-share { margin-left: 16px; } .ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin: 0; }
.ted-print { display: none; } }
@media (min-width: 576px) { #tedSocialShare .modal-dialog { margin: 12rem auto; max-width: 450px; } #tedSocialShare .ted-modal__body { flex-direction: row; } .ted-share-button { width: 113px; margin-right: 16px; margin-bottom: 15px; } #tedSocialShare .ted-modal__footer { background: #F5F5F5; } #tedSocialShare .ted-modal__button { width: 78px; } }
@media print {
@page { margin: 1cm; padding: 0; }
html, body { margin: 0; padding: 0; font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3; }
#ted { background: #FFFFFF; }
.ted-header, .ted-search, .ted-breadcrumb, .ted-mini-toolbar, .ted-footer, .ted-footer-desktop, .ted-footer-mobile, .cadmin.control-menu-container, .ted-back-to-top__button { display: none!important; } }const configuration = {"showSocial":true,"showHelp":true,"showDownload":false,"itemSelector1":{},"showPrint":true}; const fragmentElement = document.querySelector('#fragment-e01d584c-cd4d-e2ad-710e-e699f7fd8f12'); const fragmentEntryLinkNamespace = 'xudl'; const fragmentNamespace = 'xudl'; const layoutMode = 'view';$(document).ready(function() { var constructFacebookURL = function() { var parsedFacebookURL = new URL($('.ted-share-button--facebook').attr('href')); var searchParamsFacebook = new URLSearchParams(parsedFacebookURL.search); searchParamsFacebook.set('u', window.location.href); var facebookURL = new URL(parsedFacebookURL.origin + parsedFacebookURL.pathname + '?' + searchParamsFacebook.toString()).href; $('.ted-share-button--facebook').attr('href', facebookURL); }
var constructTwitterURL = function() { var parsedTwitterURL = new URL($('.ted-share-button--twitter').attr('href')); var searchParamsTwitter = new URLSearchParams(parsedTwitterURL.search); searchParamsTwitter.set('url', window.location.href); var twitterURL = new URL(parsedTwitterURL.origin + parsedTwitterURL.pathname + '?' + searchParamsTwitter.toString()).href; $('.ted-share-button--twitter').attr('href', twitterURL); }
var constructLinkedinURL = function() { var parsedLinkedinURL = new URL($('.ted-share-button--linkedin').attr('href')); var searchParamsLinkedin = new URLSearchParams(parsedLinkedinURL.search); searchParamsLinkedin.set('url', window.location.href); var linkedinURL = new URL(parsedLinkedinURL.origin + parsedLinkedinURL.pathname + '?' + searchParamsLinkedin.toString()).href; $('.ted-share-button--linkedin').attr('href', linkedinURL); }
var constructEmailURL = function() { var parsedEmailURL = $('.ted-share-button--email').attr('href'); var arr = parsedEmailURL.split('&body')[0]; $('.ted-share-button--email').attr('href', arr + '&body=' + encodeURIComponent(window.location.href)); }
$('.ted-share-button--facebook').on('click', function(event) { event.preventDefault(); constructFacebookURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--twitter').on('click', function(event) { event.preventDefault(); constructTwitterURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--linkedin').on('click', function(event) { event.preventDefault(); constructLinkedinURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--email').on('click', function(event) { event.preventDefault(); constructEmailURL(); window.open(this.href, '_self'); });
$('.ted-print').on('click', (event) => { window.print(); });
constructFacebookURL(); constructTwitterURL(); constructLinkedinURL(); constructEmailURL(); });; 00275711-2025 - Planning .fragment_24003 { }















Notice ViewDownload XMLShow the direct linksCreate an alertSend by emailRequest a translation1. Buyer2. Procedure3. Part8. Organisations (3)Notice informationNotice ViewSummary
TED v2 - Viewer @font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
Planning Ireland: Combat uniforms Provision of Defence Forces Combat Uniform Systems (DFCUS) to the Irish Defence Forces Ireland, Dublin (IE061) Estimated value excluding VAT: 40 000 000,00 EURBuyer Buyer: Irish Defence Forces_1144 Email: info@military.ie Ireland, Dublin (IE061), Newbridge PAR-0001: DFCUS Combat gear  (35812300) Ireland, Dublin (IE061) Estimated value excluding VAT: 40 000 000,00 EUR Languages and formatsOfficial language (Signed PDF)BGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVPDFBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVMachine translation HTMLBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVNoticeOfficial language
83/2025 @font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
275711-2025 - Planning See the notice on TED website 275711-2025 275711-2025 - Planning Ireland – Combat uniforms – Provision of Defence Forces Combat Uniform Systems (DFCUS) to the Irish Defence Forces OJ S 83/2025 29/04/2025 Prior information notice or a periodic indicative notice used only for information Supplies 1. Buyer 1.1. Buyer Official name: Irish Defence Forces_1144 Email: info@military.ie Legal type of the buyer: Central government authority Activity of the contracting authority: Defence 2. Procedure 2.1. Procedure Title: Provision of Defence Forces Combat Uniform Systems (DFCUS) to the Irish Defence Forces Description: The Irish Defence Forces (DF) intends to invite submissions from companies/organisations/consortiums for the Provision of the Defence Forces Combat Uniform Systems (DFCUS) from suitably qualified providers with appropriate expertise in the field of manufacturing and supply of proven operational military uniform systems. The DFCUS will be a multi-layered integrated uniform system in the newly developed Irish Transitional Multicam Pattern (ITMP) that utilises improved fabric technologies and fits to provide an improved uniform system to the personnel of the DF. The system will include an increased range of sizes and will see the introduction of a female fit across multiple garments. Internal identifier: 250427_A14.2_DFCUS 2.1.1. Purpose Main nature of the contract: Supplies Main classification (cpv): 35812000 Combat uniforms 2.1.2. Place of performance Country subdivision (NUTS): Dublin (IE061) Country: Ireland 2.1.3. Value Estimated value excluding VAT: 40 000 000,00 EUR 2.1.4. General information Legal basis:  Directive 2014/24/EU 3. Part 3.1. Part technical ID: PAR-0001 Title: DFCUS Description: Provision of DFCUS. Internal identifier: 270425_A14.2_DFCUS 3.1.1. Purpose Main nature of the contract: Supplies Main classification (cpv): 35812300 Combat gear 3.1.2. Place of performance Country subdivision (NUTS): Dublin (IE061) Country: Ireland Additional information: Dublin 3.1.4. Value Estimated value excluding VAT: 40 000 000,00 EUR 3.1.9. Further information, mediation and review Review organisation: The High Court of Ireland Organisation providing offline access to the procurement documents: Irish Defence Forces_1144 Organisation receiving requests to participate: Irish Defence Forces_1144 Organisation processing tenders: Irish Defence Forces_1144 8. Organisations 8.1. ORG-0001 Official name: Irish Defence Forces_1144 Registration number: 1144 Postal address: Station Rd. Town: Newbridge Postcode: W12AD93 Country subdivision (NUTS): Dublin (IE061) Country: Ireland Email: info@military.ie Telephone: +35345492483 Internet address: https://www.military.ie/en/ Buyer profile: https://www.military.ie/en/ Roles of this organisation:  Buyer Organisation providing offline access to the procurement documents Organisation receiving requests to participate Organisation processing tenders 8.1. ORG-0002 Official name: The High Court of Ireland Registration number: The High Court of Ireland Department: The High Court of Ireland Postal address: Four Courts, Inns Quay, Dublin 7 Town: Dublin Postcode: D07 WDX8 Country subdivision (NUTS): Dublin (IE061) Country: Ireland Email: HighCourtCentralOffice@courts.ie Telephone: +353 1 8886000 Roles of this organisation:  Review organisation 8.1. ORG-0003 Official name: European Dynamics S.A. Registration number: 002024901000 Department: European Dynamics S.A. Town: Athens Postcode: 15125 Country subdivision (NUTS): Βόρειος Τομέας Αθηνών (Voreios Tomeas Athinon) (EL301) Country: Greece Email: eproc-esender@eurodyn.com Telephone: +30 2108094500 Roles of this organisation:  TED eSender Notice information Notice identifier/version: 41a4da47-7dde-46c2-b172-c213c13671f3  -  01 Form type: Planning Notice type: Prior information notice or a periodic indicative notice used only for information Notice subtype: 4 Notice dispatch date: 27/04/2025 14:10:09 (UTC+1) Central European Time, Western European Summer Time Languages in which this notice is officially available: English Notice publication number: 275711-2025 OJ S issue number: 83/2025 Publication date: 29/04/2025 Estimated date of publication of a contract notice within this procedure: 02/06/2025
Liferay.Loader.require( "ted-v2@1.0.0", function(module) { var initializer;
if (typeof module.default === 'function') { initializer = module.default; } else if (typeof module === 'function') { initializer = module; }
if (initializer) { initializer( { configuration: { portletInstance: JSON.parse('{}'), system: JSON.parse('{}') }, contextPath: '/o/ted-v2-1.0.0', portletElementId: 'js-portlet-_tedv2_INSTANCE_uefc_', portletNamespace: '_tedv2_INSTANCE_uefc_' }); } else { console.error( 'Module', 'ted-v2@1.0.0', 'is not exporting a function: cannot initialize it.'); }
});




























@media (max-width: 700px){ body .cck-container { bottom:65px; } }
CountryIreland
Procurement StatusActive

Dear customer,

The item you are trying to view, is accessible only to EPICOS subscribers. You can subscribe to EPICOS by clicking on the SUBSCRIBE button below. If you already have an active subscription with EPICOS, please LOGIN by selecting either the option below, or the respective one at the top right of the page.

Thank you,

The Epicos Team

Related Procurements

ESB intends to procure Flexibility Services for the national electricity distribution system in Ireland. Flexibility Services can be provided by suitably qualified distribution connected customers (generation, storage or demand response...
View more
Deadline: Mar 29, 2027
The Local Government Operational Procurement Centre (the LGOPC) acting as a Central Purchasing Body (CPB) under the auspices of Kerry County Council is co-ordinating the establishment of a Dynamic Purchasing...
View more
The Contracting Entity intends to procure EITHER a complete turnkey contract (i.e the supply of one Fuel Oil fired shell boiler, the supply of one (or more) electrically powered shell...
View more