Ir para conteúdo
  • Cadastre-se

Paulo Starling Perdigao

Membros
  • Total de ítens

    143
  • Registro em

  • Última visita

Tudo que Paulo Starling Perdigao postou

  1. Boa tarde. Estou tentando criar uma rotina para envio de NF-e de contingência, procurei no exemplo do ACBr uma forma de enviar más não encontrei. Existe um exemplo de envio NF-e de contingência no ACBR?
  2. Bom dia. Consegui resolver o problema. FrmBrNFp.ACBrNFe1.NotasFiscais.Clear; FrmBrNFp.ACBrNFe1.NotasFiscais.LoadFromFile(ps_dir_completo_prot); FrmBrNFp.ACBrNFeDANFEFR1.FastFile := 'C:\sics3000\danfe.fr3'; FrmBrNFp.ACBrNFe1.DANFE := ACBrNFeDANFEFR1; FrmBrNFp.ACBrNFe1.NotasFiscais.ImprimirPDF;
  3. Bom Dia. Estou tentado gerar o danfe através do xml, utilizei os códigos descritos acima e está dando erro de: access violation at address 01498160 in module 'SICS_NFe4.exe'.Read of assress 000003A0. O que pode estar causando esse erro? Este é o xml salvo na pasta: Anexe o arquivo
  4. Boa tarde a todos. Como faço para pegar o caminho do danfe gerado após com comando Imprimi do acbr: if bPdf then NotasFiscais.ImprimirPDF else NotasFiscais.Imprimir; nomeDanfe := { quero passar o nome do arquivo gerado pelo componente } Estou usando o: ACBrNFeDANFEFR
  5. Então o componente gera o nome do danfe automático? Essa procedure gera o DANFE: procedure TFrmBrNFp.ImprimeDanfeProtocolado( sXmlNome : String ; iNumeroCopias: Integer; bPreview, bPdf: Boolean; sProtocolo: String; strCancelada: String ); Var strQuery : String; v_teste : String; begin //iTanProtocolo := Length( sProtocolo ); With FrmBrNFp.ACBrNFe1 do begin Configuracoes.Arquivos.Salvar := false; Configuracoes.Arquivos.AdicionarLiteral := false; Configuracoes.Arquivos.SepararPorAno := false; Configuracoes.Arquivos.SepararPorCNPJ := false; Configuracoes.Arquivos.SepararPorDia := false; Configuracoes.Arquivos.SepararPorMes := false; Configuracoes.Arquivos.SepararPorModelo := false; NotasFiscais.Clear; NotasFiscais.LoadFromFile( sXmlNome ); FrmBrNFp.ACBrNFeDANFEFR1.TributosFonte := 'IBTP'; FrmBrNFp.ACBrNFeDANFEFR1.ImprimirUnQtVlComercial := iuComercial; FrmBrNFp.ACBrNFeDANFEFR1.ImprimirTotalLiquido := False; FrmBrNFp.ACBrNFeDANFEFR1.ExibirTotalTributosItem := False; FrmBrNFp.ACBrNFeDANFEFR1.fastfile :='C:\sics3000\danfe.fr3'; FrmBrNFp.ACBrNFeDANFEFR1.ShowDialog := false; FrmBrNFp.ACBrNFeDANFEFR1.ExibeCampoFatura := (NotasFiscais.Items[0].NFe.Ide.indPag <> ipOutras); danfe := FrmBrNFp.ACBrNFeDANFEFR1; with danfe do begin Logo := 'C:\sics3000\logo_empresa.jpg'; MostrarStatus := false; if(strCancelada = 'S')then begin NFeCancelada := true; ProtocoloNFe := sProtocolo; end else begin NFeCancelada := false; ProtocoloNFe := sProtocolo; end; {if (iTanProtocolo > 5) then begin NFeCancelada := true; ProtocoloNFe := sProtocolo; end;} {BUSCANDO DADOS DOS EMISSOR} strQuery := 'select * from empresa LIMIT 1'; with FrmDados.QGeral do begin Close; SQL.Clear; SQL.Add(strQuery); Active := true; end; Email := FrmDados.QGeral.FieldByName('ceemail').AsString; Fax := FrmDados.QGeral.FieldByName('cefax').AsString; Sistema := 'Desenvolvido por www.starling.com.br'; Site := FrmDados.QGeral.FieldByName('site_emp').AsString; PathPDF := 'C:\sics3000\danfe\'; MostrarPreview := bPreview; if bPreview then NumCopias := 1 else NumCopias := iNumeroCopias; end; if bPdf then NotasFiscais.ImprimirPDF else NotasFiscais.Imprimir; end; end; end. O nome do arquivo fica assim: C_sics3000_danfe.fr3.pdf parece que o componente está fazendo um tratamento pegando o caminho do arquivo e gerando o nome: Será que consigo alterar isso?
  6. Boa tarde a a todos. Não consigo alterar o nome arquivo DANFE. Gostaria que o nome do arquivo PDF : ChaveDaNf-e.pdf Como faço?
  7. Boa tarde a a todos. Não consigo alterar o nome arquivo DANFE. Gostaria que o nome do arquivo PDF : ChaveDaNf-e.pdf Como faço?
  8. Boa tarde a todos. Consegui resolver o problema com ajuda do hleorj. Solução. Consegui achar o xml de configuração do layout. salvei ele com a extenção .fr3 segue abaixo o arquivo e o link de onde encontrei. https://github.com/GabrielF7/ACBrTrunk2/blob/master/Exemplos/ACBrDFe/ACBrNFe/Delphi/Report/DANFE.fr3 <?xml version="1.0" encoding="utf-8" standalone="no"?> <TfrxReport Version="4.12" DotMatrixReport="False" IniFile="\Software\Fast Reports" OldStyleProgress="True" PreviewOptions.AllowEdit="False" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PreviewOptions.ZoomMode="zmPageWidth" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="40401,475989294" ReportOptions.Description.Text="" ReportOptions.LastChange="41298,525903912" ScriptLanguage="PascalScript" ScriptText.Text="var DADOS_ENDERECO: String; DESCR_CST: String; procedure Footer1OnBeforePrint(Sender: TfrxComponent); begin while Engine.FreeSpace > 10 do Engine.ShowBand(Child1); Engine.ShowBand(Child2); end; procedure Child3OnBeforePrint(Sender: TfrxComponent); begin Child3.Visible := (<Page> = 1) and (MasterData2.DataSet.RecordCount > 0); end; procedure Header1OnBeforePrint(Sender: TfrxComponent); begin Header1.Visible := <Page> = 1; end; procedure Header2OnBeforePrint(Sender: TfrxComponent); begin Header1.Visible := not Header2.Visible; end; procedure ColumnHeader1OnBeforePrint(Sender: TfrxComponent); begin ColumnHeader1.Visible := <Page> > 1; end; procedure ColumnFooter1OnBeforePrint(Sender: TfrxComponent); begin ColumnFooter1.Visible := Engine.FinalPass and (<Page> = 1); end; procedure PageHeader1OnBeforePrint(Sender: TfrxComponent); begin if Trim(<Parametros."Imagem">) <> '' then begin imgLogomarca.Picture.LoadFromFile(<Parametros."Imagem">); if Trim(<Parametros."LogoExpandido">) = '1' then begin Memo10.Visible := False; Memo11.Visible := False; imgLogomarca.Width := imgLogomarca.Width+Memo10.Width; end; end else begin Memo10.Width := Memo10.Width + Memo10.Left; Memo11.Width := Memo11.Width + Memo11.Left; Memo10.Left := 0; Memo11.Left := 0; imgLogomarca.Visible := False; end; if Trim(<Emitente."CRT">) = '3' then DESCR_CST := 'CST' else DESCR_CST := 'CSOSN'; end; procedure Memo11OnBeforePrint(Sender: TfrxComponent); begin DADOS_ENDERECO := Trim( <Emitente."XLgr"> + ', ' + <Emitente."Nro"> + #13 + <Emitente."XBairro"> + ' - ' + <Emitente."XMun"> + ' - ' + <Emitente."UF"> + #13 + 'Fone: ' + <Emitente."Fone"> + ' CEP: ' + <Emitente."CEP"> + #13 + <Parametros."Site"> + #13 + <Parametros."Email"> ); end; procedure Overlay1OnBeforePrint(Sender: TfrxComponent); begin Overlay1.Visible := <Identificacao."TpAmb"> = '2'; if Overlay1.Visible then begin Overlay1.Height := Engine.PageHeight; memWatermark.Width := Overlay1.Width; memWatermark.Height := Engine.PageHeight; memWatermark.Font.Size := 50; end; end; begin end." PropData="044C656674021203546F70020E0844617461736574730101061D20446174615365744E616D653D2243616C63756C6F496D706F73746F220001061C20446174615365744E616D653D224461646F7350726F6475746F73220001061B20446174615365744E616D653D2244657374696E61746172696F220001061920446174615365744E616D653D224475706C696361746173220001061720446174615365744E616D653D22456D6974656E7465220001061520446174615365744E616D653D22466174757261220001061C20446174615365744E616D653D224964656E74696669636163616F220001062420446174615365744E616D653D22496E666F726D61636F657341646963696F6E616973220001061420446174615365744E616D653D22495353514E220001061B20446174615365744E616D653D224C6F63616C456E7472656761220001061C20446174615365744E616D653D224C6F63616C5265746972616461220001061920446174615365744E616D653D22506172616D6574726F73220001061C20446174615365744E616D653D225472616E73706F727461646F72220001061620446174615365744E616D653D2256656963756C6F220001061620446174615365744E616D653D22566F6C756D6573220000095661726961626C65730100055374796C650100"> <Datasets> <item DataSetName="Identificacao"/> <item DataSetName="Emitente"/> <item DataSetName="Destinatario"/> <item DataSetName="DadosProdutos"/> <item DataSetName="Parametros"/> <item DataSetName="Duplicatas"/> <item DataSetName="CalculoImposto"/> <item DataSetName="Transportador"/> <item DataSetName="Veiculo"/> <item DataSetName="Volumes"/> <item DataSetName="Eventos"/> <item DataSetName="ISSQN"/> <item DataSetName="Fatura"/> <item DataSetName="LocalRetirada"/> <item DataSetName="LocalEntrega"/> <item DataSetName="InformacoesAdicionais"/> <item DataSetName="Pagamento"/> <item DataSetName="Inutilizacao"/> </Datasets> <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/> <TfrxReportPage Name="Page1" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="5" RightMargin="5" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" BackPictureVisible="False" LargeDesignHeight="True" HGuides.Text="" VGuides.Text="" OnBeforePrint="Page1OnBeforePrint"> <TfrxMasterData Name="MasterData1" Height="11,33858268" Left="0" Top="865,51237" Width="755,906" ColumnWidth="0" ColumnGap="0" DataSetName="DadosProdutos" RowCount="0" Stretched="True"> <TfrxMemoView Name="Memo131" Left="0" Top="0" Width="60,47248" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[DadosProdutos."CProd"]"/> <TfrxMemoView Name="Memo132" Left="60,47248" Top="0" Width="222,99208937" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haBlock" ParentFont="False" Text="[DadosProdutos."XProd"] [DadosProdutos."infAdProd"]"/> <TfrxMemoView Name="Memo133" Left="283,46453764" Top="0" Width="37,7953" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."NCM"]"/> <TfrxMemoView Name="Memo134" Left="321,25981323" Top="0" Width="26,45669535" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."ORIGEM"][DadosProdutos."CST"]"/> <TfrxMemoView Name="Memo135" Left="347,71650614" Top="0" Width="24,56692913" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."CFOP"]"/> <TfrxMemoView Name="Memo136" Left="372,28349386" Top="0" Width="22,67718" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."UCom"]"/> <TfrxMemoView Name="Memo137" Left="394,96065921" Top="0" Width="43,46457425" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."QCom"]"/> <TfrxMemoView Name="Memo138" Left="438,42548" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VUnTrib"]"/> <TfrxMemoView Name="Memo139" Left="483,77984" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."vDesc"]"/> <TfrxMemoView Name="Memo140" Left="529,1342" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VProd"]"/> <TfrxMemoView Name="Memo141" Left="574,48856" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VBC"]"/> <TfrxMemoView Name="Memo142" Left="619,84292" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VICMS"]"/> <TfrxMemoView Name="Memo143" Left="665,19728" Top="0" Width="45,35436" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VIPI"]"/> <TfrxMemoView Name="Memo144" Left="710,55164" Top="0" Width="22,67718" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."PICMS"]"/> <TfrxMemoView Name="Memo145" Left="733,22882" Top="0" Width="22,67718" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."PIPI"]"/> </TfrxMasterData> <TfrxReportTitle Name="ReportTitle1" Height="79,37013" Left="0" Top="18,89765" Width="755,906"> <TfrxMemoView Name="Memo2" Left="0" Top="0" Width="642,5201" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haBlock" ParentFont="False" WordWrap="False" Text="Recebemos de [Emitente."XNome"] os produtos e/ou serviços constantes da Nota Fiscal Eletrônica indicada ao lado. Destinatário: [Destinatario."Xnome"] - [Destinatario."XLgr"], [Destinatario."Nro"] - [Destinatario."XBairro"] - [Destinatario."XMun"] - [Destinatario."UF"]. Emissão: [Identificacao."DEmi"] Valor Total: R$ [CalculoImposto."VNF" #n%2,2n]"/> <TfrxMemoView Name="Memo3" Left="143,62214" Top="37,7953" Width="498,89796" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="IDENTIFICAÇÃO E ASSINATURA DO RECEBEDOR"/> <TfrxMemoView Name="Memo4" Left="0" Top="37,7953" Width="143,62214" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DO RECEBIMENTO"/> <TfrxLineView Name="Line1" Align="baWidth" Left="0" Top="73,81107" Width="755,906" Height="0" ShowHint="False" Frame.Style="fsDot" Frame.Typ="4" Frame.Width="0,5"/> <TfrxMemoView Name="Memo17" Left="642,5201" Top="0" Width="113,38580236" Height="68,03154" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text="NF-e"/> <TfrxMemoView Name="Memo18" Left="642,5201" Top="25,45671" Width="113,3859" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" LineSpacing="6" ParentFont="False" WordWrap="False" Text="Nº [Identificacao."NNF"] Série [Identificacao."Serie" #n#000]"/> </TfrxReportTitle> <TfrxPageHeader Name="PageHeader1" Height="173,85836291" Left="0" Top="120,94496" Width="755,906" OnBeforePrint="PageHeader1OnBeforePrint"> <TfrxMemoView Name="Memo1" Left="445,98454" Top="0" Width="309,92146" Height="60,47248" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text=""/> <TfrxBarCodeView Name="BarCode1" Left="462,23623756" Top="7,55906" Width="79" Height="45,35433071" ShowHint="False" BarType="bcCode128C" Expression="<Identificacao."ID">" Rotation="0" ShowText="False" Text="12345678" WideBarRatio="2" Zoom="1" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0"/> <TfrxMemoView Name="Memo6" Left="445,98454" Top="60,47248" Width="309,92146" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CHAVE DE ACESSO"/> <TfrxMemoView Name="Memo7" Left="445,98454" Top="90,70872" Width="309,92146" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Consulta de autenticidade no portal da NF-e www.nfe.fazenda.gov.br/portal ou no site da SEFAZ Autenticadora"/> <TfrxMemoView Name="Memo8" Left="445,98454" Top="70,81107" Width="309,92146" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[Identificacao."Chave"]"/> <TfrxMemoView Name="Memo9" Left="351,49629" Top="0" Width="94,48816457" Height="120,94496" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text="DANFE"/> <TfrxMemoView Name="Memo10" Left="128,50402" Top="8,33859" Width="219,21274" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Emitente."XNome"]"/> <TfrxMemoView Name="Memo11" Left="128,50402" Top="47,57483" Width="219,21274" Height="62,36222181" OnBeforePrint="Memo11OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" HAlign="haCenter" LineSpacing="4" ParentFont="False" VAlign="vaCenter" Text="[DADOS_ENDERECO]"/> <TfrxMemoView Name="Memo12" Left="351,49629" Top="20,89765" Width="94,48825" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="Documento Auxiliar da Nota Fiscal Eletrônica"/> <TfrxMemoView Name="Memo13" Left="351,49629" Top="70,81107" Width="94,48825" Height="49,13389" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="Nº [Identificacao."NNF"] Série [Identificacao."Serie" #n#000] Folha [Page]/[TotalPages#]"/> <TfrxMemoView Name="Memo15" Left="359,83488" Top="46,35436" Width="49,13389" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text="0 - ENTRADA 1 - SAÍDA"/> <TfrxMemoView Name="Memo16" Left="416,7483" Top="46,35436" Width="18,89765" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Identificacao."TpNF"]"/> <TfrxMemoView Name="Memo19" Left="0" Top="120,94496" Width="445,98454" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NATUREZA DA OPERAÇÃO"/> <TfrxMemoView Name="Memo20" Left="0" Top="130,39370079" Width="442,20501" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Identificacao."NatOp"]"/> <TfrxMemoView Name="Memo21" Left="445,98454" Top="120,94496" Width="309,92146" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="[Parametros."Contingencia_Descricao"]"/> <TfrxMemoView Name="Memo22" Left="445,98454" Top="129,39370079" Width="309,92146" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[Parametros."Contingencia_Valor"]"/> <TfrxMemoView Name="Memo23" Left="0" Top="147,40167" Width="253,22851" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/> <TfrxMemoView Name="Memo24" Left="0" Top="156,85041079" Width="253,22851" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."IE"]"/> <TfrxMemoView Name="Memo25" Left="253,22851" Top="147,40167" Width="253,22851" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL DO SUBSTITUTO TRIBUTÁRIO"/> <TfrxMemoView Name="Memo26" Left="253,22851" Top="156,85041079" Width="253,22851" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."IEST"]"/> <TfrxMemoView Name="Memo27" Left="506,45702" Top="147,40167" Width="249,44898" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ"/> <TfrxMemoView Name="Memo28" Left="506,45702" Top="156,85041079" Width="249,44898" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."CNPJ"]"/> <TfrxPictureView Name="imgLogomarca" Left="0" Top="5,11812" Width="124,72449" Height="105,82684" ShowHint="False" Center="True" HightQuality="False" Transparent="False" TransparentColor="16777215"/> </TfrxPageHeader> <TfrxPageFooter Name="PageFooter1" Height="9,44881646" Left="0" Top="1288,81973" Width="755,906"> <TfrxMemoView Name="Memo150" Left="0" Top="0" Width="359,05535" Height="9,44881646" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" ParentFont="False" Text="DATA E HORA DA IMPRESSÃO: [Date #ddd/mm/yyyy] [Time #dhh:mm:ss] [Parametros."Usuario"]"/> <TfrxMemoView Name="Memo151" Left="396,85065" Top="0" Width="359,05535" Height="9,44881646" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="[Parametros."Sistema"]"/> </TfrxPageFooter> <TfrxFooter Name="Footer1" Height="0" Left="0" Top="960,00062" Visible="False" Width="755,906" OnBeforePrint="Footer1OnBeforePrint" Child="Child1"/> <TfrxChild Name="Child1" Height="3,77952756" Left="0" Top="982,6778" Width="755,906"> <TfrxMemoView Name="Memo161" Left="0" Top="0" Width="60,47248" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo162" Left="60,47248" Top="0" Width="222,99227" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo163" Left="283,46475" Top="0" Width="37,7953" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo164" Left="321,26005" Top="0" Width="26,45669535" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo165" Left="347,71656472" Top="0" Width="24,56692913" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo166" Left="372,28349386" Top="0" Width="22,67718" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo167" Left="394,96065921" Top="0" Width="43,46457425" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo168" Left="438,42548" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo169" Left="483,77984" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo170" Left="529,1342" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo171" Left="574,48856" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo172" Left="619,84292" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo173" Left="665,19728" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo174" Left="710,55164" Top="0" Width="22,67718" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> <TfrxMemoView Name="Memo175" Left="733,22882" Top="0" Width="22,67718" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/> </TfrxChild> <TfrxChild Name="Child3" Height="35,7953" Left="0" Top="536,69326" Width="755,906" OnBeforePrint="Child3OnBeforePrint" Stretched="True"> <TfrxSubreport Name="Subreport1" Left="0,77953" Top="16,89765" Width="94,48825" Height="18,89765" ShowHint="False" Page="Page2"/> <TfrxMemoView Name="Memo55" Left="0" Top="0" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DUPLICATAS"/> </TfrxChild> <TfrxMasterData Name="MasterData3" Height="96,26776291" Left="0" Top="415,7483" Width="755,906" Child="Child3" ColumnWidth="0" ColumnGap="0" DataSetName="Identificacao" RowCount="0"> <TfrxMemoView Name="Memo29" Left="0" Top="16,89765" Width="468,66172" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/> <TfrxMemoView Name="Memo30" Left="0" Top="26,34639079" Width="464,88219" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XNome"]"/> <TfrxMemoView Name="Memo31" Left="631,18151" Top="16,89765" Width="124,72449" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DA EMISSÃO"/> <TfrxMemoView Name="Memo32" Left="631,18151" Top="26,34639079" Width="124,72449" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Identificacao."DEmi"]"/> <TfrxMemoView Name="Memo33" Left="631,18151" Top="43,35436" Width="124,72449" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DA SAÍDA"/> <TfrxMemoView Name="Memo34" Left="631,18151" Top="52,80310079" Width="124,72449" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Identificacao."DSaiEnt"]"/> <TfrxMemoView Name="Memo35" Left="631,18151" Top="69,81107" Width="124,72449" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="HORA DA SAÍDA"/> <TfrxMemoView Name="Memo36" Left="631,18151" Top="79,25981079" Width="124,72449" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Identificacao."HoraSaida"]"/> <TfrxMemoView Name="Memo37" Left="468,66172" Top="16,89765" Width="162,51979" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/> <TfrxMemoView Name="Memo38" Left="468,66172" Top="26,34639079" Width="162,51979" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."CNPJCPF"]"/> <TfrxMemoView Name="Memo39" Left="555,59091" Top="43,35436" Width="75,5906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CEP"/> <TfrxMemoView Name="Memo40" Left="555,59091" Top="52,80310079" Width="75,5906" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."CEP"]"/> <TfrxMemoView Name="Memo41" Left="385,51206" Top="43,35436" Width="170,07885" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BAIRRO / DISTRITO"/> <TfrxMemoView Name="Memo42" Left="385,51206" Top="52,80310079" Width="170,07885" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XBairro"]"/> <TfrxMemoView Name="Memo43" Left="0" Top="43,35436" Width="385,51206" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/> <TfrxMemoView Name="Memo44" Left="0" Top="52,80310079" Width="381,73253" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XLgr"], [Destinatario."Nro"] [Destinatario."XCpl"]"/> <TfrxMemoView Name="Memo45" Left="0" Top="69,81107" Width="355,27582" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/> <TfrxMemoView Name="Memo46" Left="0" Top="79,25981079" Width="351,49629" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XMun"]"/> <TfrxMemoView Name="Memo47" Left="355,27582" Top="69,81107" Width="30,23624" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/> <TfrxMemoView Name="Memo48" Left="355,27582" Top="79,25981079" Width="30,23624" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Destinatario."UF"]"/> <TfrxMemoView Name="Memo49" Left="385,51206" Top="69,81107" Width="113,3859" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="TELEFONE / FAX"/> <TfrxMemoView Name="Memo50" Left="385,51206" Top="79,25981079" Width="113,3859" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."Fone"]"/> <TfrxMemoView Name="Memo51" Left="498,89796" Top="69,81107" Width="132,28355" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/> <TfrxMemoView Name="Memo52" Left="498,89796" Top="79,25981079" Width="132,28355" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."IE"]"/> <TfrxMemoView Name="Memo53" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DESTINATÁRIO / REMETENTE"/> </TfrxMasterData> <TfrxHeader Name="Header1" Height="162,51977291" Left="0" Top="597,16574" Width="755,906" OnBeforePrint="Header1OnBeforePrint"> <TfrxMemoView Name="Memo58" Left="0" Top="2,77953000000002" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="CÁLCULO DO IMPOSTO"/> <TfrxMemoView Name="Memo59" Left="0" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ICMS"/> <TfrxMemoView Name="Memo60" Left="0" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VBC"]"/> <TfrxMemoView Name="Memo61" Left="143,62214" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO ICMS"/> <TfrxMemoView Name="Memo62" Left="143,62214" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VICMS"]"/> <TfrxMemoView Name="Memo63" Left="287,24428" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ICMS SUBSTITUIÇÃO"/> <TfrxMemoView Name="Memo64" Left="287,24428" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VBCST"]"/> <TfrxMemoView Name="Memo65" Left="430,86642" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO ICMS SUBSTITUIÇÃO"/> <TfrxMemoView Name="Memo66" Left="430,86642" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VST"]"/> <TfrxMemoView Name="Memo67" Left="574,48856" Top="15,11812" Width="181,41744" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DOS PRODUTOS"/> <TfrxMemoView Name="Memo68" Left="574,48856" Top="23,56686079" Width="181,41744" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VProd"]"/> <TfrxMemoView Name="Memo69" Left="459,590848" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO IPI"/> <TfrxMemoView Name="Memo70" Left="459,590848" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VIPI"]"/> <TfrxMemoView Name="Memo71" Left="344,693136" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="OUTRAS DESPESAS ACESSÓRIAS"/> <TfrxMemoView Name="Memo72" Left="344,693136" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VOutro"]"/> <TfrxMemoView Name="Memo73" Left="229,795424" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DESCONTO"/> <TfrxMemoView Name="Memo74" Left="229,795424" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VDesc"]"/> <TfrxMemoView Name="Memo75" Left="114,897712" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO SEGURO"/> <TfrxMemoView Name="Memo76" Left="114,897712" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VSeg"]"/> <TfrxMemoView Name="Memo77" Left="0" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO FRETE"/> <TfrxMemoView Name="Memo78" Left="0" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VFrete"]"/> <TfrxMemoView Name="Memo79" Left="574,48856" Top="41,57483" Width="181,41744" Height="26,45669291" ShowHint="False" Color="15724527" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DA NOTA"/> <TfrxMemoView Name="Memo80" Left="574,48856" Top="50,02357079" Width="181,41744" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VNF"]"/> <TfrxMemoView Name="Memo82" Left="0" Top="69,9212598400001" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="TRANSPORTADOR / VOLUMES TRANSPORTADOS"/> <TfrxMemoView Name="Memo83" Left="636,0945126" Top="83,14966" Width="119,81102362" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/> <TfrxMemoView Name="Memo84" Left="636,0945126" Top="92,59840079" Width="119,81102362" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."CNPJCPF"]"/> <TfrxMemoView Name="Memo85" Left="604,7248" Top="83,14966" Width="31,37007874" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/> <TfrxMemoView Name="Memo86" Left="604,7248" Top="92,59840079" Width="31,37007874" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Veiculo."UF"]"/> <TfrxMemoView Name="Memo87" Left="536,69326" Top="83,14966" Width="68,03154" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PLACA DO VEÍCULO"/> <TfrxMemoView Name="Memo88" Left="536,69326" Top="92,59840079" Width="68,03154" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Veiculo."PLACA"]"/> <TfrxMemoView Name="Memo89" Left="453,5436" Top="83,14966" Width="83,14966" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CÓDIGO ANTT"/> <TfrxMemoView Name="Memo90" Left="453,5436" Top="92,59840079" Width="83,14966" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Veiculo."RNTC"]"/> <TfrxMemoView Name="Memo91" Left="362,83488" Top="83,14966" Width="90,70872" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="FRETE POR CONTA"/> <TfrxMemoView Name="Memo92" Left="362,83488" Top="92,59840079" Width="90,70872" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."ModFrete"]"/> <TfrxMemoView Name="Memo93" Left="0" Top="83,14966" Width="362,83488" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/> <TfrxMemoView Name="Memo94" Left="0" Top="92,59840079" Width="362,83488" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."XNome"]"/> <TfrxMemoView Name="Memo95" Left="604,7248" Top="109,60637" Width="31,37007874" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/> <TfrxMemoView Name="Memo96" Left="604,7248" Top="119,05511079" Width="31,37007874" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Transportador."UF"]"/> <TfrxMemoView Name="Memo97" Left="636,0945126" Top="109,60637" Width="119,81102362" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/> <TfrxMemoView Name="Memo98" Left="636,0945126" Top="119,05511079" Width="119,81102362" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."IE"]"/> <TfrxMemoView Name="Memo99" Left="362,83488" Top="109,60637" Width="241,88992" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/> <TfrxMemoView Name="Memo100" Left="362,83488" Top="119,05511079" Width="241,88992" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."XMun"]"/> <TfrxMemoView Name="Memo101" Left="0" Top="109,60637" Width="362,83488" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/> <TfrxMemoView Name="Memo102" Left="0" Top="119,05511079" Width="362,83488" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."XEnder"]"/> <TfrxMemoView Name="Memo103" Left="0" Top="136,06308" Width="51,65357667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HideZeros="True" ParentFont="False" Text="QUANTIDADE"/> <TfrxMemoView Name="Memo104" Left="0" Top="145,51182079" Width="51,65357667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" Text="[Volumes."QVol"]"/> <TfrxMemoView Name="Memo105" Left="51,65357667" Top="136,06308" Width="134,80323667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ESPÉCIE"/> <TfrxMemoView Name="Memo106" Left="51,65357667" Top="145,51182079" Width="134,80323667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Volumes."Esp"]"/> <TfrxMemoView Name="Memo107" Left="186,45681333" Top="136,06308" Width="142,36229667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MARCA"/> <TfrxMemoView Name="Memo108" Left="186,45681333" Top="145,51182079" Width="142,36229667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Volumes."Marca"]"/> <TfrxMemoView Name="Memo109" Left="328,81911" Top="136,06308" Width="187,71665667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NUMERAÇÃO"/> <TfrxMemoView Name="Memo110" Left="328,81911" Top="145,51182079" Width="187,71665667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Volumes."NVol"]"/> <TfrxMemoView Name="Memo111" Left="516,53576667" Top="136,06308" Width="119,68511667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PESO BRUTO"/> <TfrxMemoView Name="Memo112" Left="516,53576667" Top="145,51182079" Width="119,68511667" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr=",0.00#" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" Text="[Volumes."PesoB"]"/> <TfrxMemoView Name="Memo113" Left="636,22088333" Top="136,06308" Width="119,68511667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PESO LÍQUIDO"/> <TfrxMemoView Name="Memo114" Left="636,22088333" Top="145,51182079" Width="119,68511667" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr=",0.00#" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" Text="[Volumes."PesoL"]"/> </TfrxHeader> <TfrxHeader Name="Header2" Height="37,7952878" Left="0" Top="805,03989" Width="755,906" OnBeforePrint="Header2OnBeforePrint"> <TfrxMemoView Name="Memo115" Left="0" Top="2" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DADOS DOS PRODUTOS / SERVIÇOS"/> <TfrxMemoView Name="Memo116" Left="0" Top="15,11812" Width="60,47248" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CÓDIGO PRODUTO"/> <TfrxMemoView Name="Memo117" Left="60,47248" Top="15,11812" Width="222,99208937" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DESCRIÇÃO DO PRODUTO / SERVIÇO"/> <TfrxMemoView Name="Memo118" Left="283,46453764" Top="15,11812" Width="37,7953" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="NCM/SH"/> <TfrxMemoView Name="Memo119" Left="321,25981323" Top="15,11812" Width="26,45669535" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[DESCR_CST]"/> <TfrxMemoView Name="Memo120" Left="347,71650614" Top="15,11812" Width="24,56692913" Height="22,6771678" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CFOP"/> <TfrxMemoView Name="Memo121" Left="372,28349386" Top="15,11812" Width="22,67718" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="UNID."/> <TfrxMemoView Name="Memo122" Left="394,96065921" Top="15,11812" Width="43,46457425" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="QUANTIDADE"/> <TfrxMemoView Name="Memo123" Left="438,42548" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR UNITÁRIO"/> <TfrxMemoView Name="Memo124" Left="483,77984" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR DESCONTO"/> <TfrxMemoView Name="Memo125" Left="529,1342" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR TOTAL"/> <TfrxMemoView Name="Memo126" Left="574,48856" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="BASE DE CÁLC. ICMS"/> <TfrxMemoView Name="Memo127" Left="619,84292" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR ICMS"/> <TfrxMemoView Name="Memo128" Left="665,19728" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR IPI"/> <TfrxMemoView Name="Memo129" Left="710,55164" Top="26,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ICMS"/> <TfrxMemoView Name="Memo130" Left="733,22882" Top="26,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="IPI"/> <TfrxMemoView Name="Memo189" Left="710,55164" Top="15,11812" Width="45,35436" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ALÍQUOTA %"/> </TfrxHeader> <TfrxMasterData Name="MasterData4" Height="0" Left="0" Top="782,36271" Width="755,906" ColumnWidth="0" ColumnGap="0" RowCount="1"/> <TfrxColumnHeader Name="ColumnHeader1" Height="35,7952878" Left="0" Top="317,48052" Width="755,906" OnBeforePrint="ColumnHeader1OnBeforePrint"> <TfrxMemoView Name="Memo5" Left="0" Top="0" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DADOS DOS PRODUTOS / SERVIÇOS"/> <TfrxMemoView Name="Memo56" Left="0" Top="13,11812" Width="60,47248" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CÓDIGO PRODUTO"/> <TfrxMemoView Name="Memo57" Left="60,47248" Top="13,11812" Width="222,99208937" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DESCRIÇÃO DO PRODUTO / SERVIÇO"/> <TfrxMemoView Name="Memo176" Left="283,46453764" Top="13,11812" Width="37,7953" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="NCM/SH"/> <TfrxMemoView Name="Memo177" Left="321,25981323" Top="13,11812" Width="26,45669535" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[DESCR_CST]"/> <TfrxMemoView Name="Memo178" Left="347,71650614" Top="13,11812" Width="24,56692913" Height="22,6771678" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CFOP"/> <TfrxMemoView Name="Memo179" Left="372,28349386" Top="13,11812" Width="22,67718" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="UNID."/> <TfrxMemoView Name="Memo180" Left="394,96065921" Top="13,11812" Width="43,46457425" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="QUANTIDADE"/> <TfrxMemoView Name="Memo181" Left="438,42548" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR UNITÁRIO"/> <TfrxMemoView Name="Memo182" Left="483,77984" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR DESCONTO"/> <TfrxMemoView Name="Memo183" Left="529,1342" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR TOTAL"/> <TfrxMemoView Name="Memo184" Left="574,48856" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="BASE DE CÁLC. ICMS"/> <TfrxMemoView Name="Memo185" Left="619,84292" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR ICMS"/> <TfrxMemoView Name="Memo186" Left="665,19728" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR IPI"/> <TfrxMemoView Name="Memo187" Left="710,55164" Top="24,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ICMS"/> <TfrxMemoView Name="Memo190" Left="733,22882" Top="24,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="IPI"/> <TfrxMemoView Name="Memo191" Left="710,55164" Top="13,11812" Width="45,35436" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ALÍQUOTA %"/> </TfrxColumnHeader> <TfrxChild Name="Child2" Height="0" Left="0" Top="1009,13451" Width="755,906"> <TfrxLineView Name="Line2" Align="baWidth" Left="0" Top="0" Width="755,906" Height="0" ShowHint="False" Frame.Typ="4" Frame.Width="0,5"/> </TfrxChild> <TfrxColumnFooter Name="ColumnFooter1" Height="194,53554291" Left="0" Top="1069,60699" Width="755,906" OnBeforePrint="ColumnFooter1OnBeforePrint"> <TfrxMemoView Name="Memo152" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="CÁLCULO DO ISSQN"/> <TfrxMemoView Name="Memo153" Left="0" Top="16,8976500000001" Width="217,32285906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO MUNICIPAL"/> <TfrxMemoView Name="Memo154" Left="0" Top="26,3463907900002" Width="217,32285906" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."IM"]"/> <TfrxMemoView Name="Memo155" Left="217,32285906" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DOS SERVIÇOS"/> <TfrxMemoView Name="Memo156" Left="217,32285906" Top="26,3463907900002" Width="179,52755906" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" Text="[ISSQN."VServ"]"/> <TfrxMemoView Name="Memo157" Left="396,85041811" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ISSQN"/> <TfrxMemoView Name="Memo158" Left="396,85041811" Top="26,3463907900002" Width="179,52755906" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" Text="[ISSQN."VBC"]"/> <TfrxMemoView Name="Memo159" Left="576,37797717" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DO ISSQN"/> <TfrxMemoView Name="Memo160" Left="576,37797717" Top="26,3463907900002" Width="179,52755906" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" Text="[ISSQN."VISS"]"/> <TfrxMemoView Name="Memo146" Left="517,79561" Top="58,4724800000001" Width="238,11021669" Height="136,06306291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="RESERVADO AO FISCO"/> <TfrxMemoView Name="Memo147" Left="0" Top="45,35436" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DADOS ADICIONAIS"/> <TfrxMemoView Name="Memo148" Left="0" Top="58,4724800000001" Width="517,79531953" Height="136,06306291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INFORMAÇÕES COMPLEMENTARES"/> <TfrxMemoView Name="Memo149" Left="0" Top="68,03154" Width="517,79561" Height="124,72449" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="[InformacoesAdicionais."OBS"]"/> <TfrxLineView Name="Line3" Align="baWidth" Left="0" Top="0" Width="755,906" Height="0" ShowHint="False" Frame.Typ="4" Frame.Width="0,5"/> </TfrxColumnFooter> <TfrxOverlay Name="Overlay1" Height="37,79517795" Left="0" Top="899,52814" Width="755,906" OnBeforePrint="Overlay1OnBeforePrint"> <TfrxMemoView Name="memWatermark" Align="baClient" Left="0" Top="0" Width="755,906" Height="37,79517795" ShowHint="False" Font.Charset="1" Font.Color="14211288" Font.Height="-13" Font.Name="Arial" Font.Style="1" GapX="0" GapY="0" HAlign="haCenter" LineSpacing="0" ParentFont="False" VAlign="vaCenter" Text="HOMOLOGAÇÃO SEM VALOR FISCAL"/> </TfrxOverlay> </TfrxReportPage> <TfrxReportPage Name="Page2" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="5" RightMargin="5" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" LargeDesignHeight="True" HGuides.Text="" VGuides.Text=""> <TfrxMasterData Name="MasterData2" Height="37,7953" Left="0" Top="18,89765" Width="755,906" Columns="5" ColumnWidth="151,181102362205" ColumnGap="0" DataSetName="Duplicatas" RowCount="0"> <TfrxMemoView Name="Memo81" Left="56,69295" Top="0" Width="94,48825" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="14" Frame.Width="0,5" GapX="3" GapY="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Duplicatas."NDup"] [Duplicatas."DVenc"] [Duplicatas."VDup" #n%2,2n]"/> <TfrxMemoView Name="Memo54" Left="0" Top="0" Width="52,91342" Height="37,79527559" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="3" GapY="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Número Vencimento Valor R$"/> <TfrxMemoView Name="Memo188" Left="52,91342" Top="0" Width="3,77953" Height="37,79527559" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="12" Frame.Width="0,5" GapX="0" LineSpacing="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=": : :"/> </TfrxMasterData> </TfrxReportPage> </TfrxReport>
  9. Boa tarde hleorj. Obrigado pela a ajuda. Mas ainda estou com problemas, pois o arquivo que gravo na pasta é em .xml parece que ele não reconhece o xml, pq? Ele até gera o pdf, só que gera o pdf vazio.
  10. Verifiquei os exemplos na unit Unit1.pas procedure TForm1.btnImprimirClick(Sender: TObject); begin OpenDialog1.Title := 'Selecione a NFE'; OpenDialog1.DefaultExt := '*-nfe.XML'; OpenDialog1.Filter := 'Arquivos NFE (*-nfe.XML)|*-nfe.XML|Arquivos XML (*.XML)|*.XML|Todos os Arquivos (*.*)|*.*'; OpenDialog1.InitialDir := ACBrNFe1.Configuracoes.Arquivos.PathSalvar; if OpenDialog1.Execute then begin ACBrNFe1.NotasFiscais.Clear; ACBrNFe1.NotasFiscais.LoadFromFile(OpenDialog1.FileName,False); ACBrNFe1.NotasFiscais.Imprimir; end; end; Más a minha dificuldade é que estou passando tudo dinamicamente, e os exemplos estão usando um OpenDialog1.
  11. Será que vocês teriam um exemplo de código pra geração do DANFE no acbr? Ou um tutorial?
  12. Boa tarde, Juliomar Marchetti. então faz testes com o exemplo do svn para a gente ter certeza que é no acbr? Acabei de atualizar o SVN do acbr, e persistiu o erro. outra coisa a perguntar após atualizar recompilou tudo marcando para limpar tudo também antes de instalar? Sim
  13. Boa tarde, pessoal tudo bem? O mesmo erro que pedi a ajuda de vocês, voltou a acontecer de novo. ACBR hoje é o Trunk-2 o Delphi é o Berlin. Código. ACBrNFe1.NotasFiscais.LoadFromFile(ls_arq_xml); ---> ACBrNFe1.NotasFiscais.Items[0].ImprimirPDF; ---> ACBrNFe1.NotasFiscais.ImprimirPDF; ou FrmBrNFp.ACBrNFe1.NotasFiscais.Clear; FrmBrNFp.ACBrNFe1.NotasFiscais.LoadFromFile(ls_arq_xml); FrmBrNFp.ACBrNFe1.NotasFiscais.Imprimir; FrmBrNFp.ACBrNFe1.NotasFiscais.ImprimirPDF; function TRLCustomControl.IsBallast: Boolean; var P: TRLCustomPager; S: TRLCustomSkipper; begin S := FindParentSkipper; P := FindParentPager; {aqui jaz um erro} if (P <> nil) and (psCompleting in P.PagerStatus) then Result := True else if (S <> nil) and (S.RecordAction = raBlankAndRetain) then Result := True else Result := False; end;
  14. NF-e 4.00 Bom Dia. Auguem já conseguiu fazer a consulta ambiente de homologação da NF-e? Auguem sabe se a NF-e de consulta está funcionando em MG? Todos os meus testes até agora funcionaram, só a consulta não me retorna nada, nenhuma resposta.
  15. Bom dia. Estou com uma dúvida na TAG -> cBenef: Oque deve ser informado a ela, porque não entende oque foi informado na documentação: cBenef = Código de Benefício Fiscal utilizado pela UF aplicado ao tem. Obs.: Deve ser utilizado o mes mo código adotado na EFD e outras declarações, nas UF que o exigem.
  16. Boa tarde. Não consigo encontrar essas tags, no NF-e 4.0: with NFe.pag.Add do begin {detPag := 0.00; --> TAG NÃO ENCONTRADA} tPag := TpcnFormaPagamento(01); vPag := 0.00; {card := 0.00; --> TAG NÃO ENCONTRADA} tpIntegra := tiNaoInformado; CNPJ := '87217774000157'; tBand := TpcnBandeiraCartao.bcAmericanExpress; cAut := '0'; {vTroco := 0.00; --> TAG NÃO ENCONTRADA} end;
  17. Tive na semana passada um cliente que em uma nota especifica para MG ao enviar a NFe o sistema trava na função AssinarNfe(). o Cliente usa Windows sevem , todos os outros clientes dele as notas são geradas normalmente , ja conferi cnpj e inscricao estadual no site do sintegra , e continua travando somente com esse cliente. Dificil de acreditar mas nao consegui gerar a nota . Será que tem alguma correlação ai?
  18. Boa tarde, pessoal! Tudo bem? Estou desenvolvendo o envio do CTe, baseado no exemplo ACBr, porém, ao abrir os XMLs gerados pela tela, noto que a tag VEIC, abaixo da RODO, nunca aparece. Notei que esta tag também não está presente no schema 2.0 do CTe. ex do meu fonte: with infCTeNorm.rodo do //nível 0 begin lota := ltNao; RNTRC := DEstoqueADO.qCTemodal_rodRNTC.AsString; dPrev := DEstoqueADO.qCTedPrev.AsDateTime; //Dados do veículo with veic.Add do begin placa := DEstoqueADO.qCTeplaca.AsString; RENAVAM := DEstoqueADO.qCTerenavam.AsString; tara := DEstoqueADO.qCTetara.AsInteger; capKG := DEstoqueADO.qCTecapKG.AsInteger; capM3 := DEstoqueADO.qCTecapM3.AsInteger; tpProp := tpProprio; tpVeic := tvTracao; XML gerado ---> <rodo> <RNTRC>46900651</RNTRC> <dPrev>2016-11-02</dPrev> <lota>0</lota> </rodo> Essa informação não é mais necessárial? (Detalhes do veículo de transporte da carga?) Muito obrigado!
  19. Bom dia, pessoal! Tudo bem? Tive um problema com a minha máquina sexta feira e hoje precisei reinstalar alguma coisas.. Dentre elas, o ACBr Trunk2 e o Fortes Report... Eu segui o passo a passo do site do Regys https://regys.com.br/como-instalar-o-trunk2-do-acbr - Apaguei tudo da pasta fortesreport, depois dei um SVN update - Desinstalei o ACBr utilizando a bat - Apaguei o conteúdo da pasta ACBr/Fontes e dei um SVN update Depois, abri o arquivo frce no Delphi, compilei e instalei... Depois, instalei novamente o ACBr. Depois disso tudo feito, o Delphi abre mas sem informar que o Fortes Report está entre os pacotes instalados na tela que aparece antes da tela inicial (obs, ele aparece nos pacotes instalados). Além disso, ao compilar o projeto no qual estou trabalhando, ele não compila, informa que a classe ACBrNFeDANFeRLClass está com algum erro, ela fica sublinhada de vermelho!! Será que alguém tem alguma ideia do que pode ser? Att, Rafael Hassegawa
  20. Regys, segui suas instruções e deu certo! Att, Rafael Hassegawa
  21. Bom dia, pessoal, tudo bem? Vou detalhar o que fiz, pois o erro continua! Será que alguém tem alguma ideia do erro? 1) Desinstalei o Fortes no Install packages do Delphi XE6 2) Na pasta fortesreport-ce-master, cliquei com o botão direito e deu um SVN update 3) Rodei o frceInstall.exe como administrador e instalei o frce 4) Desinstalei o ACBr com o apagarAcbr, como administrador 5) Instalei o ACBr, como administrador, utilizando o ACBrInstall_Trunk2.exe 6) Ao utilizar tanto a ACBrNFe1.NotasFiscais.ImprimirPDF quanto a ACBrNFe1.NotasFiscais.Items[0].ImprimirPDF, debugando, o erro acontece na mesma linha (como no anexo) ls_arq_xml := ps_diretorio_DANFE + '\' + DMala.CDSQlocFaturasPchave_nfe.AsString + '-Nfe.xml'; ACBrNFe1.NotasFiscais.LoadFromFile(ls_arq_xml); ACBrNFe1.NotasFiscais.ImprimirPDF; ACBrNFe1.NotasFiscais.Items[0].ImprimirPDF; na unit RLReport. Estou anexando as imagens para melhorar esclarecimento. Alguém teria alguma dica? Att, Rafael Hassegawa
  22. Obrigado, Isaque! Estou reinstalando para fazer o teste! Att,
×
×
  • Criar Novo...

Informação Importante

Colocamos cookies em seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies, caso contrário, assumiremos que você está bem para continuar.

The popup will be closed in 10 segundos...