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