This is a private module and is not currently aimed at public usage.
This is a simple module to expose a mass action to the admin sales order grid. It allows sales orders to forcibly be set to a "Canceled" status. This is generally important when a one-way integration is in place where order updates are not directly communicated back to Magento.
Install the extension using Composer using our development package repository:
composer require augustash/module-force-cancel
bin/magento module:enable --clear-static-content Augustash_ForceCancel
bin/magento setup:upgrade
bin/magento cache:flush