Main objectives: Implementation of a computer application to manage, considering the desired tasks, a costumer's database. For this sample were the following tasks programmed: order customers according to sector, give format to the description of the customer according to the commercial relation, order customers in a sheet according to location, sum up the last visits and gather together the contacts that require urgent attention.
General performance of the program: The structure is designed in task blocs, where every block is a function. Therefore every task is executed by a specific function. In this way the structure of the application remains clearly arranged, in order to identify errors in a easier way. That allows to speed up actualizations and modifications on the application.
|