30-04-2018, 03:29 PM
actanistaya, en la 4.94 accede a SISTEMA->MANTENIMIENTO->Pestaña CONSOLA DB y ejecuta este comando:
insert into almacen_complementg (id_centro,id_empresa,id_almacen,id_tipo_comg,id_complementog,cantidad,stock_minimo,complementog,variacion,desc_variacion)
select "01","001","01",id_tipo_comg,id_complementog,0,0,complementog,0,"" from complementog where cafeteria = "S" and inventario = "N";
Con esto ya te deberían aparecer los productos en el catálogo.
insert into almacen_complementg (id_centro,id_empresa,id_almacen,id_tipo_comg,id_complementog,cantidad,stock_minimo,complementog,variacion,desc_variacion)
select "01","001","01",id_tipo_comg,id_complementog,0,0,complementog,0,"" from complementog where cafeteria = "S" and inventario = "N";
Con esto ya te deberían aparecer los productos en el catálogo.