mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-28 13:59:32 +00:00
new handheld scanner function
This commit is contained in:
parent
b3499e4ea5
commit
d4b9ca3bc1
7 changed files with 861 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
{% extends 'main_card.html.twig' %}
|
||||
|
||||
{% block card_title %}<i class="fas fa-camera-retro fa-fw"></i>Handheld Scanner Operations{% endblock %}
|
||||
|
||||
{% block card_content %}
|
||||
{{ form_start(form, {'attr': {'id': 'handheld_dialog_form'}}) }}
|
||||
|
||||
{{ form_row(form.location) }}
|
||||
{{ form_row(form.missingloc) }}
|
||||
{{ form_row(form.locfrompart) }}
|
||||
{{ form_row(form.foundloc) }}
|
||||
{{ form_row(form.manufacturer_pn) }}
|
||||
{{ form_row(form.missingpart) }}
|
||||
{{ form_row(form.foundpart) }}
|
||||
{{ form_row(form.quantity) }}
|
||||
{{ form_row(form.autocommit) }}
|
||||
|
||||
<div>
|
||||
{{ form_row(form.last_manufacturer_pn) }}
|
||||
{{ form_row(form.last_quantity) }}
|
||||
</div>
|
||||
|
||||
<div {{ stimulus_controller('pages/handheld_scan')}}>
|
||||
{{ form_widget(form.connect) }}
|
||||
{{ form_widget(form.disconnect) }}
|
||||
{{ form_widget(form.submit) }}
|
||||
</div>
|
||||
|
||||
{{ form_end(form) }}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue