Introduced StockTaking. TODO: Dry up the stockit/stock_takings/deliveries controllers/views!
This commit is contained in:
parent
2bb4cdb9d6
commit
951d19db6a
30 changed files with 436 additions and 55 deletions
|
|
@ -1,6 +1,9 @@
|
|||
- form_for stock_article do |form|
|
||||
= form.error_messages
|
||||
= form.hidden_field :supplier_id
|
||||
%p
|
||||
Lieferant
|
||||
%br/
|
||||
= form.select :supplier_id, Supplier.without_deleted(:order => 'name').collect{ |s| [s.name, s.id] }
|
||||
%p
|
||||
Name
|
||||
%br/
|
||||
|
|
@ -27,7 +30,7 @@
|
|||
%br/
|
||||
= form.text_field :deposit
|
||||
- else
|
||||
%p
|
||||
%p
|
||||
Preis:
|
||||
%br/
|
||||
Um Chaos zu vermeiden können bis auf weiteres die Preise von angelegten
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue