Patrick Gansterer
|
785313ac23
|
Make StockEvent a base class for Delivery and StockTaking
This helps to share code between the two entities and allows easier
extensions in the future.
|
2020-09-05 13:52:18 +02:00 |
|
Patrick Gansterer
|
abe847c0ee
|
Add and inherit from ApplicationRecord to match Rails 5.0 style
|
2019-01-15 04:40:05 +01:00 |
|
benni
|
8a74e7d77f
|
Removed annoate and hirb Gemfiles.
Annotate: Better look in schema.rb, this reference should be always up
to date.
Hirb: To reactivate hirb, look in railscasts:
http://railscasts.com/episodes/48-console-tricks-revised
|
2012-07-27 18:07:42 +02:00 |
|
benni
|
46450cebef
|
New annotation, because of db switch to mysql.
Background: sqlite has some problems with decimal option.
|
2011-05-07 21:55:24 +02:00 |
|
Benjamin Meichsner
|
e75a42d509
|
Merge branch 'wiki'
|
2009-08-15 17:24:08 +02:00 |
|
Benjamin Meichsner
|
d848831fea
|
Implemented stats for ordergroups on startpage. Annotated models.
|
2009-08-01 13:41:22 +02:00 |
|
Benjamin Meichsner
|
da08365816
|
Fixed bug order.profit calculation.
Order.profit will also be saved, when order is closed.
|
2009-03-17 19:43:41 +01:00 |
|
Benjamin Meichsner
|
951d19db6a
|
Introduced StockTaking. TODO: Dry up the stockit/stock_takings/deliveries controllers/views!
|
2009-02-12 18:32:20 +01:00 |
|