Expand description
Master data generators for enterprise simulation.
This module provides generators for various master data entities:
- Vendors (enhanced with payment behavior)
- Customers (enhanced with credit management)
- Materials (inventory and BOM)
- Fixed Assets (with depreciation)
- Employees (with org hierarchy)
- Entity Registry (central entity management)
Structsยง
- Asset
Generator - Generator for fixed asset master data.
- Asset
Generator Config - Configuration for asset generation.
- Customer
Generator - Generator for customer master data.
- Customer
Generator Config - Configuration for customer generation.
- Department
Definition - Department definitions for employee assignment.
- Employee
Generator - Generator for employee master data with org hierarchy.
- Employee
Generator Config - Configuration for employee generation.
- Entity
Registry Manager - Entity Registry Manager for coordinated master data generation.
- Entity
Registry Manager Config - Configuration for the entity registry manager.
- Generated
Master Data - Generated master data result.
- Master
Data Counts - Counts for master data generation.
- Material
Generator - Generator for material master data.
- Material
Generator Config - Configuration for material generation.
- Vendor
Generator - Generator for vendor master data.
- Vendor
Generator Config - Configuration for vendor generation.