Skip to content

Releases: abyss37/FinFlow

FinFlow v1.0.0 — Production Baseline

Choose a tag to compare

@abyss37 abyss37 released this 10 Sep 09:22

FinFlow v1.0.0

First production-ready baseline of FinFlow.

Highlights

  • Modern Flask-based financial management application
  • PostgreSQL production database with Alembic migrations
  • User authentication with role-based access control
  • Admin, Manager and Viewer roles
  • CSRF protection for state-changing requests
  • Audit Log with user attribution
  • Notifications with read/unread state
  • Company-specific budget and spending dashboards
  • ALPHA / BETA product analytics
  • Invoice lifecycle and payment tracking
  • Invoice generator with PDF/HTML output
  • RU/EN interface localization
  • Modern responsive dashboard UI
  • Gunicorn + systemd production deployment
  • Automated daily project and PostgreSQL backups
  • 14-day backup rotation
  • GitHub-based version control and release workflow

Infrastructure

  • Python 3.13
  • Flask 3.x
  • SQLAlchemy 2.x
  • PostgreSQL 17
  • Alembic
  • Gunicorn
  • Nginx / reverse proxy compatible
  • Linux production deployment

This release establishes the baseline for further FinFlow feature development.