14-07-2017, 10:25 PM
Hola bousorua, bienvenido al foro,
Abre el fichero C:\SYSME\SGC\actualizabdsysmehotel.exe y copia este código:
alter table complementog add sinchtml char(1) default "Y";
alter table tipo_comg add sinchtml char(1) default "Y";
alter table ventadirecta add tarifa varchar(200) default "";
alter table ventadir_comg modify cocina float default 0;
alter table ventadirecta add turno int(11) default 0;
create table pnotacocina (id_complementog varchar(5) not null, id_nota varchar(4) not null, primary key (id_complementog,id_nota)) type = innodb;
alter table opencart drop primary key;
alter table opencart add id int(11) default 0;
alter table opencart add primary key (id);
alter table opencart modify id int(11) auto_increment;
alter table complementog add impresora2 varchar(200) default "";
alter table complementog add bloque_cocina int(1) default 0;
alter table alb_comg add impuesto2 float default 0;
alter table complementog modify alias varchar(15) default "";
alter table alb_comg add fecha datetime;
alter table camareros add puedeimprimircierre char(1) default "Y";
alter table opencart add sinctallas char(1) default "Y";
Guarda el fichero y reinicia Sysme Tpv, debería quedar resuelto.
Ya me dices.
Abre el fichero C:\SYSME\SGC\actualizabdsysmehotel.exe y copia este código:
alter table complementog add sinchtml char(1) default "Y";
alter table tipo_comg add sinchtml char(1) default "Y";
alter table ventadirecta add tarifa varchar(200) default "";
alter table ventadir_comg modify cocina float default 0;
alter table ventadirecta add turno int(11) default 0;
create table pnotacocina (id_complementog varchar(5) not null, id_nota varchar(4) not null, primary key (id_complementog,id_nota)) type = innodb;
alter table opencart drop primary key;
alter table opencart add id int(11) default 0;
alter table opencart add primary key (id);
alter table opencart modify id int(11) auto_increment;
alter table complementog add impresora2 varchar(200) default "";
alter table complementog add bloque_cocina int(1) default 0;
alter table alb_comg add impuesto2 float default 0;
alter table complementog modify alias varchar(15) default "";
alter table alb_comg add fecha datetime;
alter table camareros add puedeimprimircierre char(1) default "Y";
alter table opencart add sinctallas char(1) default "Y";
Guarda el fichero y reinicia Sysme Tpv, debería quedar resuelto.
Ya me dices.