huerlisi/bookyt

View on GitHub
README.md

Summary

Maintainability
Test Coverage
Bookyt
======

Bookyt is a bookkeeping/ERP application designed for
small-to-medium-sized companies.

It can handle debit invoices, credit invoices, projects with timelogs,
swiss salary management, and much more.

Demo
----

Here you find a demo installation of
[Bookyt](http://bookyt.demo.cyt.ch).

Features
--------

Bookyt is a web application implementing double-entry bookkeeping
providing:

We try stick with the slogan ‘Keep it simple, stupid’. The interface
follows modern industrial design rules. All pages try to give you just
enough information to do the task while being simple. Dynamic elements
such as inline editing are used sparsely, but are there where
appreciated.

- Customizable accounts
- Booking wizard
- Booking templates
- Earnings report
- Balance sheet
- Invoicing
- Accounts Receivable
- Accounts Payable
- Employee expense voucher
- Depreciation
- Setting up tax tables
- Optional CAS authentication

Find more information about Bookyt on its [homepage](http://bookyt.ch)

Bookyt is built on [Ruby On Rails](http://www.rubyonrails.org) and
released as [Open Source](http://www.opensource.org).

Documentation
-------------

- [Installation](https://github.com/huerlisi/bookyt/blob/master/INSTALL.md)
- [Upgrade](https://github.com/huerlisi/bookyt/blob/master/UPGRADE.md)

Contributing
------------

[![Build Status](https://travis-ci.org/huerlisi/bookyt.svg?branch=master)](https://travis-ci.org/huerlisi/bookyt)
[![Code Climate](https://codeclimate.com/github/huerlisi/bookyt/badges/gpa.svg)](https://codeclimate.com/github/huerlisi/bookyt)

Code is available at [github](https://github.com/huerlisi/bookyt).

Contributors
------------

Bookyt would not be what it is without contributions from other coders.

You're help is very appreciated! Thank you!

* Roman Simecek
* Andi Staub
* Ramon Egloff
* Severin Ulrich
* Munen Alain M. Lafon
* Praveen Rachabathuni
* Egbert Pot
* Raffael Schmid
* Gabe Tonon
* Phil Hofmann

License
-------

    Copyright 2007-2015 Simon Hürlimann <simon.huerlimann@cyt.ch>
    Copyright 2010-2012 Ramon Egloff <ramon.egloff@cyt.ch>
    Copyright 2010-2012 Roman Simecek <roman.simecek@cyt.ch>
    Copyright 2011-2013 Andi Staub <andi.staub@cyt.ch>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program. If not, see <http://www.gnu.org/licenses/>.