Git Product home page Git Product logo

envelope's Introduction

On hold

This project is looking for a new maintainer.

Envelope

Personal budget application for the Elementary OS desktop. It is written in Vala and uses the Granite framework.

http://nlaplante.github.io/envelope

Build Status

Introduction

Envelope helps you maintain your personal budget by using the tried-and-true envelope system. You designate spending categories (envelopes) and distribute your monthly income into them.

Envelope lets you configure accounts where you record all your transactions. You then assign each of them to a category.

In Elementary OS, Envelope is known as Budget.

Features

  • Envelope system budget workflow
  • Import transactions from QIF/OFX files
  • Integrates with the Elementary OS desktop

Installation

Elementary OS

Envelope is available as a daily build package in ppa:nicolas-laplante/envelope-daily. Just add the ppa and install envelope like this:

$ sudo add-apt-repository ppa:nicolas-laplante/envelope-daily
$ sudo apt-get update
$ sudo apt-get install envelope

Other systems

There ain't no binary package distribution except for Elementary OS yet. To use Envelope now, you'll have to build it from sources.

Dependencies

  • cmake
  • Vala >=0.23.2
  • glib >=2.29.0
  • gio-2.0
  • Gtk+ >=3.10
  • libgee-0.8
  • granite-0.3
  • sqlheavy-0.1

Building from sources

$ git clone https://github.com/nlaplante/envelope
$ cd envelope
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
$ make

From there you can either use the binary in build/src/envelope or install it:

$ sudo make install

You can also run the unit tests:

$ tests/envelope-tests

Contributing

Want to help? Just fork this repository, pick an issue and start hacking. Just follow the coding style and document your changes.

Commit messages

Commit messages should follow the AngularJS commit message conventions, since the changelog is generated from the commit history.

envelope's People

Contributors

nlaplante avatar darkoverlordofdata 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.