Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 695 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 695 Bytes

AccountManager

Manage all your expenses and income. You can:

  • Create accounts with different currencies
  • Add income/expenses for account (also from templates)
  • Transfer money between accounts and convert from one currency to another.
  • Add categories for income/expenses and search by them
  • Create templates for income/expenses
  • Add your wishes
  • See balances of your accounts :)

How to run

DB scheme: here (You also can generate "create script" there).

In createDB.sql script with some INSERT queries.

Connection settings to the database: DBconfig.php.

Main page - index.php.