Add some more "handler" docs
app handler, batch handlers, native batch types, people handler
This commit is contained in:
parent
0726a70192
commit
84477e5e36
30 changed files with 397 additions and 29 deletions
17
docs/data/batch/native/labels.rst
Normal file
17
docs/data/batch/native/labels.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
Label Batch
|
||||
===========
|
||||
|
||||
**Batch Type Key:** ``labels``
|
||||
|
||||
**Purpose:** Print item labels / shelf tags for a set of products.
|
||||
|
||||
**Default Handler:** :class:`~rattail:rattail.batch.labels.LabelBatchHandler`
|
||||
|
||||
Data for this batch can come directly from file, or from a
|
||||
:doc:`handheld` etc. It can contain a list of items and various label
|
||||
printing attributes for each.
|
||||
|
||||
Executing this batch may send a job(s) directly to your dedicated
|
||||
label printer if you have one. Or it can generate an Excel file for
|
||||
use with BarTender or other software, etc.
|
||||
Loading…
Add table
Add a link
Reference in a new issue