Batch Handlers

There is a handler for each unique “type” of batch which exists in the app. For instance the Pricing Batch has its own handler, and so does the Inventory Batch, and the Purchase Batch, and so on.

See Batch Handlers for some more background on these.

See Native Batch Types for a list of natively-supported batch types. (Again, there is a handler for each type.)

See also rattail.batch.handlers.BatchHandler which is the base class for all batch handlers.