01-09-2014, 12:02 PM
Buenas nmelo,
Abre el fichero C:\SYSME\SGC\actualizabdsysmehotel.txt y copia este código:
Guarda el fichero y reinicia Sysme Tpv.
Ya me dices.
Abre el fichero C:\SYSME\SGC\actualizabdsysmehotel.txt y copia este código:
Código:
drop table zreport;
create table zreport (id int(11) default 0,fecha date,hora time,fecha_ini date,hora_ini time,fecha_fin date,hora_fin time,primary key (id)) type = innodb;
insert into zreport (id) select distinct z from ventadir_comg where z > 0 and z not in (select id from zreport);
Guarda el fichero y reinicia Sysme Tpv.
Ya me dices.