The Stop… Camping Time! time registration and invoice application.
Go to file
Paul van Tilburg a7cf2cb7c1 Use a subdirectory under public/ for the generated invoices 2011-12-06 14:31:04 +01:00
docs Updated the mockup. 2011-11-03 20:26:05 +01:00
locale Added dutch i18n for invoice generation (controller, template). 2011-11-09 18:31:23 +01:00
public Use a subdirectory under public/ for the generated invoices 2011-12-06 14:31:04 +01:00
templates Added seperate date support for time entries. 2011-11-11 14:55:17 +01:00
.gitignore Add the SASS cache to .gitignore. 2011-11-09 23:00:23 +01:00
COPYING Added COPYING file for GPL version 2. 2011-11-10 15:28:37 +01:00
README Fixed typos in the README. 2011-11-11 16:56:26 +01:00
TODO Updated the ToDo-list. 2011-11-11 13:55:01 +01:00
stoptime.rb Improved labeling for the account info. 2011-11-11 17:17:26 +01:00

README

= Stop… Camping Time!

A (Camping) web application for task/project time registration and
invoicing.

== Features

* Running project & tasks overview
* Timeline overview of registered time
* Management customer information 
* Administration of running and billed projects/task with
  * fixed cost, or
  * hourly rates
* Administration of invoices
* Invoice generation in PDF/LaTeX format

== Requirements

Stop… Camping Time! is a Camping application, so you need:

* Ruby 1.8 (>= 1.8.6) or 1.9 (>= 1.9.1)
* Camping (>= 2.1) with
  * Active Record (>= 2.3)
  * Markaby, and optionally:
  * Mongrel

The following Ruby libraries are required:

* ActionPack (>= 2.3) for ActionView
* ActiveSupport (>= 2.3)
* MIME-Types
* SASS

and the following LaTeX programs:

* pdflatex, with:
  * isodoc package
* rubber

== Installation

For now, Stop… Camping Time! is in a developing state and not ready for
site-wide deployment yet.

== Usage

Run from the command line:

  $ camping stoptime.rb

and head over to http://localhost:3301/ to view and use the web
application.

== License

Stop… Camping Time! is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.