خبرهای خوش از مجلس برای بازنشستگان
اقتصاد 100-مجلس تصمیم گرفته است که حقوق بازنشستگان کم نشود و همانطور که باید، افزایش پیدا کند.
اقتصاد 100-مجلس تصمیم گرفته است که حقوق بازنشستگان کم نشود و همانطور که باید، افزایش پیدا کند.
بر اساس مصوبه جدید دولت در شهریور ۱۴۰۳ برای اجرای قانون متناسبسازی حقوق بازنشستگان، قرار بود ۹۰ درصد از حقوق و فوقالعادههای شاغلان، پس از کسر حق بیمه و مالیات، برای بازنشستگان مشابه محاسبه شود. اما هیئت بررسی و تطبیق مصوبات دولت با قوانین این تصمیم را لغو کرد و تأکید کرد که محاسبه ۹۰ درصد حقوق شاغلان باید قبل از کسر حق بیمه و مالیات انجام شود.
این تغییر، بهویژه برای بازنشستگان، پیامدهای مثبت قابلتوجهی خواهد داشت. به عنوان مثال، اگر یک فرد شاغل حقوق و فوقالعادههای مشمول کسور خود را ۲۰ میلیون تومان در نظر بگیریم و از این مقدار ۴ میلیون تومان بابت حق بیمه و مالیات کسر شود، طبق مصوبه اولیه، ۹۰ درصد از ۱۶ میلیون تومان محاسبه میشد. اما با ابلاغیه جدید دکتر قالیباف، رئیس مجلس، حالا ۹۰ درصد از ۲۰ میلیون تومان برای بازنشسته مشابه محاسبه میشود که منجر به افزایش چشمگیری در حقوق بازنشستگان خواهد شد.
این تغییر میتواند تأثیر مهمی بر بهبود وضعیت مالی بازنشستگان داشته باشد و آنان را در تأمین نیازهای روزمرهشان یاری کند.
خرید ارز دیجیتال به سادهترین روش ممکن!
✅ خرید ساده و راحت ✅ صرافی معتبر کیف پول من ✅ ثبت نام سریع با شماره موبایل ✅ احراز هویت آنی با کد ملی و تاریخ تولد ✅ واریز لحظهای به کیف پول شخصی شما
آیا دلار دیجیتال (تتر) گزینه مناسبی برای سرمایه گذاری است؟
استفاده از ویجت خرید ارز دیجیتال به منزله پذیرفتن قوانین و مقررات صرافی کیف پول من است.
قدرت گرفته از
صرافی معتبر کیف پول من
پشتیبانی
// Check screen width condition
if (window.innerWidth < 768) {
// Click event handler for "Read More" button
var more = document.querySelector('#widget_icon');
var widget = document.querySelector('.crypto_widget .content');
if (more && widget) {
more.addEventListener('click', function() {
widget.classList.toggle('visible');
});
}
}
.crypto_widget { gap: 0 24px; padding: 16px; margin: 16px 0; background: #fff; position: relative; border-radius: 15px; box-shadow: 0px 0px 4px 0px rgba(185, 185, 185, 0.42); } @media only screen and (max-width: 768px) { .crypto_widget { display: flex; flex-direction: column; } } @media only screen and (min-width: 768px) { .crypto_widget { display: none; } } .crypto_widget .text { display: flex; flex-direction: column; justify-content: space-between; } .crypto_widget .inner { gap: 24px; display: flex; flex-direction: column; justify-content: center; } #echo-detail .crypto_widget .header { gap: 10px; display: grid; align-items: center; grid-template-columns: 40px 1fr; } @media only screen and (max-width: 768px) { #echo-detail .crypto_widget .header { text-align: center; position: relative; padding-left: 40px; } } .crypto_widget .header img { width: 55px; } #echo-detail .crypto_widget .header .icon { left: 0; cursor: pointer; position: absolute; } #echo-detail .crypto_widget .content { height: 0; margin: 0; opacity: 0; color: #595959; line-height: 27px; font-size: 0.85rem; visibility: hidden; transition: height 1s ease; } #echo-detail .crypto_widget .content a { color: #000; display: block; font-size: 0.75rem; position: relative; font-weight: bold; transition: 0.3s ease-in; } @media only screen and (max-width: 768px) { #echo-detail .crypto_widget .content a { margin-top: 16px; padding-right: 24px; } } #echo-detail .crypto_widget .content a::before { top: 2px; position: absolute; content: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ width=’20’ height=’20’ viewBox=’0 0 16 16’%3E%3Cg fill=’%235468a2’%3E%3Cpath d=’M12.243 3.757a2 2 0 0 0-2.829 0L7.293 5.88L5.879 4.464L8 2.344a4 4 0 0 1 5.657 0l.707.706l-.09.09A4 4 0 0 1 13.658 8l-2.121 2.121l-1.415-1.414l2.122-2.121a2 2 0 0 0 0-2.829Zm-8.486 8.486a2 2 0 0 0 2.829 0l2.121-2.122l1.414 1.415L8 13.655a4 4 0 0 1-5.657 0l-.707-.706l.09-.09A4 4 0 0 1 2.342 8l2.121-2.121L5.88 7.293L3.757 9.414a2 2 0 0 0 0 2.829’/%3E%3Cpath d=’M10.828 6.586L9.414 5.172L5.172 9.414l1.414 1.414z’/%3E%3C/g%3E%3C/svg%3E”); } @media only screen and (max-width: 768px) { #echo-detail .crypto_widget .content a::before { right: -8px; } } @media only screen and (min-width: 768px) { #echo-detail .crypto_widget .content a::before { right: -30px; } } #echo-detail .crypto_widget .content a:hover { color: #556aa6; } #echo-detail .crypto_widget .content p { font-size: 0.8rem; } #echo-detail .crypto_widget .visible { opacity: 1; height: auto; visibility: visible; } #echo-detail .crypto_widget img { margin: 0; padding: 0; height: auto; display: block; max-width: 100%; } #echo-detail .crypto_widget .header_title { font-size: 1.5rem; line-height: 30px; font-weight: bold; text-align: center; } #echo-detail .crypto_widget .header_title span { color: #595959; font-size: 1.1rem; text-align: center; } #echo-detail .crypto_widget .bottom_info { gap: 16px; z-index: 999; display: flex; margin-top: 8px; align-items: center; flex-direction: column; justify-content: center; } #echo-detail .crypto_widget .bottom_info .support_kifpool { gap: 16px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } #echo-detail .crypto_widget .bottom_content { z-index: 999; color: #595959; font-size: 0.7rem; margin: 10px 0 0 0; position: relative; } #echo-detail .crypto_widget p a { padding: 0; color: #000; display: inline; font-size: 0.7rem; font-weight: bold; background-color: transparent; } @media only screen and (min-width: 500px) { #echo-detail .crypto_widget .bottom_content { text-align: center; } } #echo-detail .crypto_widget .kifpool { gap: 4px; margin: 0; display: flex; font-size: 0.8rem; align-items: center; } .crypto_widget .kifpool span { color: #595959; padding-left: 4px; } /* .crypto_widget .kifpool a { color: #000; display: inline; font-weight: bold; background-color: transparent; } */ .crypto_widget .support { color: #556aa6; padding: 0 14px; font-size: 0.7rem; } @media only screen and (min-width: 410px) { .crypto_widget .support { border-right: 1px solid #dbdbdb; } } .crypto_widget iframe { width: 100%; display: block; overflow: hidden; aspect-ratio: 1.7777777778; } @media only screen and (max-width: 768px) { .crypto_widget iframe { height: 365px; } }