public
Description: a small book-keeping application in German
Homepage: http://exabuch.org
Clone URL: git://github.com/TomK32/exabuch.git
Click here to lend your support to: exabuch and make a donation at www.pledgie.com !
TomK32 (author)
Wed May 14 10:51:40 -0700 2008
commit  30c30546ccf60c67734bf796e19a73fdcacf1c87
tree    681e55fb28c97e70d5120e4f8f48e1e586d9c3b5
parent  aa314ef12ee698507f1216c74ea1d58649190415
name age message
file .gitignore Tue Apr 15 02:23:03 -0700 2008 migrated to rails 2.0.2 included active_scaffold [TomK32]
file CHANGELOG Tue May 13 23:53:10 -0700 2008 0.2 and bugfixes [TomK32]
file README Thu Apr 17 01:13:50 -0700 2008 small change [TomK32]
file Rakefile Sat Sep 22 05:48:06 -0700 2007 Initial import git-svn-id: http://exabuch.goog... [novalis]
file TODO Wed May 14 10:51:40 -0700 2008 todo new invoice [TomK32]
directory app/ Wed May 14 10:37:58 -0700 2008 deleting objects now with js-fallback, sadly th... [TomK32]
directory config/ Tue May 13 00:09:07 -0700 2008 completed customer controller [TomK32]
directory db/ Tue May 13 04:04:24 -0700 2008 fixed a bug in 008 as AddressMapping has been d... [TomK32]
directory doc/ Tue Apr 15 02:23:03 -0700 2008 migrated to rails 2.0.2 included active_scaffold [TomK32]
file init.rb Fri Oct 05 03:21:44 -0700 2007 More preparations for standalone with rubyscrip... [Ingo.Terpelle]
directory lib/ Mon May 12 09:11:43 -0700 2008 changed attributes names in pdf generator and f... [TomK32]
directory public/ Wed May 14 10:37:58 -0700 2008 deleting objects now with js-fallback, sadly th... [TomK32]
directory script/ Tue Apr 15 02:23:03 -0700 2008 migrated to rails 2.0.2 included active_scaffold [TomK32]
directory test/ Wed May 14 10:51:18 -0700 2008 some easy unit-tests [TomK32]
README
== Welcome to Exabuch
Exabuch is a small book-keeping application for German market. It's main purpose was creating
invoices in a easy and fast manner and it's main audience are freelancers.

== Installation
You can download a tarball at github: http://github.com/TomK32/exabuch/tree/master

Alternatively there's an older version for those running rails 1.2.x
http://code.google.com/p/exabuch/

Most likely you will need some libraries for the database
 sudo aptitude install sqlite3 libsqlite3-dev libsqlite3-ruby sqlite3-ruby

Then you create and migrate the database
 cd exabuch
 rake db:migrate

And start the server
 ruby script/server

== License
ExaBuch is open source under the MIT license, see http://www.opensource.org/licenses/mit-license.php

== Authors
* Ingo Terpelle, <info AT exanto DOT de>, http://exanto.de
* Thomas R. Koll, <tomk32@gmx.de>, http://ananasblau.com