//! 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
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;