@theredspace/spp-client
    Preparing search index...

    Interface RevenueProjection

    Individual revenue forecasts per project/container.

    interface RevenueProjection {
        acct_date: DateContainer;
        agreement_id: string;
        amount: number;
        booking_type_id: string;
        category_id: string;
        city: string;
        container_id: string;
        cost: number;
        cost_center_id: string;
        cost_incldes_tax: 0 | 1;
        created: DateContainer;
        currency: string;
        customer_id: string;
        customerpo_id: string;
        date: DateContainer;
        description?: string;
        exported: DateContainer;
        hour: number;
        id: string;
        incomplete: 0 | 1;
        invoice_id: string;
        item_id: string;
        job_code_id?: string;
        minute: number;
        name: string;
        notes?: string;
        originating_id: string;
        payment_type_id: string;
        payroll_type_id: string;
        portfolio_project_id: string;
        product_id: string;
        project_billing_rule_id: string;
        project_id: string;
        project_task_id: string;
        projecttask_type_id: string;
        quantity: number;
        rate: number;
        ref_slip_id: string;
        repeat_id: string;
        revenue_projection_type: string;
        revenue_recognition_rule_id: string;
        revenue_stage_id: string;
        slip_projection_id: string;
        slip_projection_type: string;
        slip_stage_id: string;
        slip_type_id: string;
        timer_start: DateContainer;
        timetype_id: string;
        total: number;
        total_hp: number;
        total_tax_paid: number;
        transaction_id: string;
        type: string;
        um: string;
        updated: DateContainer;
        user_id: string;
        vehicle_id: string;
    }
    Index

    Properties

    acct_date: DateContainer
    agreement_id: string
    amount: number
    booking_type_id: string
    category_id: string
    city: string
    container_id: string
    cost: number
    cost_center_id: string
    cost_incldes_tax: 0 | 1
    created: DateContainer
    currency: string
    customer_id: string
    customerpo_id: string
    description?: string
    exported: DateContainer
    hour: number
    id: string
    incomplete: 0 | 1
    invoice_id: string
    item_id: string
    job_code_id?: string
    minute: number
    name: string
    notes?: string
    originating_id: string
    payment_type_id: string
    payroll_type_id: string
    portfolio_project_id: string
    product_id: string
    project_billing_rule_id: string
    project_id: string
    project_task_id: string
    projecttask_type_id: string
    quantity: number
    rate: number
    ref_slip_id: string
    repeat_id: string
    revenue_projection_type: string
    revenue_recognition_rule_id: string
    revenue_stage_id: string
    slip_projection_id: string
    slip_projection_type: string
    slip_stage_id: string
    slip_type_id: string
    timer_start: DateContainer
    timetype_id: string
    total: number
    total_hp: number
    total_tax_paid: number
    transaction_id: string
    type: string
    um: string
    updated: DateContainer
    user_id: string
    vehicle_id: string