Coder Social home page Coder Social logo

leif's Introduction

Build status

Leif: a tiny bookkeeping application

Leif is an extremely simple dual-entry bookkeeping application. I wrote the app out of my frustration with most commercial bookkeeping software; they are usually super complex, hard to use and has tons of features that the regular user will never need. This application is designed to do one thing and do it well which is to keep track of your expenses.

Leif is architected as a web app with a classic client-server architecture. The backend is used as a stupid data store where most computation is done by the frontend. Everything is persisted to a single SQLite database which makes backups fast and easy. The frontend only supports the Swedish language at the moment but that may change in the future.

Features

  • Dual-entry bookkeeping with vouchers & transactions
  • Account balances calculated by year
  • File attachments
  • Voucher templates
  • Carry-forward accounts (user configurable)

Requirements

  • NodeJS 14+
  • PHP 8.1+
  • SQLite3

Running

composer install
npm ci
npm start

After the server has started you can navigate to http://localhost:8000 in your browser.

License

MIT

leif's People

Contributors

helmutschneider avatar

Watchers

 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.