diff --git a/inventory.rst b/inventory.rst index 660ec954f..44b792d81 100644 --- a/inventory.rst +++ b/inventory.rst @@ -14,4 +14,5 @@ Inventory inventory/management inventory/shipping inventory/misc - inventory/lots_serial_numbers \ No newline at end of file + inventory/lots_serial_numbers + inventory/barcode \ No newline at end of file diff --git a/inventory/barcode.rst b/inventory/barcode.rst new file mode 100644 index 000000000..7ac1dc73e --- /dev/null +++ b/inventory/barcode.rst @@ -0,0 +1,10 @@ +======== +Barcodes +======== + +.. toctree:: + :titlesonly: + :glob: + + barcode/setup + barcode/operations \ No newline at end of file diff --git a/inventory/barcode/operations.rst b/inventory/barcode/operations.rst new file mode 100644 index 000000000..582978249 --- /dev/null +++ b/inventory/barcode/operations.rst @@ -0,0 +1,13 @@ +================ +Daily Operations +================ + +.. toctree:: + :titlesonly: + :glob: + + operations/adjustments + operations/delivery + operations/internal + operations/lots_serial_numbers + operations/receipts \ No newline at end of file diff --git a/inventory/barcode/operations/adjustments.rst b/inventory/barcode/operations/adjustments.rst new file mode 100644 index 000000000..2e03b77bf --- /dev/null +++ b/inventory/barcode/operations/adjustments.rst @@ -0,0 +1,3 @@ +================================================ +How to do an inventory adjustment with barcodes? +================================================ \ No newline at end of file diff --git a/inventory/barcode/operations/delivery.rst b/inventory/barcode/operations/delivery.rst new file mode 100644 index 000000000..65eb4bb3c --- /dev/null +++ b/inventory/barcode/operations/delivery.rst @@ -0,0 +1,3 @@ +=============================== +How to process delivery orders? +=============================== \ No newline at end of file diff --git a/inventory/barcode/operations/internal.rst b/inventory/barcode/operations/internal.rst new file mode 100644 index 000000000..d37838b06 --- /dev/null +++ b/inventory/barcode/operations/internal.rst @@ -0,0 +1,3 @@ +=============================== +How to do an internal transfer? +=============================== \ No newline at end of file diff --git a/inventory/barcode/operations/lots_serial_numbers.rst b/inventory/barcode/operations/lots_serial_numbers.rst new file mode 100644 index 000000000..3dde3d06e --- /dev/null +++ b/inventory/barcode/operations/lots_serial_numbers.rst @@ -0,0 +1,3 @@ +==================================================== +How to handle lots and serial numbers with barcodes? +==================================================== \ No newline at end of file diff --git a/inventory/barcode/operations/receipts.rst b/inventory/barcode/operations/receipts.rst new file mode 100644 index 000000000..f8df195ec --- /dev/null +++ b/inventory/barcode/operations/receipts.rst @@ -0,0 +1,3 @@ +================================= +How to process incoming receipts? +================================= \ No newline at end of file diff --git a/inventory/barcode/setup.rst b/inventory/barcode/setup.rst new file mode 100644 index 000000000..7b52e5b0b --- /dev/null +++ b/inventory/barcode/setup.rst @@ -0,0 +1,10 @@ +===== +Setup +===== + +.. toctree:: + :titlesonly: + :glob: + + setup/hardware + setup/software \ No newline at end of file diff --git a/inventory/barcode/setup/hardware.rst b/inventory/barcode/setup/hardware.rst new file mode 100644 index 000000000..2ac856aa7 --- /dev/null +++ b/inventory/barcode/setup/hardware.rst @@ -0,0 +1,3 @@ +==================== +Set up your hardware +==================== \ No newline at end of file diff --git a/inventory/barcode/setup/software.rst b/inventory/barcode/setup/software.rst new file mode 100644 index 000000000..7065ef5b3 --- /dev/null +++ b/inventory/barcode/setup/software.rst @@ -0,0 +1,3 @@ +==================== +Set up your software +==================== \ No newline at end of file