You are on page 1of 3

WIBGUS2012 - MODULO DE KARDEX E INVENTARIO

movimiento_importaciones2 id_importacion id_producto total costo_trans costo_cambio cantidad costo_unitario id_kardex_productos int <pk,fk> int <pk> numeric(10,2) numeric(10,2) numeric(10,2) datetime numeric(10,2) char(2)

movimiento_importaciones1 transporte_importacion id_transimport int <pk> destransimport char(30) id_importacion nro_guia nro_dua fecha peso_kg peso_m3 id_transimport idalmacen codstm idpais tipo_cambio codmon codtippag total_neto igv total usecod int <pk> char(20) char(20) datetime numeric(10,2) numeric(10,2) int <fk2> int char(2) int <fk1> numeric(10,2) char(2) char(2) numeric(10,2) numeric(10,2) numeric(10,2) int

pais idpais int <pk> despais char(30)

categoria_costos_importacion id_catcostimport int <pk> descatcostimport char(30) obscatcostimport char(60)

costos_importacion id_tipcostimp destipcostimp id_catcostimport obstipcostimp int <pk> char(30) int <fk> char(60)

mov_costos_importaciones id_importacion id_tipcostimp total_so total_do int <pk,fk1> int <pk,fk2> numeric(10,2) numeric(10,2)

A. MOVIMIENTO IMPORTACIONES

1/3

WIBGUS2012 - MODULO DE KARDEX E INVENTARIO

estado_producto idestprod int <pk> desestprod char(60) proveedores idprov nomcomer razon_social idtipprov codpais ruc direc_ofic direc_plant telefono pag_web email int <pk> char(60) char(60) int <fk> int char(30) char(60) char(60) char(20) char(60) char(60) contactos_proveedores idprov secitm nombre cargo telf1 telf2 movil1 movil2 email1 email2 int <pk,fk> char(60) <pk> char(60) char(60) char(20) char(20) char(20) char(20) char(60) char(60)

categorias_producto idcatproduc int <pk> descatproduc char(60)

tipo_producto idtiproduc int <pk> destipproc char(60) idcatproduc int <fk>

productos id_producto descripcion descripcion2 descripcion3 obs_general idestprod iduniprod peso_neto idunimasa idprov idtiproduc nro_registro fecha_emi_reg fecha_exp_reg stock_min stock_max int char(80) char(80) char(80) char(100) int int int int int int char(20) datetime datetime int int <pk>

unidades_masa_cap idunimasa int <pk> desunimasa char(60) nomcor char(8)

<fk2> <fk5> <fk4> <fk1> <fk3>

tipo_proveedor idtipprov int <pk> destipprov char(30)

unidades_productos iduniprod int <pk> desuniprod char(60) nomcor char(8)

stock_inicial_productos id_stock_ini_prod id_producto idalmacen idimportacion lote fecha_exp igv_act cantidad codmon costo precio_si precio_ci preprod usecod int int int int char(60) datetime numeric(10,2) numeric(10,2) char(2) numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2) int <pk> <fk2> <fk1> almacenes idalmacen int <pk> desalmacen char(60) obsalmacen char(80)

presentacion_productos id_producto iduniprod cant_uni peso idunimasa medida_cm int <pk,fk> char(80) <pk> int <pk> numeric(10,2) int numeric(10,2)

<fk3>

codigos_productos id_producto int <pk,fk> idcliente int <pk> codigo char(40)

B. PRODUCTOS - PROVEEDORES moneda codmon char(2) <pk> desmon char(60)

2/3

WIBGUS2012 - MODULO DE KARDEX E INVENTARIO


orden_compra1 id_orden idalmacen tipord codigo numdoc fecorc fecsolent fecmaxent lugar_ent codstm codtio codtippag codmon tipcam total totaligv totalnet usecod int int int int char(20) datetime datetime datetime char(80) char(2) char(2) char(2) char(2) numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2) int <pk> orden_compra2 id_orden secitm id_producto codunm cant_u cant_e preprod prevent dscto totpar integer <pk,fk> int <pk> int int numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2)

tipo_orden codtio char(2) <pk> destio char(60)

tipo_pago codtippag char(2) <pk> destipag char(60)

<fk3> <fk1> <fk2>

estado_documento codstm char(2) <pk> desstm char(60)

movimiento_productos1 tipo_documento kardex_productos id_kardex_productos idtipmovalm idalmacen fecha_mov id_producto id_importacion usecod int <pk> char(2) <fk> int datetime int int int codtipdoc char(2) <pk> destipdoc char(60) id_movimiento idalmacen fecmov codtipdoc codstm numdoc numdocref idtipmovalm codper idestprodalm iddesprodalm usecod int int datetime char(2) char(2) char(60) char(60) char(2) char(4) int int int <pk> movimiento_productos2 id_movimiento secitm id_producto codunm cant_u cant_e preprod prevent dscto totpar id_kardex_productos int <pk,fk> int <pk> int int numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2) numeric(10,2) char(2)

<fk1> <fk2>

tipo_movimiento_almacen idtipmovalm char(2) <pk> destipmovalm char(60)

<fk3> <fk5> <fk4>

estado_producto_almacen idestprodalm int <pk> desestprodalm char(60)

destino_producto_almacen iddesprodalm int <pk> desdesprodalm char(60)

C. KARDEX - MOVIMIENTOS PRODUCTOS

3/3

You might also like