Skip to content

Commit

Permalink
criado index.php para os exemplos disponíveis no projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Mar 28, 2021
1 parent 3060fa9 commit 4fdaa79
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions exemplos/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<p>
<a href="gerar-xml.php">Gerar XML</a>
</p>
<p>
<a href="gerar-pdf.php">Gerar PDF</a>
</p>
<p>
<a href="tratar-retorno-sefaz.php">Tratar retorno sefaz</a>
</p>
<p>
<a href="gerar-codigo-de-barras.php">Gerar código de barras</a>
</p>
<p>
<a href="consulta-config-uf.php">Consultar configuração UF</a>
</p>
<p>
<a href="consulta-lote-sefaz.php">Consultar lote sefaz</a>
</p>
<p>
<a href="enviar-lote-sefaz.php">Enviar lote sefaz</a>
</p>
<p>
<a href="extrair-dados-certificado.php">Extrair dados certificado</a>
</p>

0 comments on commit 4fdaa79

Please sign in to comment.