Lots of stuff, I got too tired to keep perfect revision history
authorIra W. Snyder <devel@irasnyder.com>
Tue, 27 Nov 2007 07:33:40 +0000 (23:33 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Tue, 27 Nov 2007 07:33:40 +0000 (23:33 -0800)
commitda871e3e27c31759e0d017c89ccf16a14db1a227
tree7f6161525f84f03c55e055794f2392ac5302e250
parent8aced6893e5ea362fe6f7460b9341a2dbe745025
Lots of stuff, I got too tired to keep perfect revision history

Among the things in here are:
1) Proper bonuses
2) Bonus Policy MVC
3) Bonuses show up on the reciept
4) Menu additions

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
28 files changed:
app/controllers/bonus_policy_controller.rb [new file with mode: 0644]
app/controllers/purchase_controller.rb
app/helpers/bonus_policy_helper.rb [new file with mode: 0644]
app/models/bonus_policy.rb [new file with mode: 0644]
app/models/bonus_purchase.rb [new file with mode: 0644]
app/models/customer.rb
app/models/purchase.rb
app/models/video.rb
app/views/bonus_policy/_form.rhtml [new file with mode: 0644]
app/views/bonus_policy/edit.rhtml [new file with mode: 0644]
app/views/bonus_policy/list.rhtml [new file with mode: 0644]
app/views/bonus_policy/new.rhtml [new file with mode: 0644]
app/views/bonus_policy/show.rhtml [new file with mode: 0644]
app/views/layouts/admin.rhtml
app/views/layouts/bonus_policy.rhtml [new file with mode: 0644]
app/views/login/limits.rhtml
app/views/login/list_users.rhtml
app/views/purchase/buy_merch.rhtml
app/views/purchase/list.rhtml
app/views/purchase/menu.rhtml
app/views/purchase/receipt.rhtml
app/views/purchase/rent.rhtml
db/development.sqlite3
db/migrate/033_create_bonus_policies.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/bonus_policies.yml [new file with mode: 0644]
test/functional/bonus_policy_controller_test.rb [new file with mode: 0644]
test/unit/bonus_policy_test.rb [new file with mode: 0644]