All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.cnr.contab.prevent01.bulk.Pdg_approvato_dip_areaBulkInfo.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (C) 2019  Consiglio Nazionale delle Ricerche
  ~
  ~     This program is free software: you can redistribute it and/or modify
  ~     it under the terms of the GNU Affero General Public License as
  ~     published by the Free Software Foundation, either version 3 of the
  ~     License, or (at your option) any later version.
  ~
  ~     This program is distributed in the hope that it will be useful,
  ~     but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~     GNU Affero General Public License for more details.
  ~
  ~     You should have received a copy of the GNU Affero General Public License
  ~     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->

<bulkInfo
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xmlns="https://contab.cnr.it/schema/SIGLA" 
		xsi:schemaLocation="https://contab.cnr.it/schema/SIGLA https://contab.cnr.it/schema/SIGLA/BulkInfo_1_5.xsd">
	<fieldProperty
		name="esercizio"
		property="esercizio"
		inputType="TEXT"
		inputSize="4"
		maxLength="4"
		label="Esercizio" />
	<fieldProperty
		name="cd_dipartimento"
		property="dipartimento.cd_dipartimento"
		maxLength="30"
		inputSize="30"
		inputType="TEXT"
		readonlyProperty="ROrigates"
		label="Dipartimento"/>
	<fieldProperty
		name="ds_dipartimento"
		property="dipartimento.ds_dipartimento"
		maxLength="30"
		inputSize="30"
		inputType="ROTEXT"
		label="Descrizione dipartimento"/>
	<fieldProperty
        name="dipartimento"
        property="dipartimento"
        inputType="SEARCHTOOL"
        formName="searchtool"
		readonlyProperty="RODipartimento"
        enabledOnInsert="true"
        enabledOnEdit="true"
        enabledOnSearch="true"
        nullable="false"
        label="Dipartimento" />		
	<fieldProperty
		name="pg_dettaglio"
		property="pg_dettaglio"
		inputType="TEXT"
		inputSize="10"
		maxLength="10"
		label="Progressivo" />
	<fieldProperty
        name="area"
        property="area"
        inputType="SEARCHTOOL"
        formName="searchtool"
		readonlyProperty="ROrigates"
        enabledOnInsert="true"
        enabledOnEdit="true"
        enabledOnSearch="true"
        nullable="false"
        label="Area" />		
	<fieldProperty
		name="cd_cds_area"
		property="area.cd_unita_organizzativa"
		inputType="TEXT"
		inputSize="30"
		maxLength="30"
		readonlyProperty="ROrigates"
		nullable="false"
		label="Area" />
	<fieldProperty
		name="ds_cds_area"
		property="area.ds_unita_organizzativa"
		inputType="ROTEXT"
		inputSize="30"
		maxLength="30"
		nullable="false"
		label="Descrizione Area" />
	<fieldProperty
		name="importo_approvato"
		property="importo_approvato"
		inputType="TEXT"
		readonlyProperty="ROImporto_approvato"
		nullable="false"
		formatName="it.cnr.contab.util.EuroPositivoFormat"
		label="Importo approvato" />
	<fieldProperty
		name="importo_ripartito"
		property="importo_ripartito"
		inputType="ROTEXT"
		formatName="it.cnr.contab.util.EuroPositivoFormat"
		label="Importo ripartito" />
	<formFieldProperty
		name="esercizio" />
	<formFieldProperty
		name="cd_dipartimento" />
	<formFieldProperty
		name="ds_dipartimento" />
	<formFieldProperty
		name="dipartimento" />
	<formFieldProperty
		name="pg_dettaglio" />
	<formFieldProperty
		name="cd_cds_area" />
	<formFieldProperty
		name="ds_cds_area" />
	<formFieldProperty
		name="area" />
	<formFieldProperty
		name="importo_approvato" />
	<formFieldProperty
		name="importo_ripartito" />

	<findFieldProperty
		name="esercizio" />
	<findFieldProperty
		name="cd_dipartimento" />
	<findFieldProperty
		name="pg_dettaglio" />
	<findFieldProperty
		name="cd_cds_area" />
	<findFieldProperty
		name="importo_approvato" />

	<columnFieldProperty
		name="cd_dipartimento" />
	<columnFieldProperty
		name="ds_dipartimento" />
	<columnFieldProperty
		name="cd_cds_area" />
	<columnFieldProperty
		name="ds_cds_area" />
	<columnFieldProperty
		name="importo_approvato" />
	<columnFieldProperty
		name="importo_ripartito" />
		
	<columnSet name="nuovoPdg">
		<columnFieldProperty
			name="cd_dipartimento" />
		<columnFieldProperty
			name="ds_dipartimento" />
		<columnFieldProperty
			name="importo_approvato" />
		<columnFieldProperty
			name="importo_ripartito" />
	</columnSet>
	
	<freeSearchSet name="nuovoPdg">
		<findFieldProperty
			name="esercizio" />
		<findFieldProperty
			name="cd_dipartimento" />
		<findFieldProperty
			name="pg_dettaglio" />
		<findFieldProperty
			name="importo_approvato" />
	</freeSearchSet>
</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy