Broadcast United

The government will allocate 3 million euros for the property on Davčna Street

Broadcast United News Desk
The government will allocate 3 million euros for the property on Davčna Street

[ad_1]


The office building will be used primarily for the Digital Transformation Department, headed by Emilija Stojmenova Duh. Photo: Bobo
The office building will be used primarily for the Digital Transformation Department, headed by Emilija Stojmenova Duh. Photo: Bobo

According to the Ministry of Public Administration, which manages the business, it is necessary to purchase the business premises on Davchina Street “It was also an economic decision considering the prices achieved”they wrote in a press release following the government meeting.

The ministry has many dispersed locations

With this purchase, they solved the problem of the decentralized location of the Ministry of Digital Transformation and centralized its employees in the ministry’s headquarters, creating the possibility of rationalizing and optimizing work processes. At the same time, they wrote, the ministry is facing space constraints, which will intensify in the future given the projected employment quotas. The rent for rental sites and parking spaces for official vehicles, currently paid by the Ministry of Public Administration, will also be reduced.

At this location, the State already owns business premises on the first and second floors of the business building. As the owner of the premises, the State or operator Public Administration will be able to arrange the premises according to the needs and requirements of the user’s workflow. They announced that the investment will be fully completed by the end of 2024, when all debts of the project will be settled.

“The Ministry of Public Administration responded to market conditions after receiving notification that Zavarovalnica Triglav was selling the property it owned,” They wrote that down, too. They submitted an offer to buy the house and parking space, which covers 1,448 square metres.

Based on the above reasons and the established need of the state institutions to add office space to the property in question, the Ministry of Public Administration also ordered the preparation of a market value assessment in accordance with the hierarchy of valuation rules and international valuation standards, they announced.

The Ministry of Public Administration also announced that the estimated value of the project’s implementation amounts to 3,061,532 euros, including the purchase price of the real estate, the payment of real estate sales tax and the purchase of office equipment.

The deposit will be fully refunded

POP TV reported not long ago that the Ministry of Public Administration had transferred a deposit of 140,000 euros to Zavarovalnica Triglav before making a binding offer to purchase the business premises. The Ministry of Public Administration replied to POP TV that it is common for the seller to ask for a deposit in the invitation to submit an offer as proof of the seriousness of the offer and as a mandatory element of submitting an offer, which is otherwise a legitimate transaction of buying and selling real estate. They said that the entire deposit was included in the purchase price, but that it would be fully refunded if the Ministry failed to make an offer.

Other projects in the development plan

On the other hand, the government today included in the development plan the project for the renovation of the Jabla and Ptuj research facilities, which follows the strategic objectives of the Slovenian Agricultural Institute and strengthens the Institute’s position as Slovenia’s central research institution in the field of agriculture and nutrition. These are investment and maintenance works for the unimpeded conduct of seed production and breeding activities at both locations.

The project is estimated to be worth more than 1.1 million euros, of which the Slovenian Agricultural Institute will contribute 748,088 euros and the state will contribute 372,969 euros from its budget, the Ministry of Higher Education, Science and Innovation announced after a government meeting.

In the development plan, the government also included the expansion of Celje Health and Cosmetology Secondary School. The investment targets are the expansion and renovation of the restaurant with an open-air terrace and the expansion of the classroom area with a total net floor area of ​​1,135 square meters, as well as the arrangement of outdoor areas for the growing number of enrolled students.

According to the documents submitted, the project is estimated to be worth nearly 4 million euros, of which 1.5 million euros will be co-financed under the Slovenian Act on the provision of financial resources for healthcare investments and 2.5 million euros will be financed by the school itself. The Ministry of Education announced after a government meeting that the investment will be completed by 2026.

// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }

// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },

setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },

deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },

cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper

// iProm (function(a,g,b,c){ a(c)=a(c)||function(){ "undefined"===typeof a.ipromNS?(a(c).q=a(c).q||()).push(arguments):a.ipromNS.execute(arguments)}; var k=function(){ var b=g.getElementsByTagName("script")(0);return function h(f){ var e=f.shift();a(c)("setConfig",{ server:e}); var d=document.createElement("script");0-1){ cookieConsent = true; }

var $sid = 'slovenija'; var $ssid = 'slovenija'; if($sid == ''){ $sid = 'default'; } if(cookieConsent == false){ $sid = 'safe'; $ssid = ''; }

_ipromNS('init', { sitePath: ('rtvslo',$sid,$ssid), cookieConsent: cookieConsent }); // END: iProm

// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }

if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); // ADVANCED USERS if (document.cookie.indexOf('APISESSION_USER_NL') != -1) { cookieHelper.getCookie('APISESSION_USER_NL').split('-').forEach(function(item) { if(item == '15') document.body.classList.add('advanced-user'); }); } } else { document.body.classList.add('user-logged-out'); }

// Mobile check var mobile = false; var mobile_xs = false;

var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;

w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)(0); if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }

//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }

function scrollToLiveItemInArticle() { let liveItem = document.getElementById('mmczivoinjectV2'); if (!liveItem) { for (let i = 0; i <= 3; i++) { let element="rtv4dplayer_live_" + i; liveItem = document.getElementById(element); if (liveItem) break; } } if (liveItem) { liveItem.scrollIntoView({behavior: "smooth", block: "center", inline: "nearest"}); } }

[ad_2]

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *