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
20
docs/data/batch/native/vendor_invoice.rst
Normal file
20
docs/data/batch/native/vendor_invoice.rst
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
Vendor Invoice Batch
|
||||
====================
|
||||
|
||||
**Batch Type Key:** ``vendor_invoice``
|
||||
|
||||
**Purpose:** (DEPRECATED) Process a vendor invoice
|
||||
|
||||
**Default Handler:** :class:`~rattail:rattail.batch.vendorinvoice.VendorInvoiceHandler`
|
||||
|
||||
.. warning::
|
||||
This batch type should be considered deprecated. It still exists
|
||||
and may be used, but that may not always be the case. If possible
|
||||
please use :doc:`purchase` instead.
|
||||
|
||||
Data for this type of batch usually comes from a spreadsheet or
|
||||
similar file, as obtained directly from the vendor.
|
||||
|
||||
Executing this batch does nothing at all by default; you would need a
|
||||
custom handler to make it useful.
|
||||
Loading…
Add table
Add a link
Reference in a new issue