Skip to content

Instantly share code, notes, and snippets.

View AfipSDK's full-sized avatar

Afip SDK AfipSDK

  • Argentina
View GitHub Profile
@AfipSDK
AfipSDK / bill_jinja.html
Created March 29, 2024 18:20
Comprobantes de AFIP usando Jinja2
<!DOCTYPE html>
<html>
<head>
<title>Factura</title>
<style type="text/css">
* {
box-sizing: border-box;
-webkit-user-select: none;
/* Chrome, Opera, Safari */
@AfipSDK
AfipSDK / ticket.html
Created November 23, 2023 23:57
Ticket de ejemplo
<!DOCTYPE html>
<html>
<head>
<title>Ticket</title>
<style type="text/css">
*{
box-sizing: border-box;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
@AfipSDK
AfipSDK / bill.html
Created September 18, 2023 00:01
Factura de ejemplo
<!DOCTYPE html>
<html>
<head>
<title>Factura</title>
<style type="text/css">
*{
box-sizing: border-box;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */