Added net|gross sum for deliveries-show-page. (Fixed #193)

This commit is contained in:
Benjamin Meichsner 2009-03-11 18:03:28 +01:00
parent 35251576fa
commit 20d4177990
3 changed files with 26 additions and 11 deletions

View file

@ -3,27 +3,27 @@
= form.hidden_field :supplier_id
%p
= form.label :name
Name
%br/
= form.text_field :name
%p
= form.label :unit
Einheit
%br/
= form.text_field :unit
%p
= form.label :note
Notiz
%br/
= form.text_field :note
%p
= form.label :price
Preis
%br/
= form.text_field :price
%p
= form.label :tax
MwSt
%br/
= form.text_field :tax, :value => (stock_article.tax || 7.0)
%p
= form.label :deposit
Pfand
%br/
= form.text_field :deposit
%p