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

it.cnr.contab.compensi00.docs.bulk.StampaPartitarioCompensiVBulkInfo.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">
			
	<formFieldProperty
		name="esercizio"
		property="esercizio"
		inputType="ROTEXT" 
		inputSize="8"
		maxLength="8"
		label="Esercizio"/>
	<formFieldProperty
		name="cd_cds"
		property="cd_cds"
		inputType="ROTEXT" 
		inputSize="10"
		label="CdS Appartenenza"/>
	<formFieldProperty
		name="cd_unita_organizzativa"
		property="cd_unita_organizzativa"
		inputType="ROTEXT" 
		inputSize="10"
		label="UO Appartenenza"/>
		
	<fieldProperty
		name="dataInizio"
		property="dataInizio"
		inputType="TEXT"
		formatName="date_short"
		inputSize="10"
		maxLength="10"
		nullable="false"
		label="Data inizio"/>
	<fieldProperty
		name="dataFine"
		property="dataFine"
		inputType="TEXT"
		formatName="date_short"
		inputSize="10"
		maxLength="10"
		nullable="false"
		label="Data fine" />
	<fieldProperty
		name="findAnagraficoForPrint"
		property="anagraficoForPrint"
		inputType="SEARCHTOOL"
		label="Anagrafico" />
	<fieldProperty
		name="cd_anag"
		property="anagraficoForPrint.cd_anag"
		inputType="TEXT"
		readonlyProperty="ROAnagraficoForPrint"
		nullable="false"
		maxLength="8"
		inputSize="8" 
		label="Codice" />
	<fieldProperty
		name="ragione_sociale"
		property="anagraficoForPrint.ragione_sociale"
		inputType="ROTEXT"
		inputSize="30" 
		label="Ragione sociale" />
	<fieldProperty
		name="cognome"
		property="anagraficoForPrint.cognome"
		inputType="ROTEXT"
		maxLength="50"
		inputSize="30" 
		label="Ragione sociale" />

	<formFieldProperty name="cd_unita_organizzativa" />
	<formFieldProperty name="cd_cds" />
	<formFieldProperty name="esercizio" />
	
	<formFieldProperty name="dataInizio" />
	<formFieldProperty name="dataFine" />
	<formFieldProperty name="cd_anag" />
	<formFieldProperty name="ragione_sociale" />
	<formFieldProperty name="cognome" />	
	<formFieldProperty name="findAnagraficoForPrint" />

	<form
		name="/docamm/docamm/partitario_compensi.rpt">
		<formFieldProperty name="cd_unita_organizzativa" />
		<formFieldProperty name="cd_cds" />
		<formFieldProperty name="esercizio" />
		
		<formFieldProperty name="dataInizio" />
		<formFieldProperty name="dataFine" />
		<formFieldProperty name="cd_anag" />
		<formFieldProperty name="ragione_sociale" />
		<formFieldProperty name="cognome" />	
		<formFieldProperty name="findAnagraficoForPrint" />
	</form>
	
	<form
		name="/docamm/docamm/partitario_compensi.jasper">
		<formFieldProperty name="cd_unita_organizzativa" />
		<formFieldProperty name="cd_cds" />
		<formFieldProperty name="esercizio" />
		
		<formFieldProperty name="dataInizio" />
		<formFieldProperty name="dataFine" />
		<formFieldProperty name="cd_anag" />
		<formFieldProperty name="ragione_sociale" />
		<formFieldProperty name="cognome" />	
		<formFieldProperty name="findAnagraficoForPrint" />
	</form>

	<printForm
		name="/docamm/docamm/partitario_compensi.rpt">
		<printFieldProperty 
			name="cd_anag"
			parameterPosition="0"
			parameterType="STRING" />
		<printFieldProperty 
			name="cd_cds"
			parameterPosition="1"
			parameterType="STRING" />
		<printFieldProperty 
			name="cd_unita_organizzativa"
			parameterPosition="2"
			parameterType="STRING" />
		<printFieldProperty 
			name="esercizio"
			parameterPosition="3"
			parameterType="STRING" />
		<printFieldProperty
			name="dataInizio"
			parameterPosition="4"
			parameterType="DATE" />
		<printFieldProperty
			name="dataFine"
			parameterPosition="5"
			parameterType="DATE" />
	</printForm>
	
	<printForm
		name="/docamm/docamm/partitario_compensi.jasper">
		<printFieldProperty 
			name="cd_anag"
			parameterPosition="0"
			parameterType="STRING" 
			paramNameJR="Cd_anag"
			paramTypeJR="java.lang.Integer" />
		<printFieldProperty 
			name="cd_cds"
			parameterPosition="1"
			parameterType="STRING"
			paramNameJR="CDS"
			paramTypeJR="java.lang.String" />
		<printFieldProperty 
			name="cd_unita_organizzativa"
			parameterPosition="2"
			parameterType="STRING" 
			paramNameJR="UO"
			paramTypeJR="java.lang.String"/>
		<printFieldProperty 
			name="esercizio"
			parameterPosition="3"
			parameterType="STRING" 
			paramNameJR="Esercizio"
			paramTypeJR="java.lang.Integer"/>
		<printFieldProperty
			name="dataInizio"
			parameterPosition="4"
			parameterType="DATE"
			paramNameJR="DaData"
			paramTypeJR="java.util.Date" />
		<printFieldProperty
			name="dataFine"
			parameterPosition="5"
			parameterType="DATE"
			paramNameJR="AData"
			paramTypeJR="java.util.Date" />
	</printForm>

</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy