[ADD] inventory: Add barcode section

This commit is contained in:
Yannick Tivisse 2015-11-03 14:23:22 +01:00
parent f557cfe856
commit a99602d2f0
11 changed files with 56 additions and 1 deletions

View File

@ -14,4 +14,5 @@ Inventory
inventory/management
inventory/shipping
inventory/misc
inventory/lots_serial_numbers
inventory/lots_serial_numbers
inventory/barcode

10
inventory/barcode.rst Normal file
View File

@ -0,0 +1,10 @@
========
Barcodes
========
.. toctree::
:titlesonly:
:glob:
barcode/setup
barcode/operations

View File

@ -0,0 +1,13 @@
================
Daily Operations
================
.. toctree::
:titlesonly:
:glob:
operations/adjustments
operations/delivery
operations/internal
operations/lots_serial_numbers
operations/receipts

View File

@ -0,0 +1,3 @@
================================================
How to do an inventory adjustment with barcodes?
================================================

View File

@ -0,0 +1,3 @@
===============================
How to process delivery orders?
===============================

View File

@ -0,0 +1,3 @@
===============================
How to do an internal transfer?
===============================

View File

@ -0,0 +1,3 @@
====================================================
How to handle lots and serial numbers with barcodes?
====================================================

View File

@ -0,0 +1,3 @@
=================================
How to process incoming receipts?
=================================

View File

@ -0,0 +1,10 @@
=====
Setup
=====
.. toctree::
:titlesonly:
:glob:
setup/hardware
setup/software

View File

@ -0,0 +1,3 @@
====================
Set up your hardware
====================

View File

@ -0,0 +1,3 @@
====================
Set up your software
====================