Skip to content

Commit

Permalink
FIX apri file e view stanziamento residuo
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Mar 5, 2018
1 parent 8521d60 commit 4c60691
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
-- DDL for View V_VAR_STANZ_RES_RIGA
--------------------------------------------------------

CREATE OR REPLACE FORCE VIEW "V_VAR_STANZ_RES_RIGA" ("ESERCIZIO", "ESERCIZIO_RES", "CD_CENTRO_RESPONSABILITA", "DS_CDR", "CD_LINEA_ATTIVITA", "DENOMINAZIONE", "DS_LINEA_ATTIVITA", "PG_PROGETTO", "CD_ELEMENTO_VOCE", "DS_ELEMENTO_VOCE", "CD_NATURA", "DS_NATURA", "CD_MODULO", "DS_MODULO", "PG_VARIAZIONE", "STATO", "STANZ_ATTUALE", "IM_VARIAZIONE", "DS_CLASSIFICAZIONE", "TITOLO", "CATEGORIA") AS
CREATE OR REPLACE FORCE VIEW "V_VAR_STANZ_RES_RIGA" ("ESERCIZIO", "ESERCIZIO_RES", "CD_CENTRO_RESPONSABILITA", "DS_CDR", "CD_LINEA_ATTIVITA", "DENOMINAZIONE", "DS_LINEA_ATTIVITA", "PG_PROGETTO", "CD_ELEMENTO_VOCE", "DS_ELEMENTO_VOCE", "CD_NATURA", "DS_NATURA", "CD_MODULO", "DS_MODULO", "CD_PROGETTO", "DS_PROGETTO", "PG_VARIAZIONE", "STATO", "STANZ_ATTUALE", "IM_VARIAZIONE", "DS_CLASSIFICAZIONE", "TITOLO", "CATEGORIA") AS
SELECT DISTINCT
--
--
Expand Down Expand Up @@ -34,6 +34,8 @@ v.cd_natura,
v.ds_natura,
v.cd_modulo,
v.ds_modulo,
v.cd_progetto,
v.ds_progetto,
vr.pg_variazione,
t.stato,
Cal_Assestato.ASSESTATO_SPESA_RES(vr.ESERCIZIO, vr.esercizio_res, NULL, NULL, vr.cd_cdr, vr.cd_elemento_voce, vr.cd_linea_attivita, NULL),
Expand Down
Expand Up @@ -9,6 +9,7 @@
inputType="TEXT"
inputSize="40"
maxLength="400"
inputCssClass="w-100"
enabledOnInsert="false"
enabledOnEdit="false"
caseSensitiveSearch="false"
Expand Down Expand Up @@ -61,6 +62,8 @@
enabledOnInsert="false"
enabledOnView="true"
img="img/import24.gif"
buttonClass="btn-outline-primary btn-title w-100"
iconClass="fa fa-fw fa-cloud-download"
href="javascript:doScaricaAllegato()"
label="Apri File" />
<fieldProperty
Expand Down
Expand Up @@ -19,6 +19,7 @@
inputType="TEXT"
inputSize="40"
maxLength="400"
inputCssClass="w-100"
enabledOnInsert="false"
enabledOnEdit="false"
caseSensitiveSearch="false"
Expand Down Expand Up @@ -63,6 +64,8 @@
enabledOnView="true"
readonlyProperty="nodeNotPresent"
img="img/import24.gif"
buttonClass="btn-outline-primary btn-title w-100"
iconClass="fa fa-fw fa-cloud-download"
href="javascript:doScaricaAllegato()"
label="Apri File" />

Expand Down
Expand Up @@ -9,6 +9,7 @@
inputType="SELECT"
keysProperty="aspectNamesKeys"
inputSize="40"
inputCssClass="w-100"
nullable="false"
enabledOnInsert="false"
enabledOnEdit="false"
Expand Down Expand Up @@ -63,6 +64,8 @@
enabledOnView="true"
readonlyProperty="nodeNotPresent"
img="img/import24.gif"
buttonClass="btn-outline-primary btn-title w-100"
iconClass="fa fa-fw fa-cloud-download"
href="javascript:doScaricaAllegato()"
label="Apri File" />

Expand Down
Expand Up @@ -9,6 +9,7 @@
inputType="TEXT"
inputSize="40"
maxLength="400"
inputCssClass="w-100"
enabledOnInsert="false"
enabledOnEdit="false"
caseSensitiveSearch="false"
Expand Down Expand Up @@ -51,6 +52,8 @@
enabledOnView="true"
readonlyProperty="nodeNotPresent"
img="img/import24.gif"
buttonClass="btn-outline-primary btn-title w-100"
iconClass="fa fa-fw fa-cloud-download"
href="javascript:doScaricaAllegato()"
label="Apri File" />

Expand Down

0 comments on commit 4c60691

Please sign in to comment.