mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Add module-level docstrings for each app
This commit is contained in:
		| @@ -0,0 +1,5 @@ | ||||
| """ | ||||
| The InvenTree module provides high-level management and functionality. | ||||
|  | ||||
| It provides a number of helper functions and generic classes which are used by InvenTree apps. | ||||
| """ | ||||
| @@ -0,0 +1,5 @@ | ||||
| """ | ||||
| The Build module is responsible for managing "Build" transactions. | ||||
|  | ||||
| A Build consumes parts from stock to create new parts | ||||
| """ | ||||
| @@ -0,0 +1,8 @@ | ||||
| """ | ||||
| The Company module is responsible for managing Company interactions. | ||||
|  | ||||
| A company can be either (or both): | ||||
|  | ||||
| - Supplier | ||||
| - Customer | ||||
| """ | ||||
| @@ -0,0 +1,10 @@ | ||||
| """ | ||||
| The Part module is responsible for Part management. | ||||
|  | ||||
| It includes models for: | ||||
|  | ||||
| - PartCategory | ||||
| - Part | ||||
| - SupplierPart | ||||
| - BomItem | ||||
| """ | ||||
| @@ -0,0 +1,9 @@ | ||||
| """ | ||||
| The Stock module is responsible for Stock management. | ||||
|  | ||||
| It includes models for: | ||||
|  | ||||
| - StockLocation | ||||
| - StockItem | ||||
| - StockItemTracking | ||||
| """ | ||||
		Reference in New Issue
	
	Block a user