Onix ERP - Documentación Técnica - v0.0.0
    Preparing search index...
    interface IGetDispatch {
        branch: string;
        cellPhone: string;
        channel?: string;
        dateSell: string;
        freight: number;
        guide: string;
        idBranch: number;
        idChannel?: number;
        idClientType?: number;
        idDispatch: number;
        idSell: number;
        idState: number;
        nameClient: string;
        nameState: string;
        observation: string | null;
        typeClient?: string;
        typeDispatch: string;
    }
    Index

    Properties

    branch: string
    cellPhone: string
    channel?: string
    dateSell: string
    freight: number
    guide: string
    idBranch: number
    idChannel?: number
    idClientType?: number
    idDispatch: number
    idSell: number
    idState: number
    nameClient: string
    nameState: string
    observation: string | null
    typeClient?: string
    typeDispatch: string