Git Product home page Git Product logo

bok's Introduction

bok

This simple accounting tool called bok (short for icelandic "bókhald") keeps track of bills, receips and expenses.

The idea

You enter date, amount, description and category for each bill, receip, expense, etc. which are saved in a store file (usually account.json).

To use the entries in LibreOffice Calc (or Excel but no guarantee that it works) you can also export the store into a CSV file.

Building

  1. Clone or download this repo
  2. Execute make

Done :D

Usage

Workflow

Let's run ./bok and add an entry by typing a in the REPL popping up.

foo@bar $ ./bok
Welcome to bok
> a
Add new entry:
  Date: 2019-10-18
  Amount: 12,99
  Description: Book
  Category: 3

To save just type w (→ write).

> w
Saved

To quit bok type q.

> q
Bye

Export

To use the data in e.g. LibreOffice Calc, you can export everything into a CSV file:

foo@bar $ ./bok export
Exporting finished succesfully
  Format: csv
  File: account_export.csv

The resulting CSV file (with this one entry) look like this:

"12,99","Book","18.10.2019","3"

bok's People

Contributors

hauke96 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.