Calificación:
  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
No puedo editar productos
#2
Buenas Toni, abre el fichero C:\SYSME\SGC\actualizabdsysmehotel.txt y copia este código:

Código:
drop table opencart_comg;
drop table opencart_tipo_comg;
drop table lineaseliminadas;
create table opencart_comg (id_complementog varchar(5) not null, id_opencart int(2) not null, primary key (id_complementog,id_opencart)) type=innodb;
create table opencart_tipo_comg (id_tipo_comg varchar(4) not null, id_opencart int(2) not null, primary key (id_tipo_comg,id_opencart)) type=innodb;
create table lineaseliminadas select * from ventadir_comg limit 0;
alter table albaran add observaciones varchar(250) default "";
create table venta_ticket (id_venta int(7) not null, primary key (id_venta)) type=innodb;
create table almacen_complementg2 select * from almacen_complementg;
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" and id_complementog not in (select id_complementog from almacen_complementg2);
drop table almacen_complementg2;
alter table almacen_complementg modify stock_minimo float;
alter table opencart add ftppasivo char(1) default "N";
alter table comg_tarifa add activo boolean default false;
alter table complementog add fifo char(1) default "Y";

Guarda el fichero y reinicia Sysme Tpv, se debería solucionar.

Ya me dices.
Oscar Guirado
Sysme Software

Sysme Software
Veravap
Responder


Mensajes en este tema
No puedo editar productos - por Toni Olmo - 09-07-2018, 12:06 AM
RE: No puedo editar productos - por sysme - 09-07-2018, 07:59 AM
RE: No puedo editar productos - por Toni Olmo - 09-07-2018, 09:31 AM
RE: No puedo editar productos - por sysme - 09-07-2018, 09:56 AM
RE: No puedo editar productos - por sysme - 15-11-2018, 02:39 PM
RE: No puedo editar productos - por Moises - 15-11-2018, 02:43 PM
RE: No puedo editar productos - por Moises - 15-11-2018, 02:58 PM
RE: No puedo editar productos - por sysme - 15-11-2018, 05:05 PM

Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)

Contáctanos | Sysme Software | Volver arriba | | Archivo (Modo simple) | Sindicación RSS