ADVERTISEMENT

From ledgers to leadership: Accounting reimagined through four pillars

Published Aug 30, 2025 12:01 am  |  Updated Aug 29, 2025 11:21 am
“The accounting profession in the Philippines is evolving beyond traditional boundaries—embracing strategy, technology, and governance.”
In today’s dynamic financial landscape, the accounting profession in the Philippines is evolving beyond traditional bookkeeping and financial reporting. It now encompasses strategy, technology, governance, and assurance. This evolution is reflected in the diversity of academic programs recognized by the Commission on Higher Education (CHED), including BS Accountancy, BS Management Accounting, BS Internal Audit, and BS Accounting Information System (AIS). Each program offers a distinct yet interconnected pathway into the accounting profession.
BS Accountancy remains the most recognized and regulated program, serving as the gateway to becoming a Certified Public Accountant (CPA) in the Philippines and, later, an ASEAN Chartered Professional Accountant (ASEAN CPA). It focuses on financial accounting, auditing, taxation, and business law. Graduates are equipped for roles in external reporting, statutory audits, and tax advisory, with an emphasis on technical proficiency and ethical responsibility.
BS Management Accounting emphasizes internal strategic decision-making through cost accounting, budgeting, performance management, and strategic planning. Graduates often pursue roles such as financial analysts, budget officers, and controllers, aligning with global certifications like Chartered Management Accountant (CMA) or Chartered Global Management Accountant (CGMA). This course integrates accounting with business strategy, supporting organizational efficiency and competitiveness. Those with internal roles involving more investment and financing activities often pursue a Chartered Financial Analyst (CFA) qualification.
BS Internal Audit develops professionals who ensure organizational integrity through internal controls, risk assessment, and compliance. Graduates pursue careers as internal auditors, risk officers, or compliance officers, contributing to governance, transparency, and accountability. The program aligns with certifications like Certified Internal Auditor (CIA) or Certified Fraud Examiner (CFE) and supports enterprise-wide assurance functions.
BS Accounting Information System (AIS) bridges accounting and technology, focusing on systems design, data analytics, enterprise resource planning (ERP) systems, and cybersecurity. Graduates are prepared for roles in systems auditing and digital transformation, which are essential in the era of cloud computing and AI. This program aligns with the Certified Information Systems Auditor (CISA) qualification and reflects the growing demand for accountants who can leverage technology for financial insight and control.
While they have unique focus areas, all four programs share core competencies in ethics, professionalism, analytical thinking, and financial systems. They promote interdisciplinary collaboration: BS Accountancy provides technical depth, BS Management Accounting offers strategic insight, BS Internal Audit ensures governance, and BS AIS enables digital integration.
The rise of sustainability accounting, artificial intelligence (AI), and cybersecurity is reshaping the profession in the Philippines. BS Accountancy programs are integrating ESG (Environmental, Social, and Governance) reporting and climate-related disclosures. BS Management Accounting leverages AI for predictive analytics and incorporates environmental and social costs into budgeting. BS Internal Audit is expanding into ESG and sustainability assurance, along with cyber risk oversight. BS AIS is at the forefront, embedding cybersecurity protocols and AI-driven automation into financial systems. All programs must adapt to the opportunities and risks of digital transformation.
Together, these programs form a comprehensive ecosystem—a set of pillars—that supports financial integrity, strategic decision-making, governance, and digital transformation for Philippine businesses and society. Whether it’s ensuring compliance, driving strategy, safeguarding assets, or harnessing data, each program contributes to a resilient and future-ready accounting profession. They ensure that accountants are not just record-keepers but strategic partners, ethical stewards, and innovation leaders.
CHED recognizes these diverse accounting programs as part of its effort to modernize and globalize Philippine education. Universities across the country offer these programs, preparing Filipino graduates for both local and international careers in finance, governance, and technology.
As the national professional body, the Philippine Institute of Certified Public Accountants (PICPA) has a pivotal role in shaping the future of the accounting profession. While its mandate has traditionally centered on CPAs, the emergence of specialized programs calls for a more inclusive, impact-driven approach. Embracing these programs would foster inclusivity and strengthen the profession by recognizing diverse expertise. This would foster collaboration, elevate standards across all tracks, and ensure that the profession remains unified and future-ready.
PICPA could consider affiliate memberships, specialized tracks, or collaborative initiatives to integrate graduates of these programs into the professional accountancy community. Such a move would reflect the evolving nature of accounting and ensure that the profession remains relevant, resilient, and responsive to environmental, technological, and regulatory changes.
Mhycke C. Gallego is an active volunteer-member of the Philippine Institute of Certified Public Accountants and was past president of the Asian Confederation of Institutes of Internal Auditors. He is the Advisory Practice Leader of Punongbayan & Araullo (P&A Grant Thornton). The views and opinions expressed in this article are those of the writer and do not necessarily reflect the views and opinions of PICPA.

Related Tags

Philippine Institute for Development Studies (PIDS)
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.