Add some more "handler" docs

app handler, batch handlers, native batch types, people handler
This commit is contained in:
Lance Edgar 2021-08-18 12:49:40 -05:00
parent 0726a70192
commit 84477e5e36
30 changed files with 397 additions and 29 deletions

View 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.