Giter Club home page Giter Club logo

finances's People

Contributors

barrucadu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

finances's Issues

Add/edit/delete transactions

Edit can be implemented as delete + add, so really this is just about add/delete. There are a few issues to work through:

  • Some people like to keep the transactions in their journal sorted, and might also have future transactions (for forecasting purposes) in there, so just adding a new transaction to the end isn't the right behaviour.
  • How can transactions in included journals be deleted? I think going and editing some indirectly-referenced file would be confusing, so perhaps only transactions in the main journal should be mutable.
  • As the program operates on people's normal hledger journals, it should (eg) preserve comments. This means we can't just re-use the hledger print logic, as that strips them.

Budget analysis

  • Recognise how much money is put into each envelope at the start of the month
  • Show how accurate each envelope allocation is at the end of the month
  • Show non-budgeted expenses in a month and how much that is

Arbitrary commodity support

This is mostly a UI issue, but does have some backend ramifications. One way to model it is for an account to contain one balance per commodity, using a price database (populated with implicit prices when trading between commodities, with some sensible fallback) to make the pie chart proportions make sense.

Check terminology is consistent

"Asset"/"account"/"breakdown"/"subaccount", these things are all used in various places (in the UI and in the code), it would be good to go through everything and make sure it's all consistent.

"Experiments"

I think it would be really cool to have a list of "experiments" you can create in the frontend. Stuff like:

  • Have £100/month extra income starting in July
  • Have a one-off £700 charge in November
  • Have a regular £40/week expense starting from now

With all the analyses incorporating these experiments.

Targets / goals

It would be good to be able to specify things like "I want to save £200/month as of October" and have those show up on the charts, as well as a targets page which has a concise list and summary of them all.

A target is probably something like this:

  1. A date, and a set of accounts and desired balances (or ranges of desired balances)
  2. A date range, and a set of accounts and desired deltas over a time period (or range of desired deltas).

The former would capture things like "I want to save £2500 by the end of the year", and the latter things like "I want to put aside £200/month".

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.