pagamentoGrid.jsp 957 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<%@ include file="/project/include.jsp" %>

<script type="text/javascript">
	function gotoElaboraPagamenti() {
		buiGotoCustomMode('Elabora', 'fromMode=view');
	}
	
	function stampaLetterePagamento() {
		var selRow = shellGetMasterSelectedRowAndAlertIfNotSelected();
		if (selRow > -1) {
			var codiceModello = jsLoadString('it.cedaf.icare.pagamenti.etc.LetterePagamentoCodiceFormStampaExecutor', '&selectedRow=' + selRow);
			if (codiceModello != '.') {
				showModuloInput(codiceModello, 'stampaLetterePagamentoDownload', null, null, 'Parametri di stampa...');
			} else {
				stampaLetterePagamentoDownload(selRow);
			}
		}
	}
	
	function stampaLetterePagamentoDownload() {
		shellDownload('it.cedaf.icare.pagamenti.etc.LetterePagamentoFileContentProvider');
	}
</script>

<shell:grid description="ente,15%;servizio,15%;descrizione,20%;dataEmissione,13%;totImporto,13%,-1,right;periodoRiferimentoDa,8%;periodoRiferimentoA,8%;dataElaborazione,8%" />