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

it.cnr.contab.pdg00.bulk.StampaRendFinCNRVBulkInfo.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="findCds"
		property="cds"
		inputType="SEARCHTOOL"
		formName="searchtool"
		completeOnSave="true"
		label="CdS" />
	<fieldProperty
		name="cd_cds"
		property="cds.cd_unita_organizzativa"
		maxLength="30"
		inputSize="20"
		inputType="TEXT"
		nullable="false"
		readonlyProperty="ROCds"
		label="Codice CdS" />
	<fieldProperty
		name="ds_cds"
		property="cds.ds_unita_organizzativa"
		maxLength="80"
		inputSize="60"
		inputType="ROTEXT"
		label="Descrizione CdS" />
	<fieldProperty
		name="esercizio"
		property="esercizio"
		inputSize="4"
		maxLength="4"
		inputType="ROTEXT"
		label="Esercizio" />
	<fieldProperty
		name="stampaArticolo"
		property="stampaArticolo"
		inputType="TEXT"
		inputSize="1"
		maxLength="1"
		label="Stampa Articolo" 
		/>

	<formFieldProperty name="cd_cds" />
	<formFieldProperty name="findCds" />
	<formFieldProperty name="ds_cds" />
	<formFieldProperty name="esercizio" />
	<formFieldProperty name="stampaArticolo" />

	<printForm
		name="/cnrpreventivo/pdg/rendiconto_fin_spese_cnr_dz.jasper">
		<printFieldProperty 
			name="cd_cds"
			parameterPosition="0"
			parameterType="STRING"
			paramNameJR="cds"
			paramTypeJR="java.lang.String" />
		<printFieldProperty 
			name="esercizio"
			parameterPosition="1"
			parameterType="STRING"
			paramNameJR="esercizio"
			paramTypeJR="java.lang.Integer" />		
		<printFieldProperty 
			name="stampaArticolo"
			parameterPosition="2"
			parameterType="STRING"
			paramNameJR="stampaArticolo"
			paramTypeJR="java.lang.Boolean" />
    </printForm>		
	<printForm
		name="/cnrpreventivo/pdg/rendiconto_fin_entrate_cnr_dz.jasper">
		<printFieldProperty 
			name="cd_cds"
			parameterPosition="0"
			parameterType="STRING"
			paramNameJR="cds"
			paramTypeJR="java.lang.String" />
		<printFieldProperty 
			name="esercizio"
			parameterPosition="1"
			parameterType="STRING"
			paramNameJR="esercizio"
			paramTypeJR="java.lang.Integer" />		
		<printFieldProperty 
			name="stampaArticolo"
			parameterPosition="2"
			parameterType="STRING"
			paramNameJR="stampaArticolo"
			paramTypeJR="java.lang.Boolean" />
    </printForm>		
</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy