ADVERTISEMENT

ARTA: Not all Cagayan de Oro gov't services reflected in Citizen's Charter

Published Feb 20, 2024 06:54 am

CAGAYAN DE ORO CITY – The Anti-Red Tape Authority (ARTA) found out in a recent inspection at city hall that not all external services of city government offices were reflected in their Citizen’s Charters.

Jutchel Nayra, regional chief of ARTA-Northern Mindanao, said on Tuesday, February 20, that all services provided by an agency must be reflected under the law. “The local government unit committed to revisiting their citizen’s charter and improving it,” she added.

ARTA CAGAYAN DE ORO.jpg

THE Anti-Red Tape Authority-Northern Mindanao visit Cagayan de Oro City Hall on January 16 for an inspection. (Jomar Figuraion, City Information Office)

Section 6 of the Ease of Doing Business and Efficient Government Services Delivery Act of 2018 or Republic Act 11032 states that all government agencies “shall set up their respective most current and updated service standards to be known as the Citizen's Charter,” which should be in the form of information billboards placed at the main entrance of offices or in a noticeable place on their websites.

The Citizen's Charter will guarantee citizens' access to information while holding government agencies accountable and transparent on the services they provide.

It must include a comprehensive and uniform checklist of requirements for each type of application or request, the procedure to obtain a particular service, the person(s) responsible for each step, the maximum time to conclude the process, the document(s) to be presented by the requesting party, the amount of fees, and the procedure for filing complaints.

ARTA-Northern Mindanao was asked to specify these external services but has to ask permission first from their central office in Manila before disclosing them.

However, according to the law, government service involves “applications for any privilege, right, reward, license, clearance, permit or authorization, concession, or for any modification, renewal, or extension of the enumerated applications or requests which are acted upon in the ordinary course of business of the agency or office concerned.”

Nayra said aside from improving the Citizen’s Charter, there is also a need for the city government here to promote Electronic Business One-Stop Shop (eBOSS) to business owners, particularly in the application and renewal process of business permits.

“It will save time and resources on the client’s part, and there will be no long queues in City Hall if clients transact online,” Nayra said. “There are only three steps in the process, and in a matter of minutes, you can already claim your permit.”

eBoss aims to streamline business permitting process online, and it is required under the law.

BenCyrus Ellorin, political spokesperson of Mayor Rolando Uy, assured that the city government will comply with ARTA standards on the Citizen’s Charter.

In this context, the Ccitizen's Charter should not be limiting but inclusive. Emerging external services will be integrated into the Citizen's Charter,” Ellorin said on Tuesday.

During the inspection, ARTA also checked compliance with other provisions of the law, such as the Public Assistance and Complaints Desk, the 3-7-20 working days prescribed processing time, limitation of signatories to not more than three, no noon break, issuance of official receipts, and incidents of fixing.

ARTA interviewed clients in the business permitting area to know if they are content with services.

The city government is compliant with the Citizen’s Charter, ARTA said, noting no additional fees and no additional requirements, except only those specified in their charter.

It also has a fully-automated eBOSS, being the first local government unit in Mindanao to be awarded by ARTA with a Certificate of Compliance for having such system, the gold standard in the business permitting process.

The agency also noted good practice as the city government conducts weekly assessments to review clients’ feedback to improve their services.

ARTA said “agencies will become lax and non-compliant” without inspections. It urged LGUs and government agencies to follow the law, reminding them that ARTA empowers agencies to become compliant, but it also has enforcement authority.

Related Tags

ARTA Cagayan de Oro City Citizen's Charter
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.