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
15
docs/data/batch/native/product.rst
Normal file
15
docs/data/batch/native/product.rst
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
Product Batch
|
||||
=============
|
||||
|
||||
**Batch Type Key:** ``product``
|
||||
|
||||
**Purpose:** Generic batch to identify and act on a set of items.
|
||||
|
||||
**Default Handler:** :class:`~rattail:rattail.batch.product.ProductBatchHandler`
|
||||
|
||||
Data for this batch type usually comes from a simple file, or perhaps
|
||||
a grid query. Executing it will usually create another type of batch
|
||||
using the current one only to define which items are involved. For
|
||||
example by default it will create either a :doc:`labels` or a
|
||||
:doc:`pricing`.
|
Loading…
Add table
Add a link
Reference in a new issue