Skip to content

Commit

Permalink
Aggiunti campi data incasso/pagamento e data fattura
Browse files Browse the repository at this point in the history
  • Loading branch information
gifracr committed May 26, 2016
1 parent 52e75e3 commit 78bd40d
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ public class ConsAccertamentiBase extends OggettoBulk implements Persistent {
// ESERCIZIO_DOCAMM
private java.lang.Integer esercizio_docamm;

// DT_PAGAMENTO TIMESTAMP(7)
private java.sql.Timestamp data_incasso;

// DT_DOCAMM TIMESTAMP(7)
private java.sql.Timestamp data_docamm;

public java.lang.String getUo () {
return uo;
}
Expand Down Expand Up @@ -185,4 +191,16 @@ public java.lang.Integer getEsercizio_docamm() {
public void setEsercizio_docamm(java.lang.Integer esercizio_docamm) {
this.esercizio_docamm = esercizio_docamm;
}
public java.sql.Timestamp getData_incasso() {
return data_incasso;
}
public void setData_incasso(java.sql.Timestamp data_incasso) {
this.data_incasso = data_incasso;
}
public java.sql.Timestamp getData_docamm() {
return data_docamm;
}
public void setData_docamm(java.sql.Timestamp data_docamm) {
this.data_docamm = data_docamm;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ public class ConsObbligazioniBase extends OggettoBulk implements Persistent {

private java.lang.Long pg_contratto;


// DT_PAGAMENTO TIMESTAMP(7)
private java.sql.Timestamp data_pagamento;

// DT_DOCAMM TIMESTAMP(7)
private java.sql.Timestamp data_docamm;

public java.lang.String getUo () {
return uo;
}
Expand Down Expand Up @@ -236,4 +241,16 @@ public java.lang.Long getPg_contratto() {
public void setPg_contratto(java.lang.Long pg_contratto) {
this.pg_contratto = pg_contratto;
}
public java.sql.Timestamp getData_pagamento() {
return data_pagamento;
}
public void setData_pagamento(java.sql.Timestamp data_pagamento) {
this.data_pagamento = data_pagamento;
}
public java.sql.Timestamp getData_docamm() {
return data_docamm;
}
public void setData_docamm(java.sql.Timestamp data_docamm) {
this.data_docamm = data_docamm;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@
propertyName="tipo_doc_amm"
sqlTypeName="VARCHAR"
columnSize="100"/>
<columnMapping
columnName="DATA_DOCAMM"
propertyName="data_docamm"
sqlTypeName="TIMESTAMP"
columnSize="7" />
<columnMapping
columnName="DATA_INCASSO"
propertyName="data_incasso"
sqlTypeName="TIMESTAMP"
columnSize="7" />
</defaultColumnMap>

<persistentProperty
Expand Down Expand Up @@ -148,4 +158,8 @@
name="denominazione_sede" />
<persistentProperty
name="tipo_doc_amm" />
<persistentProperty
name="data_docamm" />
<persistentProperty
name="data_incasso" />
</SQLPersistentInfo>
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,22 @@
inputType="TEXT"
maxLength="100"
label="Tipo doc. Amm." />
<fieldProperty
name="data_incasso"
property="data_incasso"
inputType="TEXT"
inputSize="10"
maxLength="10"
formatName="date_short"
label="Data di incasso" />
<fieldProperty
name="data_docamm"
property="data_docamm"
inputType="TEXT"
inputSize="10"
maxLength="10"
formatName="date_short"
label="Data documento Amministrativo" />
<formFieldProperty
name="cds" />
<formFieldProperty
Expand Down Expand Up @@ -186,6 +202,10 @@
name="denominazione_sede" />
<formFieldProperty
name="ti_fattura" />
<formFieldProperty
name="data_incasso" />
<formFieldProperty
name="data_docamm" />
<columnFieldProperty
name="cds" />
<columnFieldProperty
Expand Down Expand Up @@ -229,6 +249,10 @@
<columnFieldProperty
name="denominazione_sede"
label="Denominazione sede" />
<columnFieldProperty
name="data_incasso" />
<columnFieldProperty
name="data_docamm" />
<findFieldProperty
name="cds" />
<findFieldProperty
Expand Down Expand Up @@ -271,4 +295,8 @@
name="denominazione_sede" />
<findFieldProperty
name="tipo_doc_amm" />
<findFieldProperty
name="data_incasso" />
<findFieldProperty
name="data_docamm" />
</bulkInfo>
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,16 @@
propertyName="pg_contratto"
sqlTypeName="DECIMAL"
columnSize="10" />
<columnMapping
columnName="DATA_DOCAMM"
propertyName="data_docamm"
sqlTypeName="TIMESTAMP"
columnSize="7" />
<columnMapping
columnName="DATA_PAGAMENTO"
propertyName="data_pagamento"
sqlTypeName="TIMESTAMP"
columnSize="7" />

</defaultColumnMap>
<persistentProperty
Expand Down Expand Up @@ -201,6 +211,10 @@
name="cd_elemento_voce" />
<persistentProperty
name="dt_registrazione" />
<persistentProperty
name="data_docamm" />
<persistentProperty
name="data_pagamento" />
<persistentProperty
name="esercizio_originale" />
<persistentProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,22 @@
inputSize="10"
maxLength="10"
label="Numero Contratto" />
<fieldProperty
name="data_pagamento"
property="data_pagamento"
inputType="TEXT"
inputSize="10"
maxLength="10"
formatName="date_short"
label="Data di pagamento" />
<fieldProperty
name="data_docamm"
property="data_docamm"
inputType="TEXT"
inputSize="10"
maxLength="10"
formatName="date_short"
label="Data documento Amministrativo" />
<formFieldProperty
name="cds" />
<formFieldProperty
Expand All @@ -205,6 +221,10 @@
name="cd_elemento_voce" />
<formFieldProperty
name="dt_registrazione" />
<formFieldProperty
name="data_pagamento" />
<formFieldProperty
name="data_docamm" />
<formFieldProperty
name="esercizio_originale" />
<formFieldProperty
Expand Down Expand Up @@ -258,6 +278,10 @@
name="cd_elemento_voce" />
<columnFieldProperty
name="dt_registrazione" />
<columnFieldProperty
name="data_pagamento" />
<columnFieldProperty
name="data_docamm" />
<columnFieldProperty
name="esercizio_originale" />
<columnFieldProperty
Expand Down Expand Up @@ -312,6 +336,10 @@
name="cd_elemento_voce" />
<findFieldProperty
name="dt_registrazione" />
<findFieldProperty
name="data_pagamento" />
<findFieldProperty
name="data_docamm" />
<findFieldProperty
name="esercizio_originale" />
<findFieldProperty
Expand Down

0 comments on commit 78bd40d

Please sign in to comment.