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
16
docs/data/batch/native/newproduct.rst
Normal file
16
docs/data/batch/native/newproduct.rst
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
New Product Batch
|
||||
=================
|
||||
|
||||
**Batch Type Key:** ``newproduct``
|
||||
|
||||
**Purpose:** Import new products into the system.
|
||||
|
||||
**Default Handler:** :class:`~rattail:rattail.batch.newproduct.NewProductBatchHandler`
|
||||
|
||||
Data for this batch usually comes from a spreadsheet file. It should
|
||||
contain new product records, with all necessary data for each.
|
||||
|
||||
Executing this batch may just create the item in Rattail by default.
|
||||
You may want to use a custom handler for inserting the item directly
|
||||
to your POS system instead, for instance.
|
Loading…
Add table
Add a link
Reference in a new issue