Page 1 of 1

Money Manager EX — WebApp 2.0 - New UI

Posted: Tue Apr 21, 2026 12:40 pm
by gab696
Hi everyone,

If you use the official Money Manager EX WebApp on mobile and find the UI a bit dated, I've been working on a fork with a reworked, mobile-first interface — fully drop-in compatible with the current desktop (no C++ patch needed, the services.php protocol is reproduced byte-for-byte).

Money Manager EX — WebApp 2.0

What's new on the entry side:

Step-by-step flow (Amount → Date/Account → Payee/Category → Recap) with a full-screen numeric keypad
Bottom-sheets with instant search for accounts, categories, payees — the clunky <select> dropdowns are gone
Summary screen before saving, auto-fill category from payee default
Multi-user with link-based invitations (admin + regular accounts)
Inline creation of categories, subcategories, payees, accounts right from the entry form
FR / EN translations
Installation stays trivial: upload + SQLite auto-created, no database setup. Requirements unchanged (PHP 8.0+ with pdo_sqlite). If you have an existing MMEX_New_Transaction.db, it's picked up as-is.

Repo: https://github.com/gab696/Money-Manager-EX---WebApp-2.0

Running it in production myself. Feedback, bug reports and ideas welcome via GitHub issues. And if any MMEX desktop dev passes by and finds this interesting, happy to chat.