it.cnr.contab.docamm00.intrastat.bulk.Codici_cpaBulkInfo.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" shortDescription="Tabella di decodifica per i codici cpa" longDescription="Tabella di decodifica per i codici cpa"> <fieldProperty name="id_cpa" property="id_cpa" inputType="TEXT" inputSize="22" maxLength="22" enabledOnEdit="false" enabledOnSearch="true" enabledOnInsert="false" nullable="false" readonlyProperty="ROcpa" label="Id" /> <fieldProperty name="esercizio" property="esercizio" inputType="TEXT" inputSize="4" maxLength="4" enabledOnEdit="false" enabledOnInsert="false" nullable="false" readonlyProperty="ROcpa" label="Esercizio" /> <fieldProperty name="cd_cpa" property="cd_cpa" inputType="TEXT" inputSize="6" maxLength="6" enabledOnInsert="true" enabledOnSearch="true" enabledOnFreeSearch="true" nullable="false" readonlyProperty="ROcpa" label="Codice" /> <fieldProperty name="ds_cpa" property="ds_cpa" inputType="TEXTAREA" cols="60" rows="5" maxLength="500" readonlyProperty="ROcpa" enabledOnInsert="true" enabledOnSearch="true" enabledOnFreeSearch="true" nullable="false" label="Descrizione" /> <fieldProperty name="livello" property="livello" readonlyProperty="ROcpa" inputType="TEXT" inputSize="22" maxLength="22" enabledOnInsert="true" enabledOnSearch="true" enabledOnFreeSearch="true" nullable="false" label="Livello" /> <fieldProperty name="fl_utilizzabile" property="fl_utilizzabile" inputType="CHECKBOX" label="Utilizzabile" enabledOnSearch="true"/> <fieldProperty name="ti_bene_servizio" property="ti_bene_servizio" maxLength="1" inputSize="20" inputType="SELECT" nullable="false" keysProperty="ti_bene_servizioKeys" readonlyProperty="ROcpa" enabledOnInsert="true" enabledOnEdit="false" enabledOnSearch="true" enabledOnFreeSearch="false" label="Servizio/Bene" caseSensitiveSearch="false" /> <formFieldProperty name="id_cpa" /> <formFieldProperty name="esercizio" /> <formFieldProperty name="cd_cpa" /> <formFieldProperty name="ds_cpa" /> <formFieldProperty name="livello" /> <formFieldProperty name="ti_bene_servizio" /> <formFieldProperty name="fl_utilizzabile" /> <findFieldProperty name="id_cpa" /> <findFieldProperty name="esercizio" /> <findFieldProperty name="cd_cpa" /> <findFieldProperty name="ds_cpa" /> <findFieldProperty name="livello" /> <findFieldProperty name="ti_bene_servizio" /> <findFieldProperty name="fl_utilizzabile" /> <columnFieldProperty name="cd_cpa" /> <columnFieldProperty name="ds_cpa" /> <form name="searchtool"> <formFieldProperty name="cd_cpa" inputSize="10" inputCssClass="w-10 "/> <formFieldProperty name="ds_cpa" inputType="ROTEXT" inputSize="30"/> </form> </bulkInfo>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy