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