Foro de ayuda y soporte técnico de Sysme Software
ENVIAR A COCINA DESDE MOBILE - Versión para impresión

+- Foro de ayuda y soporte técnico de Sysme Software (https://www.sysme.net/foro)
+-- Foro: Software Sysme (Español) (https://www.sysme.net/foro/forumdisplay.php?fid=3)
+--- Foro: Sysme Tpv (https://www.sysme.net/foro/forumdisplay.php?fid=4)
+--- Tema: ENVIAR A COCINA DESDE MOBILE (/showthread.php?tid=5356)

Páginas: 1 2


RE: ENVIAR A COCINA DESDE MOBILE - sysme - 30-04-2019

(30-04-2019, 09:25 PM)Mauri_ju escribió:
(25-09-2018, 10:04 PM)sysme escribió: Entra en SISTEMA->MANTENIMIENTO->Pestaña CONSOLA DB y ejecuta uno a uno estos scripts: (copia una linea, ejecuta, borra, copia otra, ejecuta, borra ....etc)

drop table venta_preticket;
drop table venta_cocina;
drop table venta_ticket;
create table venta_preticket (id_venta int(7) not null, primary key (id_venta)) type=innodb;
create table venta_cocina (id_venta int(7) not null, primary key (id_venta)) type=innodb;
alter table venta_cocina add id_caja int(2);
create table venta_ticket (id_venta int(7) not null, primary key (id_venta)) type=innodb;

Hola ..Puedo aplicar esto a la versión 4.97

sin problema


RE: ENVIAR A COCINA DESDE MOBILE - Mauri_ju - 02-05-2019

FUNCIONAAA .. me ha ido bien y funciona . Gracias por tu ayuda


RE: ENVIAR A COCINA DESDE MOBILE - sysme - 02-05-2019

Wink