Subida para la version 2.1.6

git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@110 c93665c3-c93d-084d-9b98-7d5f4a9c3376
This commit is contained in:
roberto 2007-07-20 09:48:30 +00:00
parent 594f9b41ec
commit 0a07eb02fa
430 changed files with 3703 additions and 561 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -2332,7 +2332,8 @@ CREATE VIEW V_ARTICULOS(
PRECIO_NETO,
INVENTARIABLE,
ID_PROVEEDOR,
NOMBRE_PROVEEDOR)
NOMBRE_PROVEEDOR,
ELIMINADO)
AS
SELECT ARTICULOS.ID, ARTICULOS.ID_EMPRESA, ARTICULOS.REFERENCIA, ARTICULOS.DESCRIPCION,
@ -2345,7 +2346,8 @@ SELECT ARTICULOS.ID, ARTICULOS.ID_EMPRESA, ARTICULOS.REFERENCIA, ARTICULOS.DESCR
ARTICULOS.PRECIO_NETO,
ARTICULOS.INVENTARIABLE,
ARTICULOS.ID_PROVEEDOR,
CONTACTOS.NOMBRE AS NOMBRE_PROVEEDOR
CONTACTOS.NOMBRE AS NOMBRE_PROVEEDOR,
ARTICULOS.ELIMINADO
FROM ARTICULOS
LEFT OUTER JOIN CONTACTOS ON (CONTACTOS.ID = ARTICULOS.ID_PROVEEDOR)
WHERE (ARTICULOS.ELIMINADO = 0);

View File

@ -1,6 +1,6 @@
[Setup]
AppName=FactuGES
AppVerName=FactuGES 2.1.5
AppVerName=FactuGES 2.1.6
AppPublisher=Rodax Software S.L.
AppPublisherURL=http://www.rodax-software.com
AppSupportURL=http://www.rodax-software.com

Some files were not shown because too many files have changed in this diff Show More