ADVERTISEMENT

Abuse of PWD card benefits slammed

Published Oct 22, 2019 07:41 pm
By Ellson Quismorio Ranking members of the House of Representatives want the abuse on the privileges of the Persons with Disability (PWD) identification cards to stop. The Joint Session of the Senate and the House of Representatives on the extension of Martial Law in Mindanao commences in the Plenary of the Batasang Pambansa on December 13, 2017. (ALVIN KASIBAN / MANILA BULLETIN) (MANILA BULLETIN FILE PHOTO) ACT-CIS Party-List Rep. Eric Go Yap, chairman of the Committee on Games and Amusements, bared during the Ugnayan sa Batasan News Forum Tuesday that he had filed House Resolution (HR) 454, which prods the appropriate House panel to investigate the implementation of Republic Act (RA) 10754 or the Act expanding the benefits and privileges of PWDs and on the process of the issuance of the PWD card. According to Yap, well-off and physically-able individuals are abusing the discounts and privileges accorded to PWD ID cardholders. And this did not sit well for him. What's worse is that fixers in local government units (LGUs) are now in the business of selling fake PWD ID cards for P1,000 to P3,000 each, the neophyte solon said. “Nagpa-try ako ng 15 na mga tao. Iba-iba po ang antas ng kanilang buhay, mayaman, may mga empleyado, pinakunan ko , iba-iba po, QC (Quezon City) Manila ...pinagamit ko, two months ago lang, lahat po iyan nagamit nila,” Yap said. (I asked 15 people of different walks of life--rich people, employees--to get PWD cards from different LGUs, Quezon City, Manila. I told them to use it, it's been two months, and everyone has been able to use it.) Under RA 10754, PWDs are exempted from paying the 12 percent value-added tax (VAT) on certain goods and services. This VAT exemption is on top of the 20 percent discount that PWDs have been enjoying under RA No. 9442 or the act amending RA No. 7277 or the Magna Carta for Disabled Persons. "Alam ninyo ho iyong mga nakakalungkot di ba iyong mga may pera, kayo pa ho yung nag-aabuso (What's sad is that those who are well off are the ones who abusing this)," Yap said, calling the act outright stealing from government coffers. This takes place even as legitimate PWDs have found it difficult to acquire true blue PWD ID cards, he said. Anakalusugan Party-List Rep. Mike Defensor, chairman of the Committee on Public Accounts, backed Yap's call for a House inquiry. “I support it. May kaibigan rin ako na mayroong PWD ID kahit hindi naman dapat. Dapat i-purge na ni Mayor Isko ang list although inabot lang niya iyan, pati sa QC. Iyung buwis natin dito bilyun-bilyon ang nawawala,” said Defensor. (I also have a friend with a PWD ID even if he/she shouldn't. Mayor Isko Moreno should purge the list even if he just inherited it. The same goes for QC. Billions worth of taxes are going down the drain here.) The PWD VAT exemption law applies to restaurants; recreation centers, such as theaters, movie houses, and concert halls; and lodging establishments; such as inns, motorists hotels, and dormitories. The law covers the purchase of medicines and food for special medical purposes; medical and dental services, including laboratory fees and professional fees of attending doctors; domestic air, sea, and land transportation travel; and funeral and burial services. Yap said that while he doesn't believe the mayors are involved in the modus operandi, they need to take a close look at the processes involved in order to stop the abuse. He even told restaurants and similar establishments to challenge the claim of "questionable" customers that use PWD ID cards. "Hinihikayat ko iyong mga may-ari ng restaurant, iyong mga waiter o waitress dun picturan ninyo ho kung nagdudua kayo...Pag tinanggal kayo lumapit ho kayo sa akin ACT-CIS Party-List o sa Kongreso. Ipagtatanggol ko po kayo," he said. (I urge the owners of restaurants, the waiters and waitresses there to take a picture of them if you have doubts...If you get fired, approach ACT-CIS Party-List or Congress. I will defend you.)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.