Foro de ayuda y soporte técnico de Sysme Software
ERROR AL PAGAR FACTURA - 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 Hotel (https://www.sysme.net/foro/forumdisplay.php?fid=5)
+--- Tema: ERROR AL PAGAR FACTURA (/showthread.php?tid=1696)



ERROR AL PAGAR FACTURA - jorge.e.gutierrez@hotmail.com - 24-07-2014

ME SALIO ESTE ERROR ADJUNTO


RE: ERROR AL PAGAR FACTURA - sysme - 25-07-2014

Hola Jorge, parece que este error tiene la misma causa que el anterior (cifras elevadas), vamos a aplicar las mismas soluciones con el fichero C:\SYSME\SGH\actualizabdsysmehotel.txt:

Código:
alter table factura modify bi float(18,6);
alter table factura modify ci float(18,6);
alter table factura modify tf float(18,6);
alter table factura modify ec float(18,6);
alter table factura modify tp float(18,6);
alter table pagoscobros modify importe float(18,6);
alter table pagoscobros modify saldo (float(18,6);

Ya me dices.