FactAnsys 2.0 is a multi-tenant accounting and tax intelligence platform for organizing clients, importing fiscal documents, reviewing deductible expenses, and monitoring financial activity from a clean web dashboard.
Live site: https://factansys.space
- Full PHP MVC application structured for shared hosting and cPanel deployment.
- Multi-tenant user, role, and permission foundation.
- Client management with invoice, income, cost, and expense workflows.
- Fiscal classification tools for deductible, partially deductible, and non-deductible expenses.
- Dashboard metrics and charts for business visibility.
- Excel/PDF-oriented export workflows.
- Production-ready separation between private application code and public webroot.
apps/factansys/ Private application code
factansys.space/ Public document root
logs_apps/factansys/ External log directory
dist/cpanel/ Local deployment packages, ignored by Git
The public domain serves factansys.space/, while controllers, models, services, SQL migrations, and views live outside the public webroot in apps/factansys/.
- PHP 8+
- MySQL / MariaDB
- PDO
- Bootstrap 5
- Chart.js
- cPanel-compatible deployment
- Authentication and password management
- Role-based access control
- Client records
- Invoice imports
- Income uploads
- Manual accounting entries
- Fiscal category and provider-rule administration
- Tax analysis dashboard
Production deployment is documented in:
DEPLOY_CPANEL.mdCPANEL_UPLOAD_BLOCKS.md
Environment credentials are intentionally excluded from Git. Create:
apps/factansys/.env
from:
apps/factansys/.env.example
This project demonstrates practical SaaS architecture on constrained shared-hosting infrastructure: secure file layout, environment-based configuration, database migrations, role-based permissions, and business-focused reporting.