cooptypes - v2026.8.22-3
    Preparing search index...

    Interface IProgramExpense

    Таблица progexpenses — целевые расходы программы «Благорост», не привязанные к проекту. Создаётся в createpgexp, удаляется в onpgexpdone после терминального перехода шасси. На MVP approved_statement / authorization остаются пустыми (флоу подписания делает шасси expense).

    interface IProgramExpense {
        amount: string;
        approved_statement: Interfaces.Capital.IDocument2;
        authorization: Interfaces.Capital.IDocument2;
        coopname: string;
        description: string;
        expense_hash: string;
        expense_statement: Interfaces.Capital.IDocument2;
        fund_id: Interfaces.Capital.IUint64;
        id: Interfaces.Capital.IUint64;
        spended_at: string;
        status: string;
        username: string;
    }
    Index

    Properties

    amount: string
    approved_statement: Interfaces.Capital.IDocument2
    coopname: string
    description: string
    expense_hash: string
    expense_statement: Interfaces.Capital.IDocument2
    spended_at: string
    status: string
    username: string