This website requires JavaScript.
Explore
Help
Sign in
Foodsoft
/
foodsoft
Watch
1
Star
1
Fork
You've already forked foodsoft
0
Code
Issues
36
Pull requests
5
Projects
1
Releases
Wiki
Activity
67743cd014
foodsoft
/
app
/
controllers
/
stockit_controller.rb
7 lines
104 B
Ruby
Raw
Normal View
History
Unescape
Escape
Improved delivery-invoice-workflow.
2009-01-18 17:42:51 +01:00
class
StockitController
<
ApplicationController
def
index
Second part of stock-integration. Introduced StockArticle and a special page for ordering from stock. StockChanges will be created and the StockArticle.quantity updated in 'order.close!'.
2009-02-06 16:26:35 +01:00
@articles
=
StockArticle
.
all
Improved delivery-invoice-workflow.
2009-01-18 17:42:51 +01:00
end
end
Reference in a new issue
Copy permalink