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

it.cnr.contab.docamm00.docs.bulk.Fattura_attiva_rigaIBulkInfo.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="im_totale_storni"
		property="im_totale_storni"
		inputType="TEXT"
		formatName="it.cnr.contab.util.EuroPositivoFormat"
		enabledOnEdit="false"
		label="Importo storni" />
		
	<fieldProperty
		name="im_totale_addebiti"
		property="im_totale_addebiti"
		inputType="TEXT"
		formatName="it.cnr.contab.util.EuroPositivoFormat"
		enabledOnEdit="false"
		label="Importo addebiti" />

	<fieldProperty
		name="saldo"
		property="saldo"
		inputType="TEXT"
		formatName="it.cnr.contab.util.EuroFormat"
		enabledOnEdit="true"
		readonlyProperty="ROdetail"
		label="Saldo" />
	
	<fieldProperty
		name="im_riga_sdoppia"
		property="im_riga_sdoppia"
		inputType="TEXT"
		maxLength="15"
		inputSize="15"
		formatName="it.cnr.contab.util.EuroPositivoFormat"
		enabledOnEdit="true"
		enabledOnView="true"
		nullable="false"
		label="Nuovo Totale" />	

	<formFieldProperty
		name="im_totale_storni" />
	<formFieldProperty
		name="im_totale_addebiti" />
	<formFieldProperty
		name="saldo" />
	<formFieldProperty 
	    name="im_riga_sdoppia"
		command="doConfirmSdoppiaDettaglio"/>		

	<columnFieldProperty
		name="im_totale_storni" />
	<columnFieldProperty
		name="im_totale_addebiti" />
	<columnFieldProperty
		name="saldo" />

	<columnSet
		name="righiSet">
		<columnFieldProperty
		  name="cd_bene_servizio" />
		<columnFieldProperty
			name="ds_riga_fattura"
			/>
		<columnFieldProperty
			name="quantita"
			/>
		<columnFieldProperty
			name="prezzo_unitario"
			/>
		<columnFieldProperty
			name="im_imponibile"
			/>
		<columnFieldProperty
			name="im_iva"
			/>
		<columnFieldProperty
			name="im_totale_storni" />
		<columnFieldProperty
			name="im_totale_addebiti" />
		<columnFieldProperty
			name="saldo" />
		<columnFieldProperty
			name="stato_cofi"
			/>
		<columnFieldProperty
			name="ti_associato_manrev" />
	</columnSet>
</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy