84477e5e36
app handler, batch handlers, native batch types, people handler
14 lines
385 B
ReStructuredText
14 lines
385 B
ReStructuredText
|
|
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.
|