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

    Interface Budget

    A transactional budget entry for tracking project funding. Supports Add, Read, Modify, Upsert.

    interface Budget {
        budgetcategory_id?: string;
        categoryid?: string;
        created: string;
        currency: string;
        customerid?: string;
        date: string;
        id: string;
        name: string;
        notes?: string;
        projectid: string;
        total: number;
        updated: string;
    }
    Index

    Properties

    budgetcategory_id?: string
    categoryid?: string
    created: string
    currency: string
    customerid?: string
    date: string
    id: string
    name: string
    notes?: string
    projectid: string
    total: number
    updated: string