28-12-2015, 05:08 PM
Pues ahí está el problema, debería ser el 1,
Prueba a abrir el fichero c:\sysme\sgc\actualizabdsysmehotel.txt y copiar este código:
Guarda y reinicia Sysme Tpv, a ver si funciona.
Ya me dices.
Prueba a abrir el fichero c:\sysme\sgc\actualizabdsysmehotel.txt y copiar este código:
Código PHP:
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 y reinicia Sysme Tpv, a ver si funciona.
Ya me dices.