Giter Site home page Giter Site logo

tinyacc's Introduction

tinyacc

https://github.com/jet-/tinyacc

Tiny accounting app for basic personal finances tracking. Running on LAMP stack

  1. You have to create Database in MySQL/MariaDB server (for example acc_usd)

  2. Create tables

    mysql -p acc_usd < mysql_tables.sql

  3. Create user in MySQL/MariaDB and grant access for the database

  4. Change the conf.php file accordingly

  5. Copy all the files from the project to your web server

    git clone https://github.com/jet-/tinyacc.git

  6. Edit conf.php to reflect db access

  7. Point the browser to https://server/tinyacc/rep1.php?curr=usd

  • Add Document -> place an entry in the system

If "Accounted" is unchecked - the transaction is ignored in calculations

entry

Do an initial data entry to initialise the data - for example loading your bank accounts/cards and cash, I am doing it by:

cash -- Amount -- Other

or

Checking account -- Amount -- Other

You can start adding your daily transactions as they happen. For example cash withdrawal at an ATM:

cash -- Amount -- Checking account
  • Paying a bill:

    Electrical bills -- Amount -- Checking account

  • Depositing money in Savings account:

    Savings account -- Amount -- Cash

Documents which are not accounted (don't have the flag "accounted") are ignored in calculations.

Balances are calculated dynamically and you can account or "un-account" or edit old documents at your will.

You can create more databases - for example for different currencies (I have one for bitcoins or I should say mini Bitcoins) .There are different reports and charts to have a better clue about you finances. Using the program you can also check when you bought something and whether warranty expired or not by searching by text or part of the text.

  • General Ledger - to see the transactions for period (by default for the current month)

and at the bottom the current Balance

  • Chk acc Dt=Kt --> you should not have any of these.

  • Acc Statement --> Can see the statement of an account

entry

  • Text search --> Search through all the transactions

  • Statistics --> View the account ballance through months and years

  • Expenses/Revenue --> To see an report with chart representation

entry

  • Mortgage --> Calculation on your mortgage

Buy me a coffee/beer - BTC: 1L25rmhgM9yvJYcUsUkNJf49EfFjQYmCbt

tinyacc's People

Contributors

jet- avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

sahwar papernick

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.