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

    Interface RevenueRecognitionRule

    Rules defining how revenue is recognized over time.

    interface RevenueRecognitionRule {
        accounting_period_id: string;
        acct_code: string;
        acct_date: DateContainer;
        acct_date_how: string;
        active: 0 | 1;
        agreementid: string;
        amount: number;
        asb_exclude_slip_type: string;
        asb_which_slips: string;
        assigned_user: string;
        break_by_user: 0 | 1;
        categoryid: string;
        cost_center_id: string;
        created: DateContainer;
        currency: string;
        customerid: string;
        customerpo_id: string;
        description?: string;
        end_date: DateContainer;
        end_milestone: string;
        expense_how: string;
        extra_data: string;
        id: string;
        item_filter: string;
        marked_as_ready: 0 | 1;
        method: string;
        name: string;
        percent: number;
        percent_complete: number;
        percent_how: string;
        percent_trigger: string;
        phase: string;
        product_filter: string;
        project_billing_rule_filter: string;
        project_billing_ruleid: string;
        project_task_filter: string;
        projectid: string;
        purchase_how: string;
        recognition_type: string;
        repeatid: string;
        settings: string;
        slip_stage_filter: string;
        start_date: DateContainer;
        start_milestone: string;
        timetype_filter: string;
        type: string;
        updated: DateContainer;
        user_filter: string;
    }
    Index

    Properties

    accounting_period_id: string
    acct_code: string
    acct_date: DateContainer
    acct_date_how: string
    active: 0 | 1
    agreementid: string
    amount: number
    asb_exclude_slip_type: string
    asb_which_slips: string
    assigned_user: string
    break_by_user: 0 | 1
    categoryid: string
    cost_center_id: string
    created: DateContainer
    currency: string
    customerid: string
    customerpo_id: string
    description?: string
    end_date: DateContainer
    end_milestone: string
    expense_how: string
    extra_data: string
    id: string
    item_filter: string
    marked_as_ready: 0 | 1
    method: string
    name: string
    percent: number
    percent_complete: number
    percent_how: string
    percent_trigger: string
    phase: string
    product_filter: string
    project_billing_rule_filter: string
    project_billing_ruleid: string
    project_task_filter: string
    projectid: string
    purchase_how: string
    recognition_type: string
    repeatid: string
    settings: string
    slip_stage_filter: string
    start_date: DateContainer
    start_milestone: string
    timetype_filter: string
    type: string
    updated: DateContainer
    user_filter: string