This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a8f677108b569a2989fa3b1de7e6d1da019c92b9
tree 4792b514e96111e99f97a74f3b54cf234e938fef
parent cf13bf0543b94f450e14a0b647c8801d7353b288
tree 4792b514e96111e99f97a74f3b54cf234e938fef
parent cf13bf0543b94f450e14a0b647c8801d7353b288
quentin /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ | ||
| |
vendor/ |
README
h1. Quentin Time Tracker I wrote this time tracker to track my consulting hours and generate invoices easily. It also helps me measure how I spend my time. Quentin is useful if you need to track your time and provide reports on a project basis. h2. Installation: # get the source: git://github.com/jhund/quentin.git # copy database.yml.example to database.yml and customize for your db setup # copy config/initializers/site_keys.rb.example to site_keys.rb and modify the secret string # update the user in the second migration. This will be the user you log in with. # run migration: rake db:migrate # go to the app and set up your clients and projects # start making money by tracking time and generating invoices h2. Invoices The invoices are really just a list of activities and an invoice number. I take that data and import it into my invoicing application. h2. License The source code is subject to the MIT license: Copyright (c) 2005 - 2008 Jo Hund, http://clearcove.ca Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.








