Onix ERP - Documentación Oficial - v0.0.0
    Preparing search index...
    interface IGetSellDetailLog {
        idProduct: string;
        nameProduct: string;
        priceSell: number;
        priceUnit: number;
        quantity: number;
        source: "ANTERIOR" | "ACTUAL";
        typeSell: string;
    }
    Índice

    Properties

    idProduct: string
    nameProduct: string
    priceSell: number
    priceUnit: number
    quantity: number
    source: "ANTERIOR" | "ACTUAL"
    typeSell: string