Skip to content

Accounting with Attitude - Small business accounting in Ruby on Rails

Notifications You must be signed in to change notification settings

ojamin/Accitude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Accitude - the accounts software with attitude for small business.

Features:
  - Quote creation
  - Invoice creation
  - PDF quotes and Invoices
  - Recurring Invoices
  - Multi company
  - Multi-Project
  - Multi user
  - Employee aware
  - Expense processing
  - Wage processing
  - Bank reconsiliation
  - Liability processing
  - Contact list
  - Account 'statement'
  - Report of transactions by employee or contact


Clone us at git://github.com/ebotech/Accitude.git or http://github.com/ebotech/Accitude.git
Visit our github page at http://github.com/ebotech/Accitude

REQUIREMENTS:
  - Ruby on Rails 2.3.5
  - Ruby Gems
  - Your prefered database

TO INSTALL:
  1. Clone our repository with `git clone http://github.com/ebotech/Accitude.git`
  2. `cp config/database.yml.template config/database.yml`
  3. Edit config/database.yml to another database if needed
  4. Run `rake gems:install`
	5. Run `git submodule init`
	6. Run `git submodule update`
	7. Run `rake db:migrate`
  8. Run `script/console`
  9. Run `((a = User.new(:password => "test", :email => "test@e.mail")).username = "admin") && a.save && quit`
 10. Run `script/server`
 11. Browse to localhost:3000 and start using the program - the default username/password is admin/test

POST INSTALL SETUP:
  - Once logged in to the site, click 'Profile' at the top right to change the admin password and e-mail address.
  - Also at the top right, click 'Admin' to set up Organisations and Users. Note that you must also assign users to their relevant organisations by using 'List Organisations' on the admin page.
	- Also note that quotes, invoices and liabilities are connected to entries in an organisations contact list. Use 'Contacts' on the sidebar to add these before setting these up. 
  - If a user has multiple organisations (or their organisation has multiple projects) it is neccessary to switch between these, use 'Edit Organisation' on the side bar. 

Sponsored by Ebotech Consulting Ltd. - www.ebotech.com

About

Accounting with Attitude - Small business accounting in Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published