ADVERTISEMENT

Gov't agencies ordered to identify savings to boost COVID-19 response programs

Published May 12, 2021 06:14 pm

The government is planning to tap savings of agencies to augment programs related to addressing the coronavirus outbreak, including relief aid to the affected poor families.

A resident of Makati City receives a first shot of Pfizer coronavirus vaccine from a health worker at the Makati Medical Center on May 12, 2021 (Ali Vicoy/Manila Bulletin)

President Duterte has ordered all government agencies of the Executive branch to identify savings from their respective 2020 budget "for consideration in the augmentation of deficiencies" in appropriation items in view of the pandemic.

Administrative Order No. 41 on the identification of government savings was signed by the President on May 12. It takes effect immediately.

"The impact of the COVID-19 pandemic and the increasing cases of COVID-19 infection call for intensified government-wide response and recovery measures including various forms of socioeconomic relief and assistance to those affected by the imposition of stricter levels of community quarantine," the order read.

Under AO 41, departments, agencies, bureaus and offices of the national government have been directed to identify the savings and submit a report to the Department of Budget and Management (DBM) within 15 days.

Republic Act No. 11520, signed by the President last January, extended the availability of the P4.1 trillion General Appropriations Act (GAA) for 2020 until December 2021.

Under the national budget, savings are defined as portions or balances of any released appropriations that have not been obligated as a result of the completion, final discontinuance or abandonment of programs, activities or projects. Savings may also be generated from the implementation of measures resulting in improved systems and efficiencies and enabled an agency to meet and delivery the targets, programs and services at a lesser cost.

In AO 41, the DBM must determine and recommend to the President the following:

- The amounts that can be declared as savings under 2020 national budget as well as the actual deficiencies in any budget item that needed to be augmented.

- Actual deficiencies in any existing item of appropriation under the same GAA that need to be augmented, including, if necessary, items of appropriation for the provision of emergency subsidies to low-income households and disadvantaged or displaced workers affected by the pandemic.

The President also directed the DBM to issue supplemental guidelines on the implementation of AO 41.

The latest order cited Proclamation No. 1021 that placed the country under a state of calamity until Sept. 21, 2021 in the face of the coronavirus threat. Government agencies have also been directed to provide assistance and mobilize resources to implement disaster response aid and measures "in a timely manner to curtail and eliminate the threat of COVID-19."

As of May 12, the country has recorded 4,842 new cases that brought the total to 1,118,359. The country's death toll has reached 18,714.

To curb the rise in cases of infections, the government tightened the movement curbs in Metro Manila and nearby provinces until May 14. The Palace earlier hinted that a shift to the more relaxed general community quarantine (GCQ) from the current modified enhanced community quarantine (MECQ) was possible as cases gradually slow down while health care capacity has improved.

As vaccine supplies arrive in the country, the government has started its vaccination drive, prioritizing health workers, seniors and those with comorbidities. The country's essential workers are next in the vaccination line.

The inoculation of the general public against the coronavirus will likely begin by June or July, according to vaccine czar Carlito Galvez Jr.

Related Tags

President Duterte Malacañang vaccination Department of Budget and Management (DBM) pandemic response Carlito Galvez Jr. cash subsidy AYUDA government agencies funds 2020 national budget deficiencies boost savings
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.