IG Metall accuses the e-car maker Tesla “inadmissible intimidation” and “massive approach of management” against the employees of the work in Grünheide in Brandenburg. “Tesla doubts medical certificates to a large extent, refuses to continue paying in the event of illness and retains remuneration,” said the union in the Berlin-Brandenburg-Sachsen district on Friday. “With this unacceptable approach, the company keeps doing colleagues in financial need,” said IG Metall district manager Dirk Schulze. The “massive approach of management against his own employees” mean that members at Tesla in Grünheide “needed the legal protection of the union as often as on the average of IG Metall”. A large number of similar cases were received, the union said. Tesla initially doubt sick leave of employees and require to disclose diagnoses and to give the doctors from the duty of confidentiality. According to IG Metall, the group then often removes and puts the employees “under pressure”-according to the union with the reference to “debts”, which they would have through a “overpayment”. Employees “to sign this procedure without prior examination”. The “populist scandals of IG Metall”, the company explained. In this case, like the IG Metall, a “massive approach is a conscious distortion of reality,” continued Tesla. In addition, there would be “cases in which the Federal Labor Court assumes that an illness could be advanced”, Tesla continued – for example, “if someone can be taken sick for exactly the time for which a vacation application has been rejected”. In such cases, the employer may request evidence. That is “common practice in Germany”.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!