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
13
docs/data/batch/native/custorder.rst
Normal file
13
docs/data/batch/native/custorder.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
Customer Order Batch
|
||||
====================
|
||||
|
||||
**Batch Type Key:** ``custorder``
|
||||
|
||||
**Purpose:** Create and/or process a customer order.
|
||||
|
||||
**Default Handler:** :class:`~rattail:rattail.batch.custorder.CustomerOrderBatchHandler`
|
||||
|
||||
As of this writing, the only actual use for this batch is to create a
|
||||
*new* customer order, specifically in the context of a so-called
|
||||
"case" or "special" order.
|
||||
Loading…
Add table
Add a link
Reference in a new issue