Initial release: RMA Automation plugin with repair parts tracking
Features: - Automatic stock status updates based on return order outcomes - Repair parts allocation and consumption tracking - Configurable status mappings for each outcome type - React-based UI panel for managing repair parts - Location display for easy part retrieval - Available stock filtering (excludes allocated items)
This commit is contained in:
7
inventree_rma_plugin/__init__.py
Normal file
7
inventree_rma_plugin/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""InvenTree RMA Automation Plugin."""
|
||||
|
||||
from inventree_rma_plugin.rma_automation import RMAAutomationPlugin
|
||||
|
||||
__all__ = ['RMAAutomationPlugin']
|
||||
__version__ = '0.2.0'
|
||||
default_app_config = 'inventree_rma_plugin.apps.RMAAutomationConfig'
|
||||
Reference in New Issue
Block a user