Delete Product BatchΒΆ

Batch Type Key: delproduct

Purpose: Delete products from the system.

Default Handler: DeleteProductBatchHandler

Data for this batch may come from spreadsheet file or grid query, etc.

It should try to catch potential issues which might arise should the products actually be deleted, for instance if a given item has pending customer orders.

It also should try to highlight items which have seen recent movement, to help avoid removing items which are more active than you thought etc.

Ultimately executing this batch will just update Rattail by default; you may want a custom handler to update your POS system instead.