mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 20:39:31 +00:00
Added the possibility to edit/create/delete part lots.
This commit is contained in:
parent
6a0adae8f3
commit
813e7dc85b
11 changed files with 226 additions and 43 deletions
|
|
@ -1,13 +1,11 @@
|
|||
{{ form_row(form_main.name) }}
|
||||
{{ form_row(form_main.description) }}
|
||||
{{ form_row(form_main.category) }}
|
||||
{{ form_row(form_main.tags) }}
|
||||
{{ form_row(form_main.minAmount) }}
|
||||
{{ form_row(form_main.partUnit)}}
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.description) }}
|
||||
{{ form_row(form.category) }}
|
||||
{{ form_row(form.tags) }}
|
||||
{{ form_row(form.minAmount) }}
|
||||
{{ form_row(form.partUnit)}}
|
||||
|
||||
{{ form_row(form_main.footprint) }}
|
||||
{{ form_row(form.footprint) }}
|
||||
|
||||
{{ form_row(form_main.comment) }}
|
||||
{{ form_row(form.comment) }}
|
||||
|
||||
{{ form_row(form_main.save1) }}
|
||||
{{ form_row(form_main.reset1) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue