Add docs for installation on Windows
This commit is contained in:
parent
898dad6f9b
commit
d10e7fc84c
6 changed files with 267 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
|||
Adding a Custom Batch
|
||||
=====================
|
||||
|
||||
If none of the native batch types fit your needs, you can always add a new one.
|
||||
See :doc:`native` for the list of what's available.
|
||||
If none of the native batch types fit your needs, you can always add a
|
||||
new one. See :doc:`native/index` for the list of what's available.
|
||||
|
||||
Adding a new batch type involves 3 steps:
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ it per user edits, refresh it etc. and ultimately execute it.
|
|||
The UI exposes tools for interacting with the batch but ultimately the handler
|
||||
is what "acts on" the batch based on user input.
|
||||
|
||||
See also :doc:`/base/handlers` for general info on handlers.
|
||||
See also :doc:`/base/handlers/index` for general info on handlers.
|
||||
|
||||
Each type of batch will have precisely one "handler" associated with it. For
|
||||
instance, there is a handler for inventory batches, and another for label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue