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

it.cnr.contab.missioni00.tabrif.bulk.Missione_tariffario_autoBulkInfo.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="cd_tariffa_auto"
		property="cd_tariffa_auto"
		maxLength="10"
		inputSize="10"
		inputType="TEXT"
		nullable="false"
		enabledOnInsert="true"
		enabledOnEdit="false"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		label="Codice" />
	<fieldProperty
		name="ds_tariffa_auto"
		property="ds_tariffa_auto"
		maxLength="50"
		inputSize="50"
		inputType="TEXT"
		nullable="false"
		enabledOnInsert="true"
		enabledOnEdit="true"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		caseSensitiveSearch="false"
		label="Descrizione" />
	<fieldProperty
		name="dt_inizio_validita"
		property="dt_inizio_validita"
		formatName="date_short"
		inputType="TEXT"
		nullable="false"
		enabledOnInsert="true"
		enabledOnEdit="false"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		label="Inizio validita" />
	<fieldProperty
		name="indennita_chilometrica"
		property="indennita_chilometrica"
		maxLength="16"
		inputType="TEXT"
		nullable="false"
		formatName="it.cnr.contab.util.EuroFormat"
		enabledOnInsert="true"
		enabledOnEdit="true"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		label="Indennità Chilometrica" />
	<fieldProperty
		name="dt_fine_validita"
		property="dt_fine_validita"
		formatName="date_short"
		inputType="TEXT"
		enabledOnInsert="false"
		enabledOnEdit="false"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		label="Fine validita" />
	<fieldProperty
		name="dataFineValidita"
		property="dataFineValidita"
		formatName="date_short"
		inputType="ROTEXT"
		enabledOnInsert="false"
		enabledOnEdit="false"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		label="Fine validita" />
	<fieldProperty
		name="dt_cancellazione"
		property="dt_cancellazione"
		formatName="date_short"
		inputType="TEXT"
		enabledOnInsert="false"
		enabledOnEdit="true"
		enabledOnSearch="true"
		enabledOnFreeSearch="true"
		label="Data Cancellazione" />

	<formFieldProperty name="dt_fine_validita" />
	<formFieldProperty name="dataFineValidita" />
	<formFieldProperty name="indennita_chilometrica" />
	<formFieldProperty name="ds_tariffa_auto" />
	<formFieldProperty name="dt_cancellazione" />
	<formFieldProperty name="cd_tariffa_auto" />
	<formFieldProperty name="dt_inizio_validita" />

	<columnFieldProperty name="cd_tariffa_auto" />
	<columnFieldProperty name="ds_tariffa_auto" />
	<columnFieldProperty name="indennita_chilometrica" />
	<columnFieldProperty name="dt_inizio_validita" />
	<columnFieldProperty name="dataFineValidita" />
	<columnFieldProperty name="dt_cancellazione" />

	<findFieldProperty name="cd_tariffa_auto" />
	<findFieldProperty name="ds_tariffa_auto" />
	<findFieldProperty name="indennita_chilometrica" />
	<findFieldProperty name="dt_inizio_validita" />
	<findFieldProperty name="dt_fine_validita" />
	<findFieldProperty name="dt_cancellazione" />

</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy