Skip to content

EDEV79/factansys2.0

Repository files navigation

FactAnsys 2.0

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

What This Project Shows

  • 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.

Architecture

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/.

Tech Stack

  • PHP 8+
  • MySQL / MariaDB
  • PDO
  • Bootstrap 5
  • Chart.js
  • cPanel-compatible deployment

Key Modules

  • 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

Deployment

Production deployment is documented in:

  • DEPLOY_CPANEL.md
  • CPANEL_UPLOAD_BLOCKS.md

Environment credentials are intentionally excluded from Git. Create:

apps/factansys/.env

from:

apps/factansys/.env.example

Portfolio Note

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.

About

Multi-tenant PHP accounting and tax intelligence platform for client management, fiscal classification, dashboards, and cPanel deployment.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors