Treffer: Aplicativo para gerenciamento de não conformidades em ocorrência de transporte de mercadorias
Pato Branco
Brasil
Departamento Acadêmico de Informática
Tecnologia Java
UTFPR
Weitere Informationen
The Improvement of agility in non conformities's resolution in a company as well as its documentation improves the overall quality of the company. In this sense the present paper describes the development an application for managing nonconformities in cargo transport occurrences. A client application (Java Android) and a server application (Java) have been developed. The server side does the login control and information routing sent by client aplications. The client side creates, update, and delete nonconformities events, besides making the data persistence. The communication between client and server have used the services for sending and receiving messages available for free by Google Cloud Messaging (GCM) servers, for this we used the Smack library (server side) and Google Services API (client). The messaging between client and server was made through serialized objects by JavaScript Object Notation (JSON) strings using the Gson library. The database on the client side was made through the SQLite and side server by eXtensible Markup Language (XML) file manipulated by the Smack library. The development reported in this work comes from the idea's conception phase until the final development. As a result, there is an application that provides a simple environment focused on solving nonconformities in cargo transport where it is possible to monitor, visualize, report, update nonconformities events and send collaboration´s messages. ; A melhoria da agilidade na resolução de não conformidades em uma empresa bem como a adequada documentação dessas não conformidades melhora a qualidade dos serviços prestados pela empresa. Nesse sentido, o presente trabalho relata o desenvolvimento um aplicativo para dispositivos móveis para o gerenciamento de não conformidades em ocorrências de transporte de mercadorias. Foram desenvolvidas uma aplicação cliente (Java Android) e uma aplicação servidor (Java). O lado servidor faz o controle de login e roteamento das informações enviadas pelos clientes. O lado cliente cria, atualiza e ...