Financial Management System

2026 Personal Project Live

Managing cross-border finances between emerging and global financial hubs—such as Nepal and Singapore—is traditionally plagued by regulatory friction, mismatched calendar systems, currency drift, and severe data privacy vulnerabilities. Businesses are forced to either rely on 20-year-old localized desktop software with zero cloud mobility, or adopt bloated Western SaaS platforms that store sensitive ledger balances in plaintext and fail to satisfy local statutory tax mandates.

To bridge this gap, I engineered Candid Accounting Management, an institutional-grade, privacy-first financial operating system built as a Progressive Web App (PWA) and RESTful backend. It is architected from the ground up for zero-knowledge privacy, dual statutory compliance (Nepal IRD & Singapore IRAS), high-precision multi-currency forex, and seamless field-to-boardroom financial operations.

Key Features

Zero-knowledge end-to-end encryption (E2EE) & emergency recovery kit

Corporate financial ledgers contain a business’s most guarded secrets. I designed a zero-knowledge cryptographic security architecture using client-side WebCrypto API (256-bit AES-GCM and PBKDF2-SHA256 with 100,000 iterations). Each organization possesses a Company Data Encryption Key (DEK) wrapped per user. To prevent catastrophic key loss without backdoors, I built an automated 1-page printable Emergency Recovery Kit vault document powered by a 128-bit Account Emergency Key (AEK: SMJ-XXXX-XXXX-XXXX-XXXX), allowing locked-out owners to recover their company ledger while maintaining strict zero-trust isolation even from server administrators.

Dual-jurisdiction statutory engine (Nepal IRD & Singapore IRAS)

Tax compliance is enforced directly at the schema and transaction layer rather than as an afterthought:

  • Nepal (NP): Implements 9-digit PAN validation, legal TAX INVOICE / कर बिजक formats under IRD Rule 19, 13% VAT, automated 1-click Annex 13 (Sales Book) & Annex 14 (Purchase Book) CSV generation, and Section 87/88 TDS withholding tracking.
  • Singapore (SG): Implements ACRA UEN validation, statutory 9% GST with official quarterly IRAS Form F5 breakdown (Boxes 1, 6, 7, and 8), and 17% Corporate Income Tax calculations with Partial Tax Exemption (PTE).

Dual-calendar engine (Bikram Sambat & Gregorian)

Financial operations in Nepal operate on the solar-lunar Bikram Sambat (BS) calendar, while cross-border trade uses the Gregorian (AD) calendar. I implemented a zero-dependency algorithmic conversion engine capable of real-time bidirectional translation between AD and BS dates across leap years, dynamic month lengths, and multi-era statutory fiscal years (such as FY 2083/84).

High-precision multi-currency forex & zero-spillover math

To prevent cumulative floating-point drift in cross-border settlements, exchange rates are tracked at 6-decimal precision (decimal(18, 6)) across major international currencies (USD, EUR, SGD, NPR, GBP, AUD, CAD, INR, JPY, AED). Furthermore, I implemented the Hamilton-Hare largest-remainder algorithm (MoneyMath) to guarantee exact proportional distribution across line items, multi-tier taxes, and discount splits with zero fractional-cent leakage.

Bi-directional double-entry ledger & immutable audit trails

To ensure airtight audit compliance and data integrity, the double-entry accounting engine forbids destructive deletions. Corrections are executed through 1-click contra-entry reversals (Debit ↔ Credit) with explicit bidirectional audit links (reversal_transaction_id and reversed_transaction_id), preserving an unbroken, verifiable ledger trail for institutional audits.

Zero-trust SaaS multi-tenancy & role delegation

The platform supports multi-tenant corporate accounts with fine-grained RBAC (Owner, Finance Manager, Accountant, Auditor, Staff). SuperAdmins manage quotas, subscriptions, and platform licensing in complete privacy isolation—with zero architectural capability to inspect private client ledgers or decrypted transactions.

Installable offline-friendly PWA architecture

Engineered with Laravel 11, Livewire 3, Alpine.js, Tailwind CSS, and Service Workers, the platform functions as an installable Progressive Web App (PWA). It provides desktop-grade speed with responsive mobile ergonomics for fast receipt capture, expense logging, and instant ledger reconciliation on any device.

Outcome

The result is a comprehensive, privacy-first financial operating system that eliminates spreadsheet dependency and manual compliance overhead for cross-border enterprises. It delivers cryptographically verifiable privacy, flawless multi-currency precision, and 1-click statutory filings across both South Asian and international regulatory environments.