Tarea #1078 -> Poner una columna de VISIBLE en los conceptos de presupuestos y contratos
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@572 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
1728a71067
commit
16047f7932
@ -1259,7 +1259,8 @@ CREATE TABLE PRESUPUESTOS_CLIENTE_DETALLES (
|
||||
DESCUENTO TIPO_PORCENTAJE,
|
||||
IMPORTE_PORTE TIPO_IMPORTE,
|
||||
IMPORTE_TOTAL TIPO_IMPORTE,
|
||||
VISIBLE TIPO_BOOLEANO,
|
||||
VISIBLE TIPO_BOOLEANO,
|
||||
VISIBLE2 TIPO_BOOLEANO,
|
||||
FECHA_ALTA TIMESTAMP,
|
||||
FECHA_MODIFICACION TIMESTAMP
|
||||
);
|
||||
@ -1322,6 +1323,7 @@ CREATE TABLE CONTRATOS_CLIENTE_DETALLES (
|
||||
IMPORTE_PORTE TIPO_IMPORTE,
|
||||
IMPORTE_TOTAL TIPO_IMPORTE,
|
||||
VISIBLE TIPO_BOOLEANO,
|
||||
VISIBLE2 TIPO_BOOLEANO,
|
||||
FECHA_ALTA TIMESTAMP,
|
||||
FECHA_MODIFICACION TIMESTAMP
|
||||
);
|
||||
@ -5212,6 +5214,7 @@ returns (
|
||||
concepto varchar(2000),
|
||||
importe_total numeric(11,4),
|
||||
visible smallint,
|
||||
visible2 smallint,
|
||||
tipo_articulo varchar(2),
|
||||
descuento float,
|
||||
importe_descuento numeric(11,4))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user