mattpolito / bread_box

Simple invoicing system catered to freelancers

This URL has Read+Write access

skorecky (author)
Wed Sep 23 11:36:23 -0700 2009
commit  c829d06d15aef4b83faa98f1c60a612f3173b780
tree    b366ee6a9f1bc446e9da833f5a4c7d09c9dc7a01
parent  6c53e09d00300a1559bd85814b258be37e02b9d6
name age message
file .gems Mon Sep 21 19:07:44 -0700 2009 adding .gems manifest for heroku [Matt Polito]
file .gitignore Mon Aug 10 18:53:59 -0700 2009 ignored db/schema.rb [Matt Polito]
file README.textile Tue Aug 18 07:43:36 -0700 2009 updated README [Matt Polito]
file Rakefile Sat Aug 01 13:24:03 -0700 2009 initial import [Matt Polito]
directory app/ Wed Sep 23 11:36:23 -0700 2009 changed over to the correct overdue image [skorecky]
directory config/ Tue Sep 22 18:57:55 -0700 2009 added new to_s format for Date [Matt Polito]
directory db/ Sat Aug 22 21:18:21 -0700 2009 amount due and payment total for invoice [Matt Polito]
directory doc/ Sat Aug 01 13:24:03 -0700 2009 initial import [Matt Polito]
file generate Sat Aug 15 16:18:08 -0700 2009 created a dashboard page, changed root to new d... [skorecky]
directory lib/ Sat Aug 22 21:18:21 -0700 2009 amount due and payment total for invoice [Matt Polito]
directory public/ Wed Sep 23 11:36:23 -0700 2009 changed over to the correct overdue image [skorecky]
directory script/ Sun Aug 02 18:47:25 -0700 2009 script/generate rspec [Matt Polito]
directory spec/ Wed Sep 23 05:22:56 -0700 2009 payment notice now displays correct grammer [Matt Polito]
directory test/ Sat Aug 15 19:36:03 -0700 2009 added home page, added pages view / controller [skorecky]
directory vendor/ Tue Sep 22 14:26:05 -0700 2009 added icon for payment, cleaned up CSS for side... [skorecky]
README.textile

Bread Box

“It’s where you keep your dough!”

Bread Box is simple invoicing with the freelancer in mind.

To get started:

  1. git clone http://github.com/mattpolito/bread_box.git
  1. rake db:create
  1. rake db:migrate
  1. rake db:populate ( if you want fake data added )
  1. Start your server
  1. Enjoy!