summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-17 21:50:51 +0000
committerKarl Berry <karl@freefriends.org>2019-08-17 21:50:51 +0000
commit0e6e40151d7ac2a51ec47a632924e9876f390661 (patch)
tree28ccb854f9f0915b1bc77d271cedaf2b190dfb16 /Master/texmf-dist/doc/latex
parent75ea8af969ed61b1f317bf97428d4dc273364b7e (diff)
factura (17aug19)
git-svn-id: svn://tug.org/texlive/trunk@51895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/factura/README2
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-beispiel-rechnung.tex12
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-aux.tex12
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-cotizacion.tex10
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura01.tex12
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura02.tex18
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura03.tex11
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura04.tex10
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura05.tex10
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura06.tex22
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura07.tex20
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura08.tex19
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura09.tex30
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura10.tex24
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-firma.tex4
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-fondo.tex4
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex4
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.pdfbin92951 -> 93244 bytes
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.tex11
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte1.tex12
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex23
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte3.tex15
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura.pdfbin917689 -> 922456 bytes
23 files changed, 147 insertions, 138 deletions
diff --git a/Master/texmf-dist/doc/latex/factura/README b/Master/texmf-dist/doc/latex/factura/README
index ce9cf944328..bc92d7eb091 100644
--- a/Master/texmf-dist/doc/latex/factura/README
+++ b/Master/texmf-dist/doc/latex/factura/README
@@ -1,4 +1,4 @@
-<factura>
+<factura>
* Brief description in english *
diff --git a/Master/texmf-dist/doc/latex/factura/factura-beispiel-rechnung.tex b/Master/texmf-dist/doc/latex/factura/factura-beispiel-rechnung.tex
index 74880932284..07ed5b5c32f 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-beispiel-rechnung.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-beispiel-rechnung.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `beispiel')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -40,7 +40,7 @@
%% Adaptado a otra legislación
%% (prefactura) Escribimos una prefactura
%% (nospanish) Sin cargar babel en castellano, ni la codificación T1 para la tipografías
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%%</desc>
%%
\documentclass[
@@ -86,7 +86,7 @@ nospanish,
\def\@@Conforme{der Kunde}
\def\@@DenomFactura{Rechnung}
\def\@@DenomCotiza{Voranschlag}
-% \LetraNumeracion{\fontsize{14}{14}\bfseries}
+
\renewcommand{\@EstiloDenom}{\@LetraDenom\@Denominacion-\ifsinnumero\else\@LetraNumeracion Nr:\space\@Num\fi}
\renewcommand{\@EstiloNumControl}{}
\makeatother
@@ -98,11 +98,11 @@ nospanish,
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\FondoFactura{factura-ejemplo-fondo}
-\Condiciones{Die Zahlungsbedingungen}
+\NotaFinal{Die Zahlungsbedingungen}
\Resumen{Zusammenfassung}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-aux.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-aux.tex
index 8cc71d58c86..a82c950ad7e 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-aux.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-aux.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `aux')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -39,8 +39,8 @@
%% Archivo auxiliar; no para ser compilado sino para ser incluido en los ejemplos.
%%
\usepackage{xspace,catchfilebetweentags,regexpatch}
-\def\optcolor{\color{blue}}
-\def\macrocolor{\color{purple}}
+\def\ejemplooptcolor{\color{blue}}
+\def\ejemplomacrocolor{\color{purple}}
\makeatletter
\catcode`\%=11
\catcode`\|=14
@@ -54,8 +54,8 @@
\CatchFileBetweenDelims{\DescEjemplo}{\jobname.tex}{<desc>}{</desc>}[\catcode37=11\catcode13=14\makeatletter]|
\catcode`\%=11
\makeatletter
- \regexpatchcmd*{\DescEjemplo}{\cC.\cO[*]*}{\c{begingroup}\c{macrocolor}\c{ttfamily}\c{string}\0\c{endgroup}\c{xspace}}{}{}|
- \regexpatchcmd*{\DescEjemplo}{(\()(\cL[a-zG]*)(\))}{(\c{begingroup}\c{optcolor}\c{ttfamily}\2\c{endgroup})}{}{}|
+ \regexpatchcmd*{\DescEjemplo}{\cC.\cO[*]*}{\c{begingroup}\c{ejemplomacrocolor}\c{ttfamily}\c{string}\0\c{endgroup}\c{xspace}}{}{}|
+ \regexpatchcmd*{\DescEjemplo}{(\()(\cL[a-zG]*)(\))}{(\c{begingroup}\c{ejemplooptcolor}\c{ttfamily}\2\c{endgroup})}{}{}|
\xpatchcmd*{\DescEjemplo}{%% }{\item}{}{}|
\xpatchcmd*{\DescEjemplo}{%%}{}{}{}|
\makeatother
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-cotizacion.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-cotizacion.tex
index 1bfaefbda68..5c241768ccc 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-cotizacion.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-cotizacion.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `cotiza')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -42,7 +42,7 @@
%% (sintotales) No totaliza, para que el cliente tenga un presupuesto por distintos ítems que luego elegirá entre ellos, es decir, una lista de precios
%% (\FondoFactura) Con el fondo de la imprenta agregado
%% (\FirmaFactura) Agregando la firma escaneada en la factura, es decir, en la cotización
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% Sin resumen
%% (\Descripcion) Con descripción larga
%%</desc>
@@ -66,13 +66,13 @@ sintotales,
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\FondoFactura{factura-ejemplo-fondo}
\FirmaFactura{\includegraphics[width=4.5cm]{factura-ejemplo-firma}}[0pt][17pt]
% \Denom{PRESUPUESTO} % También podemos cambiar el nombre del documento.
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura01.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura01.tex
index ee68c07fdb5..34d45eca680 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura01.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura01.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factuno')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -38,8 +38,8 @@
%% Descripción de este ejemplo:
%%<desc>
%% Escribimos una factura
-%% Todo con los valores por omisión
-%% (\Condiciones) Con condiciones del documento
+%% Hacemos una factura básica con todo en sus valores por omisión, no ajustamos nada
+%% (\NotaFinal) Con nota final
%% (\Resumen) Con resumen
%% (\Descripcion) Con descripción larga
%%</desc>
@@ -56,9 +56,9 @@
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\Resumen{El resumen opcional}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura02.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura02.tex
index 6ae201d6819..f7bb66e979b 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura02.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura02.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factdos')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -53,7 +53,7 @@
%% (\SepDescripcion) Alterando la distancia desde el contorno hasta el texto en la descripción
%% (\SepItemsExtra) Agregando una separación extra entre los ítems en la factura
%% (\LineaDescripcion) Alterando la línea de la descripción, la curvatura en la esquina y la sombra
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% (\Resumen) Con resumen
%% Con artículos gravados con todos los IVA
%% (\ItemX) Agregando un ítem sin precio
@@ -79,7 +79,7 @@ unafirma,
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\SepVertical{0.75cm}
\SepDatosResumen{1cm}
@@ -88,16 +88,16 @@ unafirma,
\SepDescripcion{16pt}
\LineaDescripcion{1pt}{20pt}{3pt}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\Resumen{El resumen opcional}
\begin{document}
\begin{factura}
- \Item{1}{ítem con IVA general, con descuento}{1000}{8}
- \ItemR{1}{ítem con IVA reducido, con descuento}{1000}{5}
- \ItemA{1}{ítem con IVA adicional, con descuento}{1000}{10}
- \ItemE{1}{ítem exento de impuesto, con descuento}{1000}
+ \Item{1}{ítem con IVA general, viene con descuento}{1000}{12}
+ \ItemR{1}{ítem con IVA reducido, viene con descuento}{1000}{5}
+ \ItemA{1}{ítem con IVA adicional, viene con descuento}{1000}{10}
+ \ItemE{1}{ítem exento de impuesto}{1000}
\ItemX{1}{línea sin precio}
\end{factura}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura03.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura03.tex
index 9afe32fb145..bbe6b2eaa71 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura03.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura03.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `facttres')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -44,12 +44,13 @@
%% (expandecuadro) Expande el cuadro de la factura con espacio en blanco
%% (impdesc) Con el tipo de impuesto como parte de la descripción y no de los precios
%% (sinfirmas) Sin firmas
+%% Sin especificar fecha para que tome la fecha del día.
%% (\FormatoFecha) Cambiando el separador de la fecha para que salga escrita dd/mm/yyyy
%% (\DescuentoE y \DescuentoG) Con descuentos totales en porcentajes para exentos y gravables con IVA general
%% (\SepVertical) Alterando la separación mínima vertical entre los elementos
%% (\SepEncabezado) Alterando el margen interno desde el contorno hasta el texto en el encabezado
%% (\LineaEncabezado) Alterando la línea de las cajas del encabezado, la curvatura en la esquina y la sombra
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% Sin resumen
%% Con artículos gravados con todos los IVA
%% Sin descripción larga
@@ -75,15 +76,15 @@ sinfirmas,
\Email{jacinto@ayala.sv}
\FormatoFecha{ddmmyyyy}{/}
-\Fecha{02-07-2019}
\DescuentoE{15}
\DescuentoG{20}
+
\SepVertical{0.75cm}
\SepEncabezado{16pt}
\LineaEncabezado{1pt}{20pt}{3pt}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura04.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura04.tex
index 8107e809a32..2d4309fc9fb 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura04.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura04.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factcuatro')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -50,7 +50,7 @@
%% (\Fecha*) Suministrando la fecha según formato de datetime2 sin alterar cómo sale escrita
%% (\SepItemsExtra) Agregando una separación extra entre los ítems en la factura
%% (\Letra***) Cambiando varias de las tipografías
-%% Sin condiciones del documento
+%% Sin nota final
%% Sin resumen
%% (\NotaPrevia) Con nota previa
%% (\ItemX) Agregando un ítem sin precio
@@ -74,13 +74,13 @@ linea,
\Direccion{Av. Ayala, Galpón San Vicente, Sector Arauca, Apure, Venezuela}
\Telefono{+58 (987) 654.32.10}
-\Fecha*{2019}{07}{02}
+\Fecha*{2019}{06}{11}
\SepItemsExtra{5pt}
\LetraDescripcion{\fontsize{20}{30}}
\LetraTitEnc{\fontsize{15}{20}\bfseries}
\LetraFirmas{\fontsize{16}{20}\itshape}
-\LetraCondiciones{\fontsize{18}{28}\bfseries}
+\LetraNotaFinal{\fontsize{18}{28}\bfseries}
\NotaPrevia{\hfill LA NOTA PREVIA}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura05.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura05.tex
index 4213157cab1..b4a4802a07f 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura05.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura05.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factcinco')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -51,7 +51,7 @@
%% (\Conforme) Especificando el nombre de quien firma la copia de la factura como recibida
%% (\FormatoFecha) Suministrando la fecha según el formato yyyymmdd pero que salga escrita dd.mm.yyyy
%% (\SepDatosResumen) Alterando la separación horizontal entre los datos del cliente y el resumen
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% (\Resumen) Con resumen
%% (\ItemX) Agregando un ítem sin precio
%% (\Descripcion) Con descripción larga
@@ -80,10 +80,10 @@ todosiva,
\Conforme{\Contacto}
\FormatoFecha[yyyymmdd]{ddmmyyyy}{.}
-\Fecha{20190702}
+\Fecha{20191106}
\SepDatosResumen{1cm}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\Resumen{El resumen opcional}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura06.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura06.tex
index 3511974cab0..e7cd05a08c4 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura06.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura06.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factseis')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -39,6 +39,8 @@
%%<desc>
%% Escribimos una factura
%% (numitem) Con la columna para enumerar los ítems
+%% (descuentos) Con la columna para descuentos individuales
+%% (subtotal) Con la columna extra para subtotal
%% (denom) Escribe la denominación (“FACTURA”) y el número
%% (sinlineasve) Sin líneas verticales externas
%% (sinlineashi) Sin líneas horizontales internas
@@ -49,7 +51,7 @@
%% (\FormatoFecha) Cambiando el formato para que la fecha salga escrita en el formato default de datetime2 pero cambiando el separador yyyy/mm/dd
%% (\SepEncabezado) Alterando el margen interno desde el contorno hasta el texto en el encabezado
%% (\SepDescripcion) Alterando la distancia desde el contorno hasta el texto en la descripción
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% Sin resumen
%% Escribimos un ítem cuya descripción ocupa más que una línea
%% (\Descripcion) Con descripción larga
@@ -58,6 +60,8 @@
%%
\documentclass[
numitem,
+descuentos,
+subtotal,
denom,
sinlineasve,
sinlineashi,
@@ -75,18 +79,18 @@ todosiva,
\Conforme{Ramela San Vicente}
\FormatoFecha{default}{/}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\SepEncabezado{16pt}
\SepDescripcion{16pt}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\begin{document}
\begin{factura}
- \Item{2}{ítem con IVA general}{1000}[Un ítem que ofrecemos a precio de costo y que está gravado con IVA general]\label{primeritem}
- \Item{10}{otro ítem con IVA general (descripción larga para mostrar el cambio de línea)}{1000}
+ \Item{2}{ítem con IVA general, viene con descuento}{1000}{8}[Un ítem que ofrecemos a precio de costo y que está gravado con IVA general]\label{primeritem}
+ \Item{1}{ítem con IVA general, viene con descuento}{1000}{12}
\end{factura}
\Descripcion{
@@ -95,9 +99,9 @@ todosiva,
En el artículo número \itemref{primeritem} se facturaron \cantref{primeritem} “\descref{primeritem}”, cada uno por un valor de \Moneda~\puref{primeritem}, dando un subtotal por este elemento de \Moneda~\subtref{primeritem}; el descuento en ese artículo es del \dctoref{primeritem}\%, dando un total de \Moneda~\ptref{primeritem}, y esta gravado con IVA de \ivaref{primeritem}\%. Ampliando la descripción podemos decir que este ítem es: “\ldescref{primeritem}”.
- La base imponible total de esta factura es de \Moneda~\numprint\BIG; el IVA es de \Moneda~\numprint\AlicuotaG, el descuento presidencial en el IVA es de \Moneda~\numprint\AlicuotaGDesc, y el total final es de \Moneda~\numprint\Total.
+ La base imponible total de esta factura es de \Moneda~\numprint\BIG; el IVA es de \Moneda~\numprint\AlicuotaG, y el total final es de \Moneda~\numprint\Total.
- % Estas son todas las macros para las totalizaciones: \BIG, \BIR, \BIA, \BIE, \AlicuotaG, \AlicuotaGDesc, \AlicuotaR, \AlicuotaA, \SubtG, \SubtR, \SubtA, \SubtE, \DescG, \DescR, \DescA, \DescE.
+ % Estas son todas las macros para las totalizaciones: \BIG, \BIR, \BIA, \BIE, \AlicuotaG, \AlicuotaR, \AlicuotaA, \SubtG, \SubtR, \SubtA, \SubtE, \DescG, \DescR, \DescA, \DescE.
}
%% Este es un comando auxiliar suministrado por factura-ejemplo-aux.tex para escribir el detalle del ejemplo en la última hoja.
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura07.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura07.tex
index 61c61dcf3e0..4abfd2a49b9 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura07.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura07.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factsiete')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -38,8 +38,6 @@
%% Descripción de este ejemplo:
%%<desc>
%% Escribimos una factura
-%% (descuentos) Con la columna para descuentos individuales
-%% (subtotal) Con la columna extra para subtotal
%% (filas) Totalización en modo de filas
%% (centrado) Centrados los totales en el modo de filas
%% (denom) Escribe la denominación (“FACTURA”) y el número
@@ -54,15 +52,13 @@
%% (\LineaDescripcion) Alterando la línea de la descripción, la curvatura en la esquina y la sombra
%% (\LineaFirmas) Alterando la longitud de las líneas para firmar y su grosor
%% (\PosFecha, \PosFirmas y \PosDenom) Alterando la posición de la fecha, las firmas y de la denominación del documento
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% Sin resumen
%% Escribimos un ítem cuya descripción ocupa más que una línea
%% (\Descripcion) Con descripción larga
%%</desc>
%%
\documentclass[
-descuentos,
-subtotal,
filas,
centrado,
denom,
@@ -82,7 +78,7 @@ todosiva,
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\makeatletter
\renewcommand{\@@Cantidad}{Cant.}
@@ -94,18 +90,18 @@ todosiva,
\LineaEncabezado{1pt}{20pt}{3pt}
\LineaDescripcion{1pt}{20pt}{3pt}
\LineaFirmas{6.5cm}{2pt}
-% Puede usarse \PosFecha* o \PosDenom*, \PosControl* o \PosCondiciones* para que el texto se despliegue en la posición 'Y' dada pero hacia arriba y no hacia abajo. \PosFirmas no acepta eso.
+% Puede usarse \PosFecha* o \PosDenom*, \PosControl* o \PosNotaFinal* para que el texto se despliegue en la posición 'Y' dada pero hacia arriba y no hacia abajo. \PosFirmas no acepta eso.
\PosFecha{-0cm}{-1.5cm}
\PosFirmas{1cm}{1cm}{-3cm}
\PosDenom{-0cm}{4.3cm}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\begin{document}
\begin{factura}
- \Item{1}{ítem con IVA general, con descuento}{1000}{8}
- \Item{10}{otro ítem con IVA general (descripción larga para mostrar el cambio de línea)}[otro ítem con IVA general (esta descripción es sólo para el .csv)]{1000}{20}
+ \Item{1}{ítem con IVA general}{1000}
+ \Item{10}{otro ítem con IVA general (descripción larga para mostrar el cambio de línea)}[otro ítem con IVA general (esta descripción es sólo para el .csv)]{1000}
\end{factura}
\Descripcion{La descripción larga}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura08.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura08.tex
index 89bc58b061a..f1710a29c5f 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura08.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura08.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factocho')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -43,13 +43,15 @@
%% (siniva) Sin IVA
%% (csv) Escribe un archivo CSV con la información numérica de la factura
%% Redefiniendo el formato de la fecha (redefiniendo macros \@@Fecha y \@EstiloFecha)
-%% (\Descuento*) Con descuentos totales en moneda (y no en porcentajes) aplicables por igual a todos los tipos de elementos existentes
+%% (\Descuento*) Con descuentos totales en dinero neto (y no en porcentajes) aplicables por igual a todos los tipos de elementos existentes
%% (\Letra***) Cambiando varias de las tipografías
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% (\Resumen) Con resumen
%% (\NotaInterna) Con nota interna
+%% Escribimos un ítem cuya descripción ocupa más que una línea
%% (\Descripcion) Con descripción larga
-%% (\FirmaReporte) Agregando la firma escaneada en el reporte; ajustando el corrimiento en “y” de la firma respecto a la línea
+%% (\FirmaReporte) Agregando la firma escaneada en el reporte
+%% Con \FirmaReporte, ajustando el corrimiento en “y” de la firma respecto a la línea
%%</desc>
%%
\documentclass[
@@ -68,7 +70,7 @@ csv,
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\makeatletter
\renewcommand{\@@Fecha}{\slshape FECHA:}
@@ -76,6 +78,7 @@ csv,
\makeatother
\Descuento*{300}
+
\LetraItems{\fontsize{20}{30}}
\LetraNumeros{\fontsize{20}{30}}
\LetraTipoIVA{\fontsize{20}{30}\bfseries}
@@ -86,7 +89,7 @@ csv,
\LetraNumTotal{\fontsize{20}{30}\bfseries}
\tabcolsep7pt
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\Resumen{El resumen opcional}
\NotaInterna{LA NOTA INTERNA}
@@ -94,7 +97,7 @@ csv,
\begin{factura}
\Item{1}{ítem con IVA general}{1000}
- \Item{10}{otro ítem con IVA general (descripción larga para mostrar el cambio de línea)}[otro ítem con IVA general (esta descripción es sólo para el .csv)]{1000}{20}
+ \Item{10}{otro ítem con IVA general (descripción larga para mostrar el cambio de línea)}[otro ítem con IVA general (esta descripción es sólo para el .csv)]{1000}
\end{factura}
\Descripcion{La descripción larga}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura09.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura09.tex
index 12c9dc7484d..6bae5776d57 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura09.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura09.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factnueve')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -41,15 +41,15 @@
%% Escribimos en el reverso de la factura
%% (sinlineahni) Sin línea horizontal interna después de la nota interna.
%% (G) Escribiendo una letra ‘G’ en los ítems gravados con IVA general así sea el único gravamen a facturar
-%% (electro) Con descuento en IVA al pagar por medios electrónicos
-%% Con nota interna automática por el descuento en pagos electrónicos.
%% (\Credito) Especificando la cantidad de días para el crédito
%% (\SepNotaPrevia) Alterando el margen interno desde el contorno hasta el texto en la nota previa
-%% (\SepCondiciones) Especificando la distancia desde el contorno hasta el texto de las condiciones, predeterminadamente sin contorno
-%% (\LineaCondiciones) Agregando el contorno para las condiciones que predeterminadamente está deshabilitado
-%% (\Condiciones) Con condiciones del documento
-%% Haciendo mención a las fechas y al crédito en las condiciones
+%% (\SepNotaFinal) Especificando la distancia desde el contorno hasta el texto de la nota final, predeterminadamente sin contorno
+%% (\LineaNotaFinal) Agregando el contorno para la nota final que predeterminadamente está deshabilitado
+%% (\PosNotaFinal) Alterando la posición de la nota final
+%% (\NotaFinal) Con nota final
+%% Haciendo mención a las fechas y al crédito en la nota final
%% (\NotaPrevia) Con nota previa
+%% (\NotaInterna) Con nota interna
%% (\NotaExterna) Con nota externa
%% (\Descripcion) Con descripción larga
%%</desc>
@@ -57,7 +57,7 @@
\documentclass[
sinlineahni,
G,
-electro,
+% electro,
]{factura}
\input{factura-ejemplo-aux.tex}% Se incluye para efectos del ejemplo, así tendremos disponible la macro \Ejemplo.
@@ -70,15 +70,17 @@ electro,
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
-\Credito{21}
+\Fecha{06-11-2019}
+\Credito{11}
\SepNotaPrevia{16pt}
-\SepCondiciones{16pt}
-\LineaCondiciones{0.4pt}{4pt}{3pt}
+\SepNotaFinal{16pt}
+\LineaNotaFinal{0.4pt}{4pt}{3pt}
+\PosNotaFinal{.9cm}{.9cm}{-5.3cm}
-\Condiciones{La factura se emitió el \Fecha{} con crédito de \Credito{} dias, siendo su fecha de vencimiento el \FechaVencimiento.}
+\NotaFinal{La factura se emitió el \Fecha{} con crédito de \Credito{} dias, siendo su vencimiento el \FechaVencimiento.}
\NotaPrevia{\hfill LA NOTA PREVIA}
+\NotaInterna{LA NOTA INTERNA}
\NotaExterna{LA NOTA EXTERNA}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura10.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura10.tex
index e5dc6170655..86bf2da9597 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura10.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-factura10.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `factdiez')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -39,27 +39,27 @@
%%<desc>
%% Escribimos una factura
%% Escribimos en el reverso de la factura
-%% Establecemos las opciones de la clase a través de comandos
+%% Establecemos algunas opciones de la clase a través de comandos
%% (sinlineasv) Sin líneas verticales
%% (sinlineash) Sin líneas horizontales
+%% (sinmonedatotales) No agrega el símbolo monetario en los totales
%% (vencimiento) Con fecha de vencimiento explícita así no haya crédito
-%% Sin especificar fecha para que tome la del día.
-%% Con nota interna automática con el monto en Bs.S dada la fecha de emisión de la factura antes del cambio en la moneda el dia 04-06-2018.
%% (\GeometriaReverso) Cambiando la geometría del reverso de la factura
%% (\LineaNotaPrevia) Alterando la línea de la nota previa, para desaparecerla
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% (\NotaPrevia) Con nota previa
%% (\Descripcion) Con descripción larga
%%</desc>
%%
\documentclass[
filas, % luego queda sin efecto con \filasfalse en el preámbulo
-sinlineasv,
-sinlineash,
+sinmonedatotales,
+vencimiento,
csv, % luego queda sin efecto con \csvfalse en el preámbulo
]{factura}
-\vencimientotrue \filasfalse \csvfalse
+% Cambiamos por aquí como condicionales las opciones de la clase; es lo mismo que arriba en \documentclass.
+\sinlineasvtrue \sinlineashtrue \filasfalse \csvfalse
\input{factura-ejemplo-aux.tex}% Se incluye para efectos del ejemplo, así tendremos disponible la macro \Ejemplo.
\usepackage[utf8]{inputenc}
@@ -71,18 +71,18 @@ csv, % luego queda sin efecto con \csvfalse en el preámbulo
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-% \Fecha{02-07-2019}
+\Fecha{06-11-2019}
\GeometriaReverso{vmargin={4cm,4cm},hmargin={4cm,4cm},footskip=0pt,headsep=0pt,headheight=0pt}
\LineaNotaPrevia{0pt}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\NotaPrevia{\hfill LA NOTA PREVIA}
\begin{document}
\begin{factura}
- \Item{1}{ítem con IVA general}{2000000}
+ \Item{1}{ítem con IVA general}{1000}
\end{factura}
\Descripcion{La descripción larga}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-firma.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-firma.tex
index abe95bb79c4..8f6431e019c 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-firma.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-firma.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `firma')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-fondo.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-fondo.tex
index e1f79732fa6..10ff8dda5fd 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-fondo.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-fondo.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `fondo')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex
index b3b394e4239..55186a30c0f 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `membrete')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.pdf b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.pdf
index b2c87a41a15..557ded831ca 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.pdf
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.tex
index 30fa9cf0e68..30ec0bf3eb1 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-prefactura.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `prefac')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -42,7 +42,7 @@
%% (linea) Con línea para inutilizar el espacio en blanco
%% (\Descuento) Con descuentos totales en porcentaje aplicables por igual a todos los tipos de elementos existentes
%% (\FondoFactura) Con el fondo de la imprenta agregado
-%% (\Condiciones) Con condiciones del documento
+%% (\NotaFinal) Con nota final
%% Sin resumen
%% (\Descripcion) Con descripción larga
%%</desc>
@@ -68,11 +68,12 @@ linea,
\Telefono{+58 (987) 654.32.10}
\Email{jacinto@ayala.sv}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\Descuento{18}
+
\FondoFactura{factura-ejemplo-fondo}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte1.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte1.tex
index b09e8d9f474..ed5f5d3043d 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte1.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte1.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `repuno')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -46,8 +46,8 @@
%% Sin especificar el proveedor, así toma el emisor de la factura como el nombre del proveedor
%% (\FondoReporte) Especificamos el fondo o membrete del reporte, sólo para la primera página
%% (\InicioReporte) Estableciendo un margen superior distinto para la primera página del reporte por presencia de membrete
-%% (\TituloReporte) Establecemos el título del reporte sin que salga en las cabeceras
-%% (\Condiciones) Con condiciones del documento
+%% (\TituloReporte) Establecemos el título del reporte sin que salga en las cabeceras ni pies de página
+%% (\NotaFinal) Con nota final
%% Sin resumen
%% (\Descripcion) Con descripción larga
%% (\FirmaReporte) Agregando en el reporte la línea para firmar a mano
@@ -70,7 +70,7 @@ conreporte,
\Email{jacinto@ayala.sv}
\Emisor{Lázaro de la Vega}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\FondoReporte{factura-ejemplo-membrete}
\InicioReporte{2.2cm}
@@ -85,7 +85,7 @@ conreporte,
% \EstiloPagReporte[empty]{soloarriba}
% \EstiloPagReporte{soloarriba}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex
index cf6933f607c..ee5d6a722de 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `repdos')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -43,13 +43,14 @@
%% (\Proveedor) Especificando el nombre del proveedor para el encabezado del reporte
%% (\GeometriaReporte) Cambiando la geometría del papel del reporte
%% (\FondoReporte*) Especificamos el fondo o membrete del reporte para todas las páginas
-%% (\TituloReporte*) Establecemos el título del reporte para que salga en las cabeceras
-%% (\Condiciones) Con condiciones del documento
+%% (\TituloReporte*) Establecemos el título del reporte para que salga en las cabeceras o pies de página
+%% (\NotaFinal) Con nota final
%% Sin resumen
%% (\Descripcion) Con descripción larga
%% Con etiquetas y referencias
-%% (\FirmaReporte) Agregando la firma escaneada en el reporte; ajustando el corrimiento en “y” de la firma respecto a la línea
-%% Cambiando la ubicación en “x” de la línea de la firma y cambiando la longitud de la línea hacia los lados
+%% (\FirmaReporte) Agregando la firma escaneada en el reporte
+%% Con \FirmaReporte, ajustando el corrimiento en “y” de la firma respecto a la línea
+%% Con \FirmaReporte, cambiando la ubicación en “x” de la línea de la firma y cambiando la longitud de la línea hacia los lados
%%</desc>
%%
\documentclass[
@@ -68,7 +69,7 @@ soloreporte,
\Email{jacinto@ayala.sv}
\Proveedor{Lázaro de la Vega y San Román}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\GeometriaReporte{vmargin={4.4cm,2.5cm},hmargin={3cm,2cm},footskip=1.2cm,headsep=0.777cm,headheight=1.5cm}
\FondoReporte*{factura-ejemplo-membrete}
@@ -77,12 +78,12 @@ soloreporte,
% \EstiloPagReporte{solonumpag}
% \EstiloPagReporte{soloabajo}
-\Condiciones{Las condiciones del documento...}
+\NotaFinal{La nota final...}
\begin{document}
\begin{factura}
- \Item{2}{ítem con IVA general}{1000}[Un ítem que ofrecemos a precio de costo y que está gravado con IVA general]\label{primeritem}
+ \Item{2}{ítem con IVA general, viene con descuento}{1000}{8}[Un ítem que ofrecemos a precio de costo y que está gravado con IVA general]\label{primeritem}
\Item{4}{otro ítem con IVA general}{100}
\end{factura}
@@ -95,9 +96,9 @@ soloreporte,
En el artículo número \itemref{primeritem} se facturaron \cantref{primeritem} “\descref{primeritem}”, cada uno por un valor de \Moneda~\puref{primeritem}, dando un subtotal por este elemento de \Moneda~\subtref{primeritem}; el descuento en ese artículo es del \dctoref{primeritem}\%, dando un total de \Moneda~\ptref{primeritem}, y esta gravado con IVA de \ivaref{primeritem}\%. Ampliando la descripción podemos decir que este ítem es: “\ldescref{primeritem}”.
- La base imponible total de esta factura es de \Moneda~\numprint\BIG; el IVA es de \Moneda~\numprint\AlicuotaG, el descuento presidencial en el IVA es de \Moneda~\numprint\AlicuotaGDesc, y el total final es de \Moneda~\numprint\Total.
+ La base imponible total de esta factura es de \Moneda~\numprint\BIG; el IVA es de \Moneda~\numprint\AlicuotaG, y el total final es de \Moneda~\numprint\Total.
- % Estas son todas las macros para las totalizaciones: \BIG, \BIR, \BIA, \BIE, \AlicuotaG, \AlicuotaGDesc, \AlicuotaR, \AlicuotaA, \SubtG, \SubtR, \SubtA, \SubtE, \DescG, \DescR, \DescA, \DescE.
+ % Estas son todas las macros para las totalizaciones: \BIG, \BIR, \BIA, \BIE, \AlicuotaG, \AlicuotaR, \AlicuotaA, \SubtG, \SubtR, \SubtA, \SubtE, \DescG, \DescR, \DescA, \DescE.
\FirmaReporte[\includegraphics[width=4.5cm]{factura-ejemplo-firma}][0pt][17pt][3cm][3cm]
\end{reporte}
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte3.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte3.tex
index 96cf97de624..df42664bab0 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte3.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte3.tex
@@ -6,7 +6,7 @@
%%
%% factura.dtx (with options: `reptres')
%%
-%% Copyright 2018 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
+%% Copyright 2019 Emilio Augusto Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Emilio Lazo Zaia.
+%% The Current Maintainer of this work is Emilio Augusto Lazo Zaia.
%%
%% This work consists of the files README and factura.dtx
%% with its derived files factura.ins, factura.cls, factura.def,
@@ -44,13 +44,14 @@
%% Sin especificar la persona de contacto
%% (\Proveedor) Especificando el nombre del proveedor para el encabezado del reporte
%% Sin especificar fondo de reporte
-%% (\TituloReporte) Establecemos el título del reporte sin que salga en las cabeceras
+%% (\TituloReporte) Establecemos el título del reporte sin que salga en las cabeceras ni pies de página
%% (\InfoPagina) Personalizamos la información de la cabecera del reporte y mostramos el nombre del proveedor allí
%% (\EstiloPagReporte) Cambiamos el estilo de página para que la información del reporte aparezca como pie de página
%% Sin descripción larga
-%% (\FirmaReporte) Agregando la firma escaneada en el reporte; ajustando el corrimiento en “y” de la firma respecto a la línea
-%% Cambiando la ubicación en “x” de la línea de la firma y cambiando la longitud de la línea hacia los lados
-%% Cambiando el nombre de la persona que va a firmar
+%% (\FirmaReporte) Agregando la firma escaneada en el reporte
+%% Con \FirmaReporte, ajustando el corrimiento en “y” de la firma respecto a la línea
+%% Con \FirmaReporte, cambiando la ubicación en “x” de la línea de la firma y cambiando la longitud de la línea hacia los lados
+%% Con \FirmaReporte, cambiando el nombre de la persona que va a firmar
%%</desc>
%%
\documentclass[
@@ -64,7 +65,7 @@ twoside,
\RazonSocial{Ayala San Vicente Usureros}
\Proveedor{Lázaro de la Vega y San Román}
-\Fecha{02-07-2019}
+\Fecha{06-11-2019}
\TituloReporte{El título del reporte}
\InfoPagina{La cabecera o pie del reporte - \Proveedor}
diff --git a/Master/texmf-dist/doc/latex/factura/factura.pdf b/Master/texmf-dist/doc/latex/factura/factura.pdf
index a7cd1ea87fe..edffeb70319 100644
--- a/Master/texmf-dist/doc/latex/factura/factura.pdf
+++ b/Master/texmf-dist/doc/latex/factura/factura.pdf
Binary files differ