unsubbed.co

Family Accounting Tool

Family Accounting Tool handles web-based finance management tool for partners with partially shared expenses as a self-hosted solution.

Overview

Family Accounting Tool The project has 348 GitHub stars and is licensed under NOASSERTION.

Key Features

Source: GitHub README

  • Set the current amount of money you have for every payment method (cash, card, …).
  • Whenever you perform a transaction, the balance will be updated automatically.
  • You can re-count your cash and see if it matches the calculated value.

Getting Started

Source: GitHub README

db.default \{
  driver = com.mysql.jdbc.Driver
  url = "jdbc:mysql://localhost/facto?user=mysqluser&password=mysqlpassword"
  slick.profile = "slick.jdbc.MySQLProfile$"
\}
    # Create database tables
    bin/server -DdropAndCreateNewDb

    # Create admin user
    bin/server -DcreateAdminUser

    # Run application
    bin/server

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, mysql.