Título del Proyecto: Sistema Web de gestión de facturas electrónicas.

Tamaño: px
Comenzar la demostración a partir de la página:

Download "Título del Proyecto: Sistema Web de gestión de facturas electrónicas."

Transcripción

1 Resumen Título del Proyecto: Sistema Web de gestión de facturas electrónicas. Autor: Jose Luis Saenz Soria. Director: Manuel Rojas Guerrero. Resumen En la última década se han producido muchos avances en los mecanismos de autenticación y firma. Esto ha permitido alcanzar un nivel de seguridad suficiente para que las facturas en formato electrónico puedan ser validadas y tengan la misma validez legal que una factura impresa. El apoyo del estado además ha hecho que tenga beneficios aplicar este formato, y multitud de empresas quieren aplicar esta tecnología. Con la aplicación desarrollada en este proyecto, se pone a su disposición un portal online diseñado en base a Struts 2, donde gestionar sus facturas, poder firmarlas y validarlas, y llevar un control sobre ellas, a través del archivo de la base de datos. Palabras Clave: Factura Electronica, Struts 2, firma electronica Introducción La facturación electrónica aunque es un concepto que ya lleva varios años en funcionamiento sigue reportando y cada vez mas, muchos beneficios para quien las utiliza. La administración para facilitar su implantación ha distribuido una API estándar con un modelo específico de factura llamado Facturae. Este formato se adapta a las necesidades de cualquier empresa, pero a su vez representa el marco común para un modelo unificado.

2 Proyecto Para realizar una implantación de este sistema en este proyecto se ha optado por una implantación Web a través de un portal. Se utiliza el esquema Modelo- Vista-Controlador, implementado mediante el framework Strut 2 sobre un servidor de aplicaciones Apache Tomcat. Todos los datos se almacenan en otro servidor de bases de datos MySQL. A través de este portal se pueden realizar múltiples opciones de gestión de facturas, pero la más importante es la de firma de facturas para hacer que sean igual de válidas que una factura tradicional.

3 Conclusiones La factura electrónica aún está en pleno auge, y va camino de convertirse, junto con otros trámites que se están informatizando, en un proceso totalmente telemático. Las facilidades que se ofrecen desde todos los sectores para su implantación, como la comodidad y el ahorro que suponen para la empresa son argumentos que se tienen muy en cuenta. Referencias [WWW01] Portal oficial sobre factura electrónica (Facturae). [ROUG07] Ian Roughley (2007). Starting Struts 2 INFOQ.

4 Abstract Sistema Web de gestión de facturas electrónicas Project title: Digital Invoice web management system. Author: Jose Luis Saenz Soria. Director: Manuel Rojas Guerrero. Abstract On the last decade there have been many improvements on the authentication and signing technologies. This has led to achieve levels of security that are able to make digital invoices valid, and have the same recognition as a traditional invoice. The support from the government in Spain and the benefits it implies, has led to many companies wanting to get this technology. With the application developed in this project, you can access an online site designed over Struts 2 where you can manage your invoice database and sign them when required. Keywords: Digital Invoice, Struts 2, Digital signature Introduction Although digital invoice is a concept that has been around for several years it still has a lot to offer to those who still don t have it. Spanish government has established a specific invoice format called Facturae and created a free API to handle it. This format adapts to any kind of company, but it represents the common frame to have a unified model for digital invoices.

5 Project To implement the desired system, this project opted to use a Web Architechture. This will be implemented using the Model-View-Controller architechture, using Struts 2 framework, over an Apache Tomcat server. All the data is stored on a Database MySQL server. Trough the site you can make many management options, but the most important is the invoice digital signing, that make them as valid as a printed invoice.

6 Conclusions Digital invoice is a technology still growing and bound to become along with many other paperwork a totally telematic process. The benefits you get and the support digital invoices is getting is great, but the saving both in money and in work you get with digital invoices is not to be overlooked. References [WWW01] Oficial Site about the Facturae invoice format [ROUG07] Ian Roughley (2007). Starting Struts 2 INFOQ.