Giter Site home page Giter Site logo

financier's Introduction

Build Status

Financier

Generate a simulated budget for the next year to make sure you don't run out of money.

Requirements

  • docker
  • docker-compose (v2)

Usage

  1. Spin up the app:

    docker-compose up
  2. Go to http://localhost:5000

  3. Upload a budget yaml (budget construction in UI is planned)

  4. Set your current balance in the UI

See it in action!

Using the sample_budget.yaml with a starting balance of $100, the app shows this budget:

(The yaml can be found in docs/resources/sample_budget.yaml)

sample_budget

Budget Configs

Config yaml format:

notes:
  - note 1
  - note 2

budget_events:
  <event_name>:
    amount: <amount>
    kind: <kind: [one_time | bimonthly | biweekly | monthly]
    start_date: <date (YYYY-MM-DD) default: today>
    day_of_month: <day>
    end_date: <date (YYYY-MM-DD>
  <event_name>:
    amount: <amount>
    kind: <kind: [one_time | bimonthly | biweekly | monthly]
    start_date: <date (YYYY-MM-DD) default: today>
    day_of_month: <day>
    end_date: <date (YYYY-MM-DD>
  (etc...as many events as you need)...

budget_event kinds:

How different events work and what paramters do what.

If a parameter isn't listed below a kind, it has no effect.

kind:

  • one_time: a one time transaction
    • exact_date: date money will take effect
  • bimonthly: money will take effect on 1st and 15th
    • start_date: money will not move before this date
    • end_date: money will not move after this date
  • biweekly: money takes effect every 14 days
    • start_date: money will not move before this date
    • example_date: used to calculate if date is multiple of 14 days before/after a given date
    • end_date: money will not move after this date
  • monthly:
    • start_date: money will not move before this date
    • day_of_month: what day of the month to move money (avoid after the 28th as end of month dates not fixed yet)
    • end_date: money will not move after this date

financier's People

Contributors

fdm1 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

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.