Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

Liquid Books

A bookkeeping system that helps you manage your small business accounting

Screenshot

How It Works

  1. Add all of your clients through the Manage Clients tab
  2. Add all of your expense categories through the Manage Categories tab
  3. Add your transactions
  • From the main page, click the year you'd like to access
  • Tap Add Transaction and provide the details

Unique Features

  • Automatically split transactions up across multiple months (ex: quartely invoice, yearly license, etc.)
  • Automatically generated forecasts based off of historical data
  • Automatically attach credit card fees to income transactions

Forecast

Installation

  1. Create a new DB in your MySQL instance
  2. Import the database structure from DB.sql
  3. Update the parameters in config example.ini
  4. Rename config example.ini to config.ini
  5. Place the code on a server capable of running PHP
  6. Navigate to the public directory to access the website

TODO

  • Make SSO optional