
[ad_1]
The Labour Chamber has drawn up a comprehensive list of demands for the incoming federal government. This also includes the desire to reduce working hours, which remains unspecific compared to the SPÖ’s four-day work week. Overall, President Renate Anderl wants the next government to listen more to the Labour Party than the current one.
Andel said that during the last legislative period, the pressure on employees increased. Last year, they worked a total of 180 million overtime hours, including 46.6 million hours of unpaid overtime. AK calculated that employees were deprived of 1.3 billion euros in wages and the state lost 600 million euros in taxes and social security contributions.
Pension issues for system-related occupations
The turquoise-green federal government also failed to develop unemployment insurance reform and a skilled workers strategy. Both were declared as goals, but no agreement could be reached between the ÖVP and the Greens. Ander is now calling on the next government to develop a skilled workers strategy. A study by Wifo shows that 300,000 of the 1.5 million employees in systemically important occupations will retire in the next five to ten years.
One of the AK’s core wishes is to reduce working hours. This demand differs from the SPÖ’s demand for a four-day work week, and the newspaper only mentions “healthy full-time work”. The wish is not specified and no specific time is given. This also includes measures to address the increasingly serious problem of high temperatures in the workplace during the summer.
AK-Director Silvia Hruška-Frank
© Labour Chamber Ak
The Labour Union strongly calls for reforms in the education sector, which also extend to the training of skilled workers, and for legal qualifications, including a qualification allowance for up to three years. The educational offensive should start earlier, from basic education. AK wants kindergartens to be free for the second year and to have longer opening hours – also in order to activate unused labour potential.
The expansion of day schools is an old demand that can be found again in the norms of the next government. More than a decade ago, the social partners drafted a joint document on this, which also included the preparatory steps for comprehensive schools. “Our school system should be the most advanced, but it is the most backward,” said AK director Silvia Hruška-Frank. “We are leaving a lot of talent behind.” According to Hruška-Frank, 40% of people cannot read meaningfully after the end of compulsory education. “There are almost no jobs you can get away with.”
€1 billion per year for municipalities
The Labor Union also wants the next government to increase investment in decarbonization. On the one hand, it affects the expansion of the railways, and on the other hand, it also affects the communities. The government’s current municipal investment plan must be increased from 1 billion euros to 2 billion euros per year to be able to implement climate change in the communities. “You have to be brave and pay attention to the climate crisis,” said Tobias Schweitzer, head of the Labor Department’s economic department.
The catalogue of demands also includes a call for a “new immigration model” because workers are in great demand in certain professional fields. Asylum seekers should be allowed to enter the labor market after one year even without a labor market test, and the “integration year” created in 2017 but no longer funded by the turquoise blue law should be restored. AK also called for some small relief when obtaining citizenship, such as lowering financial barriers.
window.didomiOnReady.push(() => { window.didomiScriptStatus="ready"; });
window.didomiHelper = {
_essentialVendorIds: ( 'c:pianosoft-KFChz6mr', 'c:googleext-ZWjBAiL8', 'smart' ),
purposeMapping: { 1: 'cookies', 2: 'select_basic_ads', 3: 'create_ads_profile', 4: 'select_personalized_ads', 5: 'create_content_profile', 6: 'select_personalized_content', 7: 'measure_ad_performance', 8: 'measure_content_performance', 9: 'market_research', 10: 'improve_products', 25: 'strictly_necessary', 26: 'funktional', 29: 'socialmedia', },
socialMediaScripts: { 'facebook': { source: 'https://connect.facebook.net/en_US/sdk.js', onLoad: () => { window.fbAsyncInit = function() { FB.init({ appId : '579158667063181', autoLogAppEvents : true, xfbml : true, version : 'v16.0' }); }; }, }, 'twitter': { source: 'https://platform.twitter.com/widgets.js', }, 'c:instagram': { source: 'https://www.instagram.com/embed.js', onLoad: () => { window('instgrm').Embeds.process(); }, }, 'c:tiktok-KZAUQLZ9': { source: 'https://www.tiktok.com/embed.js', }, 'c:reddit': { source: 'https://embed.redditmedia.com/widgets/platform.js', }, 'c:pinpollgm-e2t3Vxt2': { source: 'https://tools.pinpoll.com/global.js', }, },
debug() { },
isReady() { return window.didomiScriptStatus === 'ready'; },
onReady(cb) { window.didomiOnReady.push(cb); },
onVendorConsent(vendorId, cb) {
if (this._essentialVendorIds.includes(vendorId)) { cb();
return; }
window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {
this.debug(`onVendorConsent: Register script for vendor ${vendorId}`); Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .filter((status) => { return status === true; }) .first() .subscribe((consentStatusForVendor) => {
this.debug(`onVendorConsent: Got consent for vendor ${vendorId}`); cb(); }); } else {
this.debug( `onVendorConsent: No consent required. Script for vendor ${vendorId} will be executed immediately.` ); cb(); } }); },
onVendorConsentChange(vendorId, cb) {
if (this._essentialVendorIds.includes(vendorId)) { cb(true);
return; }
window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {
this.debug(`onVendorConsentChange: Register script for vendor ${vendorId}`); Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .subscribe((consentStatusForVendor) => { this.debug(`onVendorConsent: Consent changed for vendor ${vendorId} to`, consentStatusForVendor);
cb(consentStatusForVendor); }); } else {
this.debug( `onVendorConsentChange: No consent required. Script for vendor ${vendorId} will be executed immediately.` ); cb(true); } }); },
onConsentChange(cb) { window.didomiOnReady.push((Didomi) => { cb(Didomi.getUserStatus());
window.didomiEventListeners.push({ event: 'consent.changed', listener: () => { this.debug(`onConsentChange: Consent data has been changed.`); cb(Didomi.getUserStatus()); } }); }); },
checkVendorConsent(vendorId) { return new Promise((resolve) => {
if (this._essentialVendorIds.includes(vendorId)) { resolve(true); }
window.didomiOnReady.push((Didomi) => { Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .first() .subscribe((consentStatus) => { this.debug(`checkVendorConsent: Consent for vendor ${vendorId} is`, consentStatus); resolve(consentStatus); }); }); }); },
checkPurposesConsent(requiredPurposes) { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { const enabledPurposes = Didomi.getUserStatus().purposes.consent.enabled; const consentStatus = requiredPurposes.every((purpose) => enabledPurposes .includes(purpose));
this.debug(`checkPurposesConsent: ConsentStatus is`, consentStatus); resolve(consentStatus); }) }) },
getUserStatus() { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { resolve(Didomi.getUserStatus()); }) }) },
checkAllConsent() {
const requiredPurposes = ('cookies', 'select_basic_ads', 'create_ads_profile', 'select_personalized_ads', 'create_content_profile', 'select_personalized_content', 'measure_ad_performance', 'measure_content_performance', 'market_research', 'improve_products', 'funktional', 'socialmedia' );
return this.checkPurposesConsent(requiredPurposes); },
checkConsentDataExists() { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { resolve(!Didomi.isUserStatusPartial()) }); }); },
async onAllConsentChange(cb) { this.debug('onAllConsentChange: called'); cb(await this.checkAllConsent());
window.didomiEventListeners.push({ event: 'consent.changed', listener: async () => { this.debug('onAllConsentChange: event'); cb(await this.checkAllConsent()); } }); },
_bannerInteracted: false, onBannerInteracted(cb) { if(this._bannerInteracted) { return; }
window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {
this.debug('onBannerInteracted: Register script for CMP interaction');
const executeCb = () => { if (!Didomi.isUserStatusPartial()) { this.debug( 'onBannerInteracted: Consent info exists. Executing script' ); this._bannerInteracted = true; cb(); } };
if (!Didomi.isUserStatusPartial()) { executeCb(); } else {
window.didomiEventListeners.push({ event: 'notice.hidden', listener: executeCb });
window.didomiEventListeners.push({ event: 'preferences.hidden', listener: executeCb }); } } else {
this.debug(`onBannerInteracted: No consent required. Executing script.`); cb(); } }); },
changeUserStatus(cb) { window.didomiOnReady.push((Didomi) => { const userStatus = Didomi.getUserStatus(); const newUserStatus = cb(userStatus); Didomi.setUserStatus(newUserStatus); this.debug('changeUserStatus: User status has been changed'); }); },
accept(vendors = (), purposes = ()) { this.changeUserStatus((userStatus) => {
const usPurposes = userStatus.purposes.consent.enabled; const newPurposes = (...usPurposes, ...purposes);
userStatus.purposes.consent.enabled = (...new Set(newPurposes));
userStatus.purposes.consent.disabled = userStatus.purposes.consent.disabled.filter(p => !purposes.includes(p));
const usVendors = userStatus.vendors.consent.enabled; const newVendors = (...usVendors, ...vendors) userStatus.vendors.consent.enabled = (...new Set(newVendors));
userStatus.vendors.consent.disabled = userStatus.vendors.consent.disabled.filter(v => !vendors.includes(v));
return userStatus; }); this.debug('accept: Gave consent to vendors', vendors, 'and purposes', purposes); },
acceptAll() { window.didomiOnReady.push((Didomi) => { Didomi.setUserAgreeToAll(); }); },
addEventListener(event, cb) { window.didomiEventListeners.push({ event: event, listener: cb }) },
_scriptErrors: (), onScriptError(cb) {
if (typeof cb === 'function') { this._scriptErrors.push(cb); }
if (window.didomiScriptStatus === 'error') { while (this._scriptErrors.length > 0) { this._scriptErrors.shift()(); } } },
async loadSocialMediaScriptIfConsentEnabled(vendorId) { const consent = await this.checkVendorConsent(vendorId);
if (consent && this.socialMediaScripts(vendorId)) {
window('UTIL').loadScript({
src: this.socialMediaScripts(vendorId).source,
onLoad: () => {
if (this.socialMediaScripts(vendorId).onLoad
&& typeof this.socialMediaScripts(vendorId).onLoad === 'function'
) {
this.socialMediaScripts(vendorId).onLoad();
}
},
});
}
}
}
[ad_2]
Source link