Expand description
Project accounting generators.
This module provides generators for:
- Project creation with WBS hierarchies
- Cost linking (time entries, expenses, POs → project cost lines)
- Revenue recognition (Percentage of Completion / ASC 606)
- Earned Value Management (EVM) metrics
- Change orders with cost/schedule/revenue impacts
- Milestones with payment and completion tracking
- Retainage hold and release
Structs§
- Change
Order Generator - Generates
ChangeOrderrecords for projects. - Earned
Value Generator - Generates
EarnedValueMetricrecords for projects. - Milestone
Generator - Generates
ProjectMilestonerecords for projects. - Project
Cost Generator - Generates
ProjectCostLinerecords by linking source documents to projects. - Project
Generator - Generates
Projectrecords with WBS hierarchies. - Revenue
Generator - Generates
ProjectRevenuerecords using Percentage of Completion. - Source
Document - A minimal source document reference for linking.