ADVERTISEMENT

COA flags Malabon City over P2.18B 'unreliable' year-end Cash in Bank balance

Published Jun 18, 2024 09:53 am

The Commission on Audit (COA) has flagged the Malabon City government over its P2.183 billion "unreliable" year-end balance of Cash in Bank (CIB) and the P4.265 billion Property, Plant, and Equipment (PPE) accounts.

In letter to Malabon City Mayor Jeannie N. Sandoval, COA said: "The accuracy, existence and validity of the year-end balance of the CIB account totaling P2.183 billion was unreliable due to the noted discrepancies of P392.859 million and (P24.877 million) when compared with the balances per cashbook and per bank confirmation, respectively."

The letter dated May 16, 2024 was sent to Mayor Sandoval by Atty. Maria Carmina Paulita B. Juguilon Pagayawan, director IV of COA.

In its letter which summarized the annual audit report for 2023, COA said the "unreliable" balance was attributable to the absence of reconciliation between the subsidiary ledger (SL) and cashbook and the "significant delay" of the city government in the preparation and submission of the Bank Reconciliation Statement (BRS), which it said was contrary to Section 74, Chapter 3 of Presidential Decree No. 1445, Section 181.c of Government Accounting and Auditing Manual (GAAM), Volume I, and COA Circular No. 96-011.

COA has asked Sandoval to direct the City Accounting Department (CAD) to properly document and adjust in the books the derecognition of three bank accounts declared as closed by the Philippine National Bank (PNB). 

Moving forward, Malabon's CAD has been asked to regularly prepare and submit the BRS to COA within the prescribed period.

As for the City Treasury Department (CTD), COA said CTD should record in the cashbook the two bank accounts maintained with the Land Bank of the Philippines (LBP) with a combined book balance of P1,087,657.71 and recognize in the cashbook the time deposit maintained with the same bank amounting to P1,547,535.39.

At the same time, COA questioned the "unreliable" year-end balance of the city's PPE accounts amounting to P4.265 billion. One concern was the "lumped" PPE items, which were described as "Beginning Balances" and without appropriate description amounting to P37.638 million, it said

Another issue cited by COA were the PPEs inclusion in the Report on the Physical Count of PPE (RPCPPE) but not recognized in the books of accounts, as well as the PPEs taken up in the books but not in the RPCPPE in the amounts of P56.859 million and P554.116 million, respectively.

It said its auditors wondered why the RPCPPE included 41 units of PPE items without costs and 36 units of missing properties worth P4.473 million, which resulted in the "unreconciled discrepancy" of P497.258 million between the accounting records and the inventory report.

It then tasked the  CAD to determine the composition and details of the PPE items lumped and recorded as Beginning Balances and without appropriate description. 

The Inventory Committee, on the other hand, needs to establish the costs of the 41 units of PPE items while the City General Services Department (CGSD) needs to verify whether the missing PPE were disposed of or transferred to other government agencies, it said.

 

Related Tags

Jeannie Sandoval Annual audit report malabon city Audit reports Malabon Commission on Audit (COA) Commission on Audit
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.