replace skeleton files by previous version; apply obvious fixes

This commit is contained in:
JuliusR 2021-12-18 11:21:51 +01:00
parent 1f5cbcd6d1
commit 2133be2436
35 changed files with 1086 additions and 39 deletions

View file

@ -0,0 +1,54 @@
%p
Name:
%br/
= f.text_field :name
%p
Nummer:
%br/
= f.text_field :number
%p
Notiz:
%br/
= f.text_field :note
%p
Herstellerin:
%br/
= f.text_field :manufacturer
%p
Herkunft:
%br/
= f.text_field :origin
%p
Einheit:
%br/
= f.text_field :unit
%p
Preis:
%br/
= f.text_field :price
%p
Steuer:
%br/
= f.text_field :tax
%p
Pfand:
%br/
= f.text_field :deposit
%p
Gebindegröße:
%br/
= f.text_field :unit_quantity
%p
Kategorie:
%br/
= f.text_field :category
%p
Rabattmenge:
%br/
= f.text_field :scale_quantity
%p
Rabattpreis:
%br/
= f.text_field :scale_price
%p= submit_tag "Speichern"
= f.hidden_field :supplier_id