fatturejserfinGrid.jsp 714 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<%@ include file="/project/include.jsp" %>

<script type="text/javascript">
	function tformat_cpmt_esitoInvio(element, value, name) {
		shellFormatImg(element, value, new Array(
			['si', juiceGetResource('shell', 'img/misc/check_small.gif')],
			['no', juiceGetResource('shell', 'img/misc/delete-small.gif')]
		));
	}	
	
	function eformat_cpmt_esitoInvio(element, value, name) {
		shellFormatImg(element, value, new Array(
			['si', juiceGetResource('shell', 'img/misc/check_small.gif')],
			['no', juiceGetResource('shell', 'img/misc/delete-small.gif')]
		));
	}		
</script>


<shell:grid description="descrizione,30%;dataDocumento,10%;numeroDocumento,10%;importo,10%,-1,right;liquidazione,30%;esitoInvio,10%" />