Code Monkey home page Code Monkey logo

finance-planner's Introduction

Finance Planner

Finance planner gives a simple and easy way of tracking your common incomings and outgoings in order to give yourself a daily or weekly budget.

You can add transactions against a profile, and tag these transactions to get a breakdown of how you're spending your money.

Installation

Download a binary from the releases page and save it as /usr/local/bin/finance.

Depending on your platform, you'll likely want to save the following binary:

  • Mac OS: finance_darwin_amd64
  • Windows: finance_windows_amd64.exe
  • Linux: finance_linux_amd64

Usage

Add a transaction

Transactions have a few properties:

  • Label: What is it for?
  • Amount: Positive or negative number that will impact your ending balance.
  • Tags: Comma separate list of tags, used to categorise the transactions.
finance add-transaction --profile=tom --label="Train ticket" --amount=-43500 --tags=commute,travel

List your transactions

finance list-transactions --profile=tom
  • Append --in to only show incoming transactions
  • Append --out to only show outgoing transactions

Update a transaction

update-transaction looks a lot like add-transaction, but with an added id argument.

Any given values will overwrite existing values on the transaction.

finance update-transaction --id="tra:11111111-1111-1111-1111-111111111111" --profile=tom --label="Train ticket" --amount=-43500 --tags=commute,travel

Storage

Data is stored in a SQLite database at ~/finance_planner/finance.db.

finance-planner's People

Contributors

tomwright avatar

Watchers

 avatar  avatar  avatar

finance-planner's Issues

HTTP Server

Add command to start a HTTP server.

The command should accept a listen address to bind to, but default to :80.

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.