Giter Club home page Giter Club logo

dskmoney's People

Contributors

dskarataev avatar

Watchers

 avatar  avatar

dskmoney's Issues

Create accounts app

It should use the double-entry accounting with minimal plan of accounts for personal bookkeeping:

  • Equity: for moving initial property (money) to Assets (increased by Credit)
  • Assets: for all you own (increased by Debit)
    • Cash
    • Bank Account
    • Account Receivable
    • Other Asset
  • Liabilities: for all you owe (increased by Credit)
    • Credit Card
    • Account Payable
    • Other Liability
  • Income: for your income (increased by Credit)
  • Expenses: for your expenses (increased by Debit)

The main equation:
Assets - Liabilities = Equity

Movements:
Equity -> Assets
Income -> Assets
Assets -> Expenses
...

every account should have fields:
title - name of account
active - flag to show/hide this account
system - flag to deny editing system accounts listed above. User should edit only subaccounts
debit_increase - flag showing that for this account debit increases account's amount
currency - currency of account (not possible for system accounts)
parent - reference to parent account in the chart of accounts

This module doesn't support transactions yet. For transactions it will be another one or this one will be extended.

Done for:

  • Go
  • Spring

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.