Improved delivery-invoice-workflow.
This commit is contained in:
parent
936e6ef69a
commit
ff6b460cfc
28 changed files with 253 additions and 231 deletions
6
app/controllers/stockit_controller.rb
Normal file
6
app/controllers/stockit_controller.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class StockitController < ApplicationController
|
||||
def index
|
||||
@articles = Article.in_stock
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue