Skip to content

Instantly share code, notes, and snippets.

View AfipSDK's full-sized avatar

Afip SDK AfipSDK

View GitHub Profile
@AfipSDK
AfipSDK / bill_jinja.html
Last active April 14, 2025 18:44
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
Last active April 14, 2025 18:44
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
Last active April 14, 2025 18:44
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+ */