summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex11
1 files changed, 7 insertions, 4 deletions
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 d191aaad4c2..d17b8582ac4 100644
--- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex
+++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-reporte2.tex
@@ -43,6 +43,7 @@
%% Establecemos el título del reporte para que salga en las cabeceras (\TituloReporte*),
%% Agregando la firma escaneada en el reporte (\FirmaReporte),
%% Sin resumen,
+%% Con etiquetas y referencias,
%% Con descripción larga (\Descripcion).
%%
\documentclass[
@@ -58,7 +59,7 @@ soloreporte,
% \EstiloPagReporte{solonumpag}
% \EstiloPagReporte{soloabajo}
-\Fecha{05-03-2016}
+\Fecha{05-11-2016}
\Num{1}
\RazonSocial{Ayala San Vicente Usureros}
\RIF{Y-12.345.678-9}
@@ -72,14 +73,16 @@ soloreporte,
\begin{document}
\begin{factura}
- \Item{1}{ítem con IVA general}{1000}
+ \Item{2}{ítem con IVA general}{1000}\label{primeritem}
\end{factura}
\Descripcion{Descripción larga del servicio}
\begin{reporte}
- El reporte - página 1\newpage El reporte - página 2 \newpage El reporte - página 3
- \FirmaReporte[\includegraphics[width=5cm]{factura-ejemplo-firma}][0pt][21pt]
+ El reporte - página 1\newpage El reporte - página 2 \newpage El reporte - página 3.
+
+ Se facturaron \cantref{primeritem} \descref{primeritem} por un valor de \Moneda\puref{primeritem} cada uno, dando un total de \Moneda\ptref{primeritem}. El IVA es de \Moneda\AlicuotaG, y el total final es \Moneda\Total.
+ % También podemos usar \itemref{primeritem}, \dctoref{primeritem}, y en cuanto a las totalizaciones: \BIE, \BIR, \BIA, \AlicuotaR, \AlicuotaA, \SubtG, \SubtE, \SubtR, \SubtA, \DescG, \DescE, \DescR, \DescA para los demás totales.
\end{reporte}
\end{document}