2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Transfer stock items into a stock location using barcode scanning

This commit is contained in:
Oliver Walters
2020-06-12 16:29:08 +10:00
parent 351a55c9ea
commit ab4e6548dc
3 changed files with 297 additions and 58 deletions

View File

@ -120,6 +120,12 @@
inventreeDel('show-part-locs');
});
{% if location %}
$("#barcode-check-in").click(function() {
barcodeCheckIn({{ location.id }});
});
{% endif %}
$("#stock-export").click(function() {
launchModalForm("{% url 'stock-export-options' %}", {
submit_text: "Export",