ADVERTISEMENT

Farmers to get fertilizer vouchers to boost rice production

Published Nov 6, 2022 02:03 pm

Filipino farmers with low purchasing power will be given fertilizer vouchers in a bid to bolster their rice production, Malacañang said.

FARMERS in Western Visayas region are urged to adapt to climate-resilient farming. (DA-6)

Under the updated guidelines of Memorandum Order 65, which the Department of Agriculture (DA) issued, the fertilizer discount voucher will cover regions that planted with inbred and hybrid rice seeds except for the National Capital Region (NCR) and the Bangsamoro Autonomous Region of Muslim Mindanao (BARMM).

The DA, which President Ferdinand "Bongbong" Marcos Jr. heads in a concurrent capacity, shall provide fertilizer vouchers to eligible beneficiaries.

The vouchers will be used in acquiring urea fertilizers in a bid to cushion the potential impacts of “under application of urea fertilizer to palay production and ultimately food security.”

“The use of fertilizer vouchers offers an alternative to farmers with lowered purchasing power to buy a sufficient volume of urea recommended for their rice area,” the DA's MO 65 read.

According to DA, a supplemental fund sourced from an unprogrammed regular agency fund, over and above the 2022 General Appropriations Act (GAA) budget has been released to enable rice farmers to meet the recommended urea fertilizer “thereby, securing rice production in the country.”

The fund, the DA said, shall be used by beneficiaries as a discount on the retail price of urea fertilizers.

The activity aims to ensure the timely availability of the needed fertilizer for rice production in the targeted areas through the distribution of fertilizer vouchers, the DA added.

Meanwhile, Marcos earlier met with the officials of Chen Yi Agventures to discuss measures aimed at helping farmers who are affected by the increasing prices of fertilizers.

“Ang hakbang na ito ay bahagi ng ating pakikipag-ugnayan sa pribadong sektor upang marinig ang boses ng mga kabilang sa ating sektor ng agrikultura. Kaugnay nito, isasailalim natin sa masusing pag-aaral ang mga naging suhestiyon ng nasabing kumpanya (This step is part of our initiative to work with the private sector to listen to the voice of the agriculture sector. In connection with this, we will study the suggestion of the company)," Marcos said.

Funding

The 2022 Wet Season implementation is funded under the 2022 GAA while the 2022-2023 Dry Season implementation will be funded under the 2022 GAA and the unprogrammed funds.

For the Dry Season 2022-2023, the project aims to enable rice farmers to supplement the requirement for urea fertilizer for their rice production; to mitigate the impacts of the projected decline in production due to low usage of urea fertilizer and attain the target yield of 4.22 metric tons per hectare of palay for 2023, and to stabilize the rice supply situation in the country despite challenges in the price of commercial fertilizers.

In determining the voucher value per cropping season, the DA said, the fund source is divided into the number of hectares to be served under the project as a complement to the inbred and hybrid seed distribution program of the Rice Program.

For 2022 Wet Season cropping, the fertilizer vouchers shall be used by the farmer-beneficiaries to claim the inorganic fertilizers, organic fertilizers, foliar fertilizers, biological fertilizers or biological stimulants at accredited merchants.

The discount voucher shall have a value equivalent to P1,131/hectares for inbred, and P2,262/hectares for hybrid.

The DA noted that discount vouchers are for one-time use only and may be claimed at any accredited fertilizer merchants in the preferred area of the farmer-beneficiaries.

On the other hand, for the 2022-2023 Dry Cropping Season, the discount voucher value shall be computed based on the rice farm area.

According to the latest data from the Fertilizer and Pesticide Authority (FPA), the average price of urea (prilled) per 50-kilogram bag is P2,523.68 and P2,490.35 for urea (granular) for the period October 24 to 28.

Related Tags

Bongbong Marcos department of agriculture President Marcos
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.