Changeset b2a57af in sicp for apps


Ignore:
Timestamp:
Jun 25, 2015, 12:12:00 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
4252851
Parents:
1d976e9
Message:

modificaciones en documentación

Location:
apps/simulacion
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • apps/simulacion/__init__.py

    r35355cd rb2a57af  
     1# coding=utf-8
     2"""
     3Simulador Integral de Cadenas Productivas (SICP)
     4
     5Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
     6"""
     7## @namespace apps.simulacion.sigesic.templatetags.__init__
     8#
     9# Inicializa el módulo simulacion
     10# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
     11# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
     12# (CENDITEL) nodo Mérida - Venezuela</a>
     13# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
     14# @date 04-05-2015
     15# @version 3.0.0
     16
     17## Muestra el autor del script cuando es invocado
     18__author__ = "Ing. Roldan Vargas (rvargas at cenditel.gob.ve)"
     19## Muestra documentación breve sobre el script
     20__doc__    = "Inicializa el módulo simulacion"
  • apps/simulacion/ajax.py

    r4359346 rb2a57af  
    55Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
    66"""
    7 # # @package simulacion.ajax
     7## @package apps.simulacion.ajax
    88#
    99# Funciones AJAX para el módulo de simulación
    1010# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    11 # @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) nodo Mérida - Venezuela
    12 # @copyright GNU/GPLv2
     11# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
     12# (CENDITEL) nodo Mérida - Venezuela</a>
     13# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    1314# @date 19-06-2015
    1415# @version 3.0.0
     
    3839
    3940    @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    40     @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) Nodo Mérida - Venezuela
    4141    @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    4242    @date 11-06-2015
  • apps/simulacion/models.py

    r6c18e85 rb2a57af  
    55Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
    66"""
    7 # # @package simulacion.models
     7## @package apps.simulacion.models
    88#
    99# Clases y funciones a implementar en los modelos para la simulación de escenarios
    1010# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    11 # @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) nodo Mérida - Venezuela
    12 # @copyright GNU/GPLv2
     11# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
     12# (CENDITEL) nodo Mérida - Venezuela</a>
     13# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    1314# @date 17-06-2015
    1415# @version 3.0.0
     
    2829
    2930    @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    30     @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) Nodo Mérida - Venezuela
    3131    @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    3232    @date 17-06-2015
     
    5151
    5252        @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    53         @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) Nodo Mérida - Venezuela
    5453        @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    5554        @date 25-06-2015
     
    6362
    6463        @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    65         @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) Nodo Mérida - Venezuela
    6664        @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    6765        @date 17-06-2015
  • apps/simulacion/templatetags/dictionary_extras.py

    r6ce4316 rb2a57af  
    55Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
    66"""
    7 # # @package simulacion.sigesic.templatetags.sigesic_customtags
     7## @package apps.simulacion.sigesic.templatetags.dictionary_extras
    88#
    99# Funciones de templates personalizados para ser implementadas en las plantillas de simulación
    1010# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    11 # @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) nodo Mérida - Venezuela
    12 # @copyright GNU/GPLv2
     11# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
     12# (CENDITEL) nodo Mérida - Venezuela</a>
     13# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    1314# @date 12-06-2015
    1415# @version 3.0.0
  • apps/simulacion/urls.py

    r4359346 rb2a57af  
    55Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
    66"""
    7 # # @package simulacion.urls
     7## @package apps.simulacion.urls
    88#
    99# Registro de las URL's del módulo de simulación
    1010# Industria y el Comercio (SIGESIC)
    1111# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    12 # @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) nodo Mérida - Venezuela
    13 # @copyright GNU/GPLv2
     12# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
     13# (CENDITEL) nodo Mérida - Venezuela</a>
     14# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    1415# @date 01-06-2015
    1516# @version 3.0.0
  • apps/simulacion/views.py

    r4359346 rb2a57af  
    55Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
    66"""
    7 # # @package simulacion.views
     7## @package apps.simulacion.views
    88#
    99# Clases y funciones a implementar en la simulación de cadenas productivas y otros escenarios
    1010# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    11 # @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) nodo Mérida - Venezuela
    12 # @copyright GNU/GPLv2
     11# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
     12# (CENDITEL) nodo Mérida - Venezuela</a>
     13# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    1314# @date 05-06-2015
    1415# @version 3.0.0
     
    4243
    4344    @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    44     @author Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) Nodo Mérida - Venezuela
    4545    @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
    4646    @date 05-06-2015
    47     @param[in] request Objeto que contiene la petición
     47    @param request <b>{object}</b> Objeto que contiene la petición
    4848    @return Devuelve el correspondiente response con los datos de la consulta
    4949    """
     
    5959@login_required()
    6060def simular(request):
     61    """!
     62    Función que permite generar el archivo xml con los datos sobre el proceso de simulación
     63
     64    @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
     65    @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
     66    @date 05-06-2015
     67    @param request <b>{object}</b> Objeto que contiene la petición
     68    @return Devuelve el correspondiente response con los datos de la consulta
     69    """
    6170
    6271    datos = {
     
    91100@login_required()
    92101def resultados_simulacion(request):
     102    """!
     103    Función que permite mostrar los resultados del proceso de simulación consultado
     104
     105    @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
     106    @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
     107    @date 05-06-2015
     108    @param request <b>{object}</b> Objeto que contiene la petición
     109    @return Devuelve el correspondiente response con los datos de la consulta
     110    """
     111
    93112    usr = str(request.user) + "sim"
    94113    cadena = render_cadena(
Note: See TracChangeset for help on using the changeset viewer.