Click here to Skip to main content
15,885,244 members
Articles / Programming Languages / C

BasicAdmin - Personal Organizer

Rate me:
Please Sign up or sign in to vote.
4.94/5 (14 votes)
1 Aug 2009CPOL6 min read 50.7K   5.6K   60  
Finance, contacts, notes organizer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>Conceptos b�sicos - Introducci�n</TITLE>
    <style type="text/css">
        .style1
        {
            font-weight: bold;
            text-decoration: underline;
            color: #000099;
        }
        .style2
        {
            color: #000000;
            margin-top: 0px;
            margin-bottom: 0px;
        }
    </style>
</HEAD>
<BODY>
    <p class="style1">
        Introducci�n</p>
    <p class="style2">
        El objetivo de este sistema es poder almacenar y acceder a informaci�n b�sica 
        sobre direcciones, tel�fonos, finanzas y tareas.</p>
    <p class="style2">
        &nbsp;</p>
    <p class="style2">
        Esta utilidad se compone de 4 funcionalidades:&nbsp;</p>
    <ul>
        <li>
            <p class="style2">
                Administrador financiero</p>
        </li>
        <li>
            <p class="style2">
                Contactos</p>
        </li>
        <li>
            <p class="style2">
                Notas</p>
        </li>
        <li>
            <p class="style2">
                Calendario</p>
        </li>
    </ul>
    <p class="style2">
        El administrador financiero le permitir� almacenar y consultar datos sobre las 
        operaciones monetarias que realice d�a a d�a, agrupadas por cuentas.</p>
    <p class="style2">
        &nbsp;</p>
    <p class="style2">
        La funcionalidad de contactos le permitir� ingresar y consultar informaciones 
        sobre los tel�fonos, mails y domicilios de sus contactos.</p>
    <p class="style2">
        &nbsp;</p>
    <p class="style2">
        La funcionalidad notas le permitir� guardar informaci�n que pueda caracterizarse 
        como texto. Esto incluye �lbumes de CD, DVD, notas, carpetas de fotos, p�ginas 
        web, etc.</p>
    <p class="style2">
        Tenga en cuenta que la carga de notas no est� espec�ficamente dise�ada para la 
        carga de cada uno de los tipos de informaci�n mencionados anteriormente.</p>
    <p class="style2">
        &nbsp;</p>
    <p class="style2">
        La funcionalidad Calendario le permitir� planificar proyectos y tareas.&nbsp;</p>
</BODY>

</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Argentina Argentina
System developer from Argentina.

Programmed in VB 5,6,.NET, C#, Java, PL-SQL, Transac-SQL, C, C++ and even some "calculator" language.

Love to build small, useful applications.
Usually building big and complicated apps based on solid, reliable components.

Hobbies: reading, photography, chess, paddle, running.

Comments and Discussions