tristandunn / expense

Simple, personal expense tracking.

This URL has Read+Write access

tristandunn (author)
Thu Nov 19 18:41:10 -0800 2009
commit  be9089c1a65b744ca2cfbe41bb92e7e82b6fb573
tree    7ff47a7ee8890f6012cb56be66045674b89dd178
parent  5dd2362c21ba1eb704a5e06c77224e495e1cc42e
README.markdown

Expense

Simple, personal expense tracking.

Install

  1. Clone the repository.
  2. Copy the database.example.yml to database.yml and update if needed.
    cp config/database.example.yml config/database.yml
    
  3. Ensure you have the required gems installed.
    rake gems:install
    
  4. Create and migrate the database.
    rake db:create
    rake db:migrate
    

iPhone

A simple iPhone-specific interface exists for expense entry and viewing.

iPhone interface.

License

The MIT License

Copyright (c) 2009 Tristan Dunn

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.