Changes between Version 11 and Version 12 of modulo_contabilidad


Ignore:
Timestamp:
08/02/11 13:42:03 (13 years ago)
Author:
Luis Carlos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • modulo_contabilidad

    v11 v12  
    38381. Carpeta Jasper - Proyecto Jasper
    39391. Carpeta Menú - Servicios del Menú Contabilidad
     401. Carpeta schemaSpy - herramienta para del diccionario de datos
    4041
    4142= Pasos de configuración =
     
    5960* Duración: 1 hora
    6061
    61 Link de acceso al ''Diccionario de datos contabilidad'':
     62Para crear el modelo de datos de la base de contabilidad, descargar los .jar y la herramienta schemaSpy, se debe correr un script.sh por consola con la conexión a la BD y la generación automática de paginas html con la informacion de tablas y vistas.
     63
     64El script.sh contiene lo siguiente:
     65{{{
     66# Añadir el driver de conexion JDBC orathin para ORACLE
     67DRIVER=./ojdbc14.jar
     68export DRIVER
     69# Lanzamos el schemaSPY. Cambia valores si es necesario.
     70DATABASE_SID=websafiERP
     71HOST=localhost
     72PORT=1521
     73USER=ws_contab
     74PASSWORD=Sistemas
     75OUTPUT=/home/lavila/schema_contab/contab
     76export DATABASE_SID
     77export HOST
     78export PORT
     79export USER
     80export PASSWORD
     81export OUTPUT
     82java -jar schemaSpy -t orathin -cp ./ojdbc14.jar -db $DATABASE_SID -host $HOST -port $PORT -u $USER -p $PASSWORD -o $OUTPUT
     83}}}
     84
     85Por ultimo configurar un enlace a la carpeta donde se encuentren los archivos creados con el script.
     86
     87Link de acceso al ''Diccionario de datos de contabilidad'':
    6288
    6389[http://soporte6.sofhouse.net/...]
     
    95121* Duración: 1 hora
    96122
    97 Generar/instalar vistas, constrains de la base de datos de contabilidad.
     123Proceso para la exportación e importación de la base de datos - Oracle:
     124
     1251. Conectarse al usuario oracle:
     126
     127{{{
     128 $ssh oracle@192.168.2.9
     129 password= Sistemas
     130}}}
     131
     1322. Exportar el HOME de Oracle
     133 
     134{{{
     135 $export ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1/
     136}}}
     137
     1383. Ir a ORACLE_HOME/bin
     139 
     140{{{
     141 $ cd $ORACLE_HOME/bin
     142}}}
     143
     1444. Exportar ORACLE_SID
     145 
     146{{{
     147 $ export ORACLE_SID=comisiones
     148}}}
     149
     1505. Exportar variable de Entorno
     151 
     152{{{
     153 $export NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1
     154}}}
     155
     1566. Ejecutar el comando de exportacion
     157 
     158{{{
     159$./exp
     160        Username:
     161        Password:
     162
     163        Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
     164
     165        With the Partitioning, OLAP and Data Mining options
     166        Enter array fetch buffer size: 4096 > 4096
     167
     168        Export file: expdat.dmp >
     169
     170        (1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U > 2
     171        Export grants (yes/no): yes > yes
     172        Export table data (yes/no): yes > yes
     173        Compress extents (yes/no): yes > yes
     174        Export done in US7ASCII character set and AL16UTF16 NCHAR character set
     175
     176        server uses WE8ISO8859P1 character set (possible charset conversion)
     177
     178        About to export specified users ...
     179
     180        User to be exported: (RETURN to quit) > Enter
     181}}}
     182
     1837. La salida debe mostrar lo siguiente, teniendo en cuenta la base de datos que se desea exportar
     184 
     185{{{
     186. exporting pre-schema procedural objects and actions
     187
     188. exporting foreign function library names for user WEBSAFI
     189
     190. exporting PUBLIC type synonyms
     191
     192. exporting private type synonyms
     193
     194. exporting object type definitions for user WEBSAFI
     195
     196About to export WEBSAFI's objects ...
     197
     198. exporting database links
     199
     200. exporting sequence numbers
     201
     202. exporting cluster definitions
     203
     204. about to export WEBSAFI's tables via Conventional Path ...
     205
     206. . exporting table                          AREAS         16 rows exported
     207
     208EXP-00091: Exporting questionable statistics.
     209
     210EXP-00091: Exporting questionable statistics.
     211
     212. . exporting table          COMISIONADOS_CONTRATO       1581 rows exported
     213
     214EXP-00091: Exporting questionable statistics.
     215
     216EXP-00091: Exporting questionable statistics.
     217
     218. . exporting table              COMISIONADOS_OBJS       6653 rows exported
     219
     220EXP-00091: Exporting questionable statistics.
     221
     222EXP-00091: Exporting questionable statistics.
     223
     224. . exporting table            COMISIONADOS_PLANTA       1508 rows exported
     225
     226EXP-00091: Exporting questionable statistics.
     227
     228EXP-00091: Exporting questionable statistics.
     229
     230. . exporting table                     COMISIONES       1469 rows exported
     231
     232EXP-00091: Exporting questionable statistics.
     233
     234EXP-00091: Exporting questionable statistics.
     235
     236. . exporting table                   CREDENCIALES         12 rows exported
     237
     238EXP-00091: Exporting questionable statistics.
     239
     240EXP-00091: Exporting questionable statistics.
     241
     242. . exporting table                  DEPARTAMENTOS         33 rows exported
     243
     244EXP-00091: Exporting questionable statistics.
     245
     246EXP-00091: Exporting questionable statistics.
     247
     248. . exporting table                       DESTINOS       4378 rows exported
     249
     250EXP-00091: Exporting questionable statistics.
     251
     252EXP-00091: Exporting questionable statistics.
     253
     254. . exporting table          DESTINOS_COMISIONADOS       9578 rows exported
     255
     256EXP-00091: Exporting questionable statistics.
     257
     258EXP-00091: Exporting questionable statistics.
     259
     260. . exporting table                            LOG       7893 rows exported
     261
     262EXP-00091: Exporting questionable statistics.
     263
     264EXP-00091: Exporting questionable statistics.
     265
     266. . exporting table                          MENUS          4 rows exported
     267
     268EXP-00091: Exporting questionable statistics.
     269
     270EXP-00091: Exporting questionable statistics.
     271
     272. . exporting table                     MUNICIPIOS       1120 rows exported
     273
     274EXP-00091: Exporting questionable statistics.
     275
     276EXP-00091: Exporting questionable statistics.
     277
     278. . exporting table                       NVIATICO         14 rows exported
     279
     280EXP-00091: Exporting questionable statistics.
     281
     282EXP-00091: Exporting questionable statistics.
     283
     284. . exporting table                  OBJETOS_GASTO          9 rows exported
     285
     286EXP-00091: Exporting questionable statistics.
     287
     288EXP-00091: Exporting questionable statistics.
     289
     290. . exporting table                       PERFILES          4 rows exported
     291
     292EXP-00091: Exporting questionable statistics.
     293
     294EXP-00091: Exporting questionable statistics.
     295
     296. . exporting table          PERFILES_CREDENCIALES         48 rows exported
     297
     298EXP-00091: Exporting questionable statistics.
     299
     300EXP-00091: Exporting questionable statistics.
     301
     302. . exporting table                      PROYECTOS         71 rows exported
     303
     304EXP-00091: Exporting questionable statistics.
     305
     306EXP-00091: Exporting questionable statistics.
     307
     308. . exporting table                     REGIONALES         18 rows exported
     309
     310EXP-00091: Exporting questionable statistics.
     311
     312EXP-00091: Exporting questionable statistics.
     313
     314. . exporting table                TARIFAS_DESTINO       2529 rows exported
     315
     316EXP-00091: Exporting questionable statistics.
     317
     318EXP-00091: Exporting questionable statistics.
     319
     320. . exporting table                  TARIFAS_TAXIS          6 rows exported
     321
     322EXP-00091: Exporting questionable statistics.
     323
     324EXP-00091: Exporting questionable statistics.
     325
     326. . exporting table                       TERCEROS        884 rows exported
     327
     328EXP-00091: Exporting questionable statistics.
     329
     330EXP-00091: Exporting questionable statistics.
     331
     332. . exporting table                 TIPOS_COMISION          6 rows exported
     333
     334EXP-00091: Exporting questionable statistics.
     335
     336EXP-00091: Exporting questionable statistics.
     337
     338. . exporting table            TIPO_IDENTIFICACION          1 rows exported
     339
     340EXP-00091: Exporting questionable statistics.
     341
     342EXP-00091: Exporting questionable statistics.
     343
     344. . exporting table                    TRANSPORTES          3 rows exported
     345
     346EXP-00091: Exporting questionable statistics.
     347
     348EXP-00091: Exporting questionable statistics.
     349
     350. . exporting table                       USUARIOS         33 rows exported
     351
     352EXP-00091: Exporting questionable statistics.
     353
     354EXP-00091: Exporting questionable statistics.
     355
     356. exporting synonyms
     357
     358. exporting views
     359
     360. exporting stored procedures
     361
     362. exporting operators
     363
     364. exporting referential integrity constraints
     365
     366. exporting triggers
     367
     368. exporting indextypes
     369
     370. exporting bitmap, functional and extensible indexes
     371
     372. exporting posttables actions
     373
     374. exporting materialized views
     375
     376. exporting snapshot logs
     377
     378. exporting job queues
     379
     380. exporting refresh groups and children
     381
     382. exporting dimensions
     383
     384. exporting post-schema procedural objects and actions
     385
     386. exporting statistics
     387
     388Export terminated successfully with warnings.
     389}}}
     390
     3918. Una vez terminado el proceso de exportacion, el archivo se encuentra en la ruta
     392 
     393{{{
     394 ORACLE_HOME/bin/expdat.dmp
     395}}}
     396
     3979. Para realizar la importacion se debe correr el comando import
     398 
     399{{{
     400 export ORACLE_SID=sid
     401 ./imp usuario/password file=expdat.dmp full=y;
     402}}}
     403
    98404
    99405== 5. Conexión Base de Datos ==
     
    198504* [http://www.symfony-project.org/]
    199505* [http://es.wikipedia.org/wiki/JasperReports]
     506
     507----
     508
     509
     510{{{
     511 #!html
     512<table width="100%">
     513<tr>
     514
     515<td align="center"><a href="http://soporte6.sofhouse.net/projects/websafierp/wiki"><img src="/projects/websafierp/raw-attachment/wiki/tesoreria_admon_finan/home.png" border="0"  heigh="40" width="40" alt="Home"></a>  </td>
     516
     517</tr>
     518 
     519</tr>
     520</table>
     521 }}}
     522
     523
     524
     525