diff --git a/app/pdf/pedidos/remitoPDF.php b/app/pdf/pedidos/remitoPDF.php new file mode 100644 index 0000000..0a09001 --- /dev/null +++ b/app/pdf/pedidos/remitoPDF.php @@ -0,0 +1,136 @@ + + + + + Remito Nº <?= $numeroRemito ?> + + + + + + + + + + + + + + + + + +
+ + +
+
+ + () - +
+ Tel.:
+ Email: +
+
+
R
+
+
Remito
+ +
+
Nº:
+
Fecha:
+
+ +
+
+
IVA:
+
CUIT:
+
Inicio actividades:
+
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ Proveedor: +
+ + Teléfono: +
+ +
+ Cond. IVA: +
+ + CUIT: + +
+
+ + + + + + + + + + + + + + + + + + +
Cod.DetalleCantidad
+ + + + + + \ No newline at end of file diff --git a/app/pdf/presupuestos/presupuestoPDF.php b/app/pdf/presupuestos/presupuestoPDF.php new file mode 100644 index 0000000..3d3d004 --- /dev/null +++ b/app/pdf/presupuestos/presupuestoPDF.php @@ -0,0 +1,202 @@ + + + + + Presupuesto Nº <?= $numeroPresupuesto ?> + + + + + + + + + + + + + +
+ + +
+
+ + () - +
+ Tel.:
+ Email: +
+
+
Presupuesto
+ +
+
Nº:
+
Fecha:
+
+ +
+
+
IVA:
+
CUIT:
+
Inicio actividades:
+
+
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ Cliente: +
+ + Teléfono: +
+ + Email: +
+
+ Cond. IVA: +
+ + CUIT: + +
+
+
+ Vendedor: + + + Forma de Pago: + + + () + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Cod.ProductoCant.Precio Unit.Descuento (%)IVA (%)Subtotal
$ % % + $ +
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/pdf/servicios/servicioPDF.php b/app/pdf/servicios/servicioPDF.php new file mode 100644 index 0000000..2983859 --- /dev/null +++ b/app/pdf/servicios/servicioPDF.php @@ -0,0 +1,211 @@ + + + + + Servicio Nº <?= $numeroServicio ?> + + + + + + + + + + + + + +
+ + +
+
+ + () - +
+ Tel.:
+ Email: +
+
+
Resumen Servicio
+ +
+
Nº:
+
Fecha:
+
+ +
+
+
IVA:
+
CUIT:
+
Inicio actividades:
+
+
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ Cliente: +
+ + Teléfono: +
+ + Email: +
+
+
+
+ Atendió: + +
+
+ + + + + + + +
+ + + + + + + + +
+ Descripcion del Equipo: +
+ + Contraseña del Equipo: +
+ + Cuenta Gmail/Apple: +
+ + Contraseña Gmail/Apple: +
+
+
+ + + + + + + +
+ + + + + +
+ + Descripción del Problema: +
+ +
+
+ + + + + + + +
+ + + + + +
+ + Observaciones/Detalles: +
+ +
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/pdf/ventas/ventaPDF.php b/app/pdf/ventas/ventaPDF.php new file mode 100644 index 0000000..68ad193 --- /dev/null +++ b/app/pdf/ventas/ventaPDF.php @@ -0,0 +1,203 @@ + + + + + Venta Nº <?= $numeroVenta ?> + + + + + + + + + + + + + +
+ + +
+
+ + () - +
+ Tel.:
+ Email: +
+
+
Resumen Venta
+
DOCUMENTO NO VÁLIDO COMO FACTURA
+ +
+
Nº:
+
Fecha:
+
+ +
+
+
IVA:
+
CUIT:
+
Inicio actividades:
+
+
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ Cliente: +
+ + Teléfono: +
+ + Email: +
+
+ Cond. IVA: +
+ + CUIT: + +
+
+
+ Vendedor: + + + Forma de Pago: + + + () + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Cod.ProductoCant.Precio Unit.Descuento (%)IVA (%)Subtotal
$ % % + $ +
+ + + + + + + + + + + + + + + + + + \ No newline at end of file