Hierarchy

  • ValueItem

Properties

id: string
idGraf: string
idItem: string
idOrca: string
lastId: null | number
prazos: {
    dataEntrega: null | string;
    horaEntrega: null | string;
    prazoProd: number;
    tipoEntrega: null | string;
}

Type declaration

  • dataEntrega: null | string
  • horaEntrega: null | string
  • prazoProd: number
  • tipoEntrega: null | string
prazosMod: {
    dataEntrega: boolean;
    prazoProd: boolean;
}

Type declaration

  • dataEntrega: boolean
  • prazoProd: boolean
target: any
taxas: {
    taxasAgencia: number;
    taxasImpostos: number;
    taxasJuros: number;
    taxasOperacao: number;
    taxasVendedor: number;
}

Type declaration

  • taxasAgencia: number
  • taxasImpostos: number
  • taxasJuros: number
  • taxasOperacao: number
  • taxasVendedor: number
taxasMod: {
    taxasAgencia: boolean;
    taxasImpostos: boolean;
    taxasJuros: boolean;
    taxasVendedor: boolean;
}

Type declaration

  • taxasAgencia: boolean
  • taxasImpostos: boolean
  • taxasJuros: boolean
  • taxasVendedor: boolean
tiragens: [{
    acabamentos: any;
    frete: number;
    impressoes: any;
    lucroProduto: any;
    maosDeObra: any;
    materiais: any;
    modificados: {
        frete: boolean;
        outrasDespesas: boolean;
        perDesconto: boolean;
        perLucro: boolean;
        seguro: boolean;
        somaTotalPv: boolean;
        taxaDespesas: boolean;
        tipoPrecoDespesas: boolean;
        vlrDesconto: boolean;
    };
    nomePrecoPorProduto: any;
    outrasDespesas: number;
    perDesconto: number;
    perJurosParc: number;
    perLucro: number;
    precoAPartirDeProduto: any;
    precoPacoteProduto: any;
    precoPorProduto: any;
    qtdPacoteProduto: null | number;
    seguro: number;
    somaCustosProduto: number;
    somaTotalMC: number;
    somaTotalPv: number;
    somaTotalPvProduto: any;
    taxaDespesas: number;
    tipoPrecoDespesas: string;
    tiragem: number;
    vlrDesconto: number;
    vlrFinanceiro: number;
    vlrJurosParc: number;
    vlrUnit: number;
}]

Generated using TypeDoc