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

it.cnr.contab.pdg00.bulk.Stampa_var_stanz_resBulkInfo.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 shortDescription="Stampa Variazioni PdG">

	<formFieldProperty
		name="esercizio"
		property="esercizio"
		inputSize="4"		
		inputType="ROTEXT"
		label="Esercizio" />

	<fieldProperty
		name="findvariazioneForPrint"
		property="variazioneForPrint"
		inputType="SEARCHTOOL"
		nullable="true"
		readonlyProperty="variazioneForPrintEnabled"
		formName="searchtool"
		enabledOnSearch="true"
		completeOnSave="true"
		label="Variazione" />
	<fieldProperty
		name="pg_variazione"
		property="variazioneForPrint.pg_variazione"
		maxLength="30"
		inputSize="10"
		inputType="TEXT"
		nullable="false" />	
	<fieldProperty
		name="ds_variazione"
		property="variazioneForPrint.ds_variazione"
		maxLength="30"
		inputSize="100"
		inputType="TEXT"
		nullable="true" />	

	<formFieldProperty name="esercizio" />
	<formFieldProperty name="findvariazioneForPrint" />
	<formFieldProperty name="pg_variazione" />
	<formFieldProperty name="ds_variazione" /> 
	
	
	<printForm
		name="/cnrpreventivo/pdg/stampa_var_stanziamento_res.jasper">
		<printFieldProperty 
			name="esercizio"
			parameterPosition="0"
			parameterType="STRING" 
			paramNameJR="Esercizio"
			paramTypeJR="java.lang.Integer" />
		<printFieldProperty 
			name="pg_variazione"
			parameterPosition="1"
			parameterType="STRING"
			paramNameJR="Variazione"
			paramTypeJR="java.lang.Integer" />			
	</printForm>
	
		
	
</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy