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

it.cnr.contab.docamm00.docs.bulk.Filtro_ricerca_accertamentiVBulkInfo.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">

	<!-- ************************** CLIENTE **************************** -->
	<fieldProperty
		name="cliente"
		property="cliente"
		inputType="SEARCHTOOL" 		
		readonlyProperty="ROclientetool"
		enabledOnSearch="true" />	
	<fieldProperty
		name="cd_cliente"
		property="cliente.cd_terzo"
		maxLength="6"
		inputSize="6"
		inputType="ROTEXT"
		label="Cliente"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
	<fieldProperty
		name="cd_precedente"
		property="cliente.cd_precedente"
		maxLength="20"
		inputSize="6"
		inputType="ROTEXT"
		label="Codice precedente"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
	<fieldProperty
		name="cognome"
		property="cliente.anagrafico.cognome"
		maxLength="50"
		inputSize="50"
		inputType="ROTEXT"
		label="Cognome"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
	<fieldProperty
		name="nome"
		property="cliente.anagrafico.nome"
		maxLength="50"
		inputSize="50"
		inputType="ROTEXT"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		label="Nome"/>
	<fieldProperty
		name="ragione_sociale"
		property="cliente.anagrafico.ragione_sociale"
		maxLength="100"
		inputSize="100"
		inputType="ROTEXT"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		label="Ragione Sociale"
		caseSensitiveSearch="false" />
	<fieldProperty
		name="denominazione_sede"
		property="cliente.denominazione_sede"
		inputSize="100"
		inputType="ROTEXT"
		label="Denom./Sede"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
	<fieldProperty
		name="codice_fiscale"
		property="cliente.anagrafico.codice_fiscale"
		maxLength="16"
		inputSize="16"
		inputType="ROTEXT"
		label="Cod. Fiscale"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
	<fieldProperty
		name="partita_iva"
		property="cliente.anagrafico.partita_iva"
		maxLength="11"
		inputSize="11"
		inputType="ROTEXT"
		label="Partita IVA"
		readonlyProperty="ROcliente"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />

	<!-- ************************** IMPORTO **************************** -->
	<fieldProperty
		name="im_importo"
		property="im_importo"
		maxLength="15"
		inputSize="15"
		inputType="TEXT"
		readonlyProperty="ROimporto"
		formatName="it.cnr.contab.util.EuroPositivoFormat"
		label="Importo"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
		
	<!-- ************************ DATA SCADENZA ************************** -->
	<fieldProperty
		name="data_scadenziario"
		property="data_scadenziario"
		maxLength="30"
		inputSize="30"
		inputType="TEXT"
		formatName="date_short"
		readonlyProperty="ROdatascadenza"
		label="Data scadenza"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
		
	<!-- ************************ NR ACCERTAMENTO *********************** -->
	<fieldProperty
		name="nr_accertamento"
		property="nr_accertamento"
		maxLength="30"
		inputSize="30"
		inputType="TEXT"
		readonlyProperty="ROnraccertamento"
		label="Nr. accertamento"
		enabledOnSearch="true"
		caseSensitiveSearch="false" />
	
	<!-- ************************ FLAGS RICERCA ************************ -->
	<fieldProperty
		name="fl_cliente"
		property="fl_cliente"
		inputType="CHECKBOX"
		enabledOnSearch="true"
		label="Abilita filtro" />
	<fieldProperty
		name="fl_importo"
		property="fl_importo"
		inputType="CHECKBOX"
		enabledOnSearch="true"
		label="Abilita filtro" />
	<fieldProperty
		name="fl_data_scadenziario"
		property="fl_data_scadenziario"
		inputType="CHECKBOX"
		enabledOnSearch="true"
		label="Abilita filtro" />
	<fieldProperty
		name="fl_nr_accertamento"
		property="fl_nr_accertamento"
		inputType="CHECKBOX"
		enabledOnSearch="true"
		label="Abilita filtro" />
	
	<!-- ************************ FORM FIELD PROPERTY ******************** -->
	<formFieldProperty name="cliente" />
	<formFieldProperty name="cd_cliente" />
	<formFieldProperty name="cd_precedente" />
	<formFieldProperty name="cognome" />
	<formFieldProperty name="nome" />
	<formFieldProperty name="ragione_sociale" />
	<formFieldProperty name="denominazione_sede" />
	<formFieldProperty name="codice_fiscale" />
	<formFieldProperty name="partita_iva" />
	<formFieldProperty name="im_importo" />
	<formFieldProperty name="data_scadenziario" />
	<formFieldProperty name="nr_accertamento" />
	<formFieldProperty name="fl_cliente" />
	<formFieldProperty name="fl_importo" />
	<formFieldProperty name="fl_data_scadenziario" />
	<formFieldProperty name="fl_nr_accertamento" />

	<!-- ************************ FIND FIELD PROPERTY ******************** -->
	<findFieldProperty name="cd_cliente" />
	<findFieldProperty name="cd_precedente" />
	<findFieldProperty name="cognome" />
	<findFieldProperty name="nome" />
	<findFieldProperty name="ragione_sociale" />
	<findFieldProperty name="codice_fiscale" />
	<findFieldProperty name="partita_iva" />
	<findFieldProperty name="im_importo" />
	<findFieldProperty name="data_scadenziario" />
	<findFieldProperty name="nr_accertamento" />

	<!-- ************************ COLUMN FIELD PROPERTY ****************** -->
	<columnFieldProperty name="nr_accertamento" />
	<columnFieldProperty name="data_scadenziario" />
	<columnFieldProperty name="im_importo" />
	<columnFieldProperty name="ragione_sociale" />
	<columnFieldProperty name="cognome" />
	<columnFieldProperty name="nome" />
	<columnFieldProperty name="denominazione_sede" />
	<columnFieldProperty name="codice_fiscale" />
	<columnFieldProperty name="partita_iva" />

	<!-- ************************ COLUMN SET ***************************** -->
	<columnSet
		name="accertamentoSet">
		<columnFieldProperty name="nr_accertamento" />
		<columnFieldProperty name="data_scadenziario" />
		<columnFieldProperty name="im_importo" />
		<columnFieldProperty name="ragione_sociale" />
		<columnFieldProperty name="cognome" />
		<columnFieldProperty name="nome" />
		<columnFieldProperty name="denominazione_sede" />
		<columnFieldProperty name="codice_fiscale" />
		<columnFieldProperty name="partita_iva" />
	</columnSet>

</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy