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

it.cnr.contab.bollo00.bulk.Atto_bolloBulkInfo.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="id"
		property="id"
		label="Id."
		inputType="TEXT"
		enabledOnInsert="false"
		enabledOnEdit="false"
		enabledOnSearch="false"
		enabledOnFreeSearch="false"
		style="text-align: right"
		nullable="false" />
	<fieldProperty
		name="esercizio"
		property="esercizio"
		label="Esercizio"
		inputType="TEXT"
		enabledOnInsert="false"
		enabledOnEdit="false"
		enabledOnSearch="false"
		enabledOnFreeSearch="false"
		nullable="false" />
	<fieldProperty
		name="findUnitaOrganizzativa"
		property="unitaOrganizzativa"
		inputType="SEARCHTOOL"
		formName="searchtool"
		label="Unit&#224; organizzativa"
		enabledOnInsert="false"
		enabledOnEdit="false"
		enabledOnSearch="false"
		enabledOnFreeSearch="false"/>
	<fieldProperty
		name="cdUnitaOrganizzativa"
		property="unitaOrganizzativa.cd_unita_organizzativa"
		inputType="TEXT"
		label="Unit&#224; organizzativa" />
	<fieldProperty
		name="findTipoAttoBollo"
		property="tipoAttoBollo"
		inputType="SEARCHTOOL"
		formName="searchtool"
		label="Tipo Atto"
		enabledOnSearch="true"
		enabledOnFreeSearch="false"
		nullable="false"/>
	<fieldProperty
		name="cdTipoAttoBollo"
		property="tipoAttoBollo.codice"
		inputType="TEXT"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		label="Codice Tipo Atto" />
	<fieldProperty
		name="descrizioneAtto"
		property="descrizioneAtto"
		maxLength="300"
		cols="60"
		rows="4"
		inputType="TEXTAREA"
		label="Descrizione"
		inputCssClass=" w-100"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		nullable="false" />
	<fieldProperty
		name="cd_provv"
		property="cd_provv"
		inputType="TEXT"
		inputSize="10"
		maxLength="20"
		enabledOnSearch="true"
		label="Codice Protocollo" />
	<fieldProperty
		name="nr_provv"
		property="nr_provv"
		inputType="TEXT"
		inputSize="10"
		maxLength="10"
		enabledOnSearch="true"
		label="Numero Protocollo" />
	<fieldProperty
		name="dt_provv"
		property="dt_provv"
		inputType="TEXT"
		inputSize="10"
		formatName="date_short"
		enabledOnSearch="true"
		label="Data Protocollo" />
	<fieldProperty
		name="find_contratto"
		property="contratto"
		inputType="SEARCHTOOL"
		formName="searchtool"
		label="Contratto"
		CRUDBusinessProcessName="CRUDConfigAnagContrattoBP"
		enabledOnSearch="true" />
	<fieldProperty
		name="esercizio_contratto"	
		property="contratto.esercizio"
		label="Esercizio contratto"
		inputType="TEXT"
		maxLength="4"
		inputSize="4"
		enabledOnSearch="true" />
	<fieldProperty
		name="pg_contratto"
		property="contratto.pg_contratto"
		maxLength="10"
		inputSize="10"
		inputType="TEXT"
		label="Progressivo contratto"
		enabledOnSearch="true" />
	<fieldProperty
		name="oggetto_contratto"
		property="contratto.oggetto"
		maxLength="500"
		inputSize="60"
		inputType="ROTEXT"
		label="Oggetto contratto"
		enabledOnSearch="true" />		
	<fieldProperty
		name="numFogli"
		property="numDettagli"
		label="Num. Fogli/Esemplari"
		inputType="TEXT"
		command="doOnNumFogliChange"
		readonlyProperty="RONumFogli"
		maxLength="6"
		inputSize="7"
		style="text-align: right"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		nullable="false" />
	<fieldProperty
		name="numRighe"
		property="numRighe"
		label="Numero Righe"
		inputType="TEXT"
		command="doOnNumRigheChange"
		maxLength="6"
		inputSize="7"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		style="text-align: right" />
	<fieldProperty
		name="numEsemplari"
		property="numDettagli"
		label="Num. Fogli/Esemplari"
		inputType="ROTEXT"
		maxLength="6"
		inputSize="7"
		style="text-align: right"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		nullable="false" />
	<fieldProperty
		name="flContrattoRegistrato"
		property="flContrattoRegistrato"
		label="Contratto Registrato"
		inputType="CHECKBOX"
		command="doOnFlContrattoRegistratoChange"
		maxLength="1"
		inputSize="1"
		enabledOnSearch="false"	/>

	<formFieldProperty
		name="id" />
	<formFieldProperty
		name="esercizio" />
	<formFieldProperty
		name="findUnitaOrganizzativa" />
	<formFieldProperty
		name="findTipoAttoBollo" />
	<formFieldProperty
		name="descrizioneAtto" />
	<formFieldProperty
		name="cd_provv" 
		label="Codice&lt;BR&gt;Protocollo" />
	<formFieldProperty
		name="nr_provv" 
		label="Numero&lt;BR&gt;Protocollo" />
	<formFieldProperty
		name="dt_provv" 
		label="Data&lt;BR&gt;Protocollo" />
	<formFieldProperty
		name="find_contratto" />	
	<formFieldProperty
		name="esercizio_contratto" />		
	<formFieldProperty
		name="pg_contratto" />
	<formFieldProperty
		name="oggetto_contratto" />		
	<formFieldProperty
		name="flContrattoRegistrato" />

	<formFieldProperty
		name="numFogli"
		label="Numero Fogli" />
	<formFieldProperty
		name="numRighe" />
	<formFieldProperty
		name="numEsemplari" 
		label="Numero Esemplari" />

	<columnFieldProperty
		name="id" />
	<columnFieldProperty
		name="esercizio" />
	<columnFieldProperty
		name="cdUnitaOrganizzativa" />
	<columnFieldProperty
		name="cdTipoAttoBollo" />
	<columnFieldProperty
		name="descrizioneAtto" />
	<columnFieldProperty
		name="cd_provv" />
	<columnFieldProperty
		name="nr_provv" />
	<columnFieldProperty
		name="dt_provv" />
	<columnFieldProperty
		name="numFogli" />

	<findFieldProperty
		name="id" />
	<findFieldProperty
		name="findTipoAttoBollo" />
	<findFieldProperty
		name="cdTipoAttoBollo" />
	<findFieldProperty
		name="descrizioneAtto" />
	<findFieldProperty
		name="cd_provv" />
	<findFieldProperty
		name="nr_provv" />
	<findFieldProperty
		name="dt_provv" />
	<findFieldProperty
		name="numFogli" />
</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy