Jump to content

dev botao

tipo de nota ( saida/entrada)


  • Este tópico foi criado há 3242 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

Como faça para saber  o valor do tipo  da nota.

      // tipo de nota (saida/entrada)
      if ACBrNFe1.NotasFiscais.Items[0].NFe.Ide.tpNF =  then
        etipo_nota.Text := 'S'
      else
        etipo_nota.Text := 'E';

      // tipo de venda (vista/prazo)
      if ACBrNFe1.NotasFiscais.Items[0].NFe.Ide.indPag =   then
        etipo_venda.Text := 'V'
      else
        etipo_venda.Text := 'P';

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.