Patch level : 2.1 nopatch
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto abbozzo di help per generatori di query e report git-svn-id: svn://10.65.10.50/trunk@11952 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e096f5a9ec
commit
2d8bf04579
21
ba/ba8200a.html
Executable file
21
ba/ba8200a.html
Executable file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Generatore Query</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<!--<link rel="stylesheet" href="./stili/stile_l.css">-->
|
||||
</head>
|
||||
|
||||
|
||||
<!-- frames -->
|
||||
|
||||
<frameset rows="80,*" border="0">
|
||||
<frame name="uno" src="ba8200a_alto.html" frameborder="no" noresize>
|
||||
<frame name="due" src="ba8200a_corpo.html" frameborder="no" noresize>
|
||||
</frameset>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
62
ba/ba8200a_alto.html
Executable file
62
ba/ba8200a_alto.html
Executable file
@ -0,0 +1,62 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Generatore Query</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../stili/stile_p.css">
|
||||
|
||||
</head>
|
||||
|
||||
<script>
|
||||
function apri(lnk){
|
||||
window.open(lnk,'','top=10, left=10, width=500, height=600, toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
|
||||
}
|
||||
</script>
|
||||
|
||||
<body marginwidth="0" marginheight="0" topmargin="3" leftmargin="5" class="bodyframe">
|
||||
|
||||
<!-- Tabella contenitore principale -->
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- Tabella titolo principale -->
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<!-- <tr><td class="titolo1" colspan="2"><a href="../index.html" target="_new"><img src=../images/home.jpg border=0 alt=Home page></a> Zone</td></tr>-->
|
||||
<tr><td class="titolo1" colspan="2"><a href="../index.html" target="_new"><img src=../images/home.jpg border=0 alt=Home page></a>Generatore Query</td></tr>
|
||||
<!-- <tr><td><br></td></tr>-->
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td align="left">
|
||||
<!--<a href="ba8200a_corpo.html#uno" target="due"><img src="./images/pagina1.gif" border="0"></a><a href="ba4100a_corpo.html#due" target="due"><img src="./images/pagina2.gif" border="0"></a><a href="ba8200a_corpo.html#tre" target="due"><img src="./images/pagina3.gif" border="0"></a></td>-->
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<!--
|
||||
</tr>
|
||||
<tr>
|
||||
-->
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="right"><a href="#" onclick="return apri('../pages/tastiera.html');"><img src="../images/tastiera.gif" border="0"></a></td>
|
||||
<td align="right" width="35"><a href="#" onclick="return apri('../pages/mouse.html');"><img src="../images/mouse.gif" border="0"></a></td>
|
||||
<td width="60"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
34
ba/ba8200a_corpo.html
Executable file
34
ba/ba8200a_corpo.html
Executable file
@ -0,0 +1,34 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Generatore Query</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../stili/stile_p.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff" leftmargin="5">
|
||||
|
||||
<div align="justify">
|
||||
<h2>Introduzione</h2>
|
||||
<p>
|
||||
Questa applicazione permette di generare <a href="ba8200sql.html#select">query sql</a> sul database di campo, visualizzare
|
||||
i risultati delle medesime ed esportarli in vari formati.<br/>
|
||||
Le query possono essere salvate per poter essere riutilizzate in un momento
|
||||
successivo oppure per essere collegate al programma <a href="ba8300a.html" target="_parent">generatore di report</a>.
|
||||
</p>
|
||||
<h2>Come iniziare</h2>
|
||||
<p>
|
||||
Vogliamo realizzare una query esemplificativa che visualizzi il cosiddetto "mastrino" del conto 1.1.1.
|
||||
In altre parole vogliamo selezionare dalle righe dei movimenti contabili tutte quelle che contengono il conto desiderato.
|
||||
<p><b>Assegnazione del nome - </b>
|
||||
Come prima cosa dobbiamo assegnare un nome ed una descrizione alla nostra query, scrivendoli nelle prime due caselle di testo in alto,
|
||||
ad esempio: "ProvaMastrino" e "Mastrino di prova del conto 1.1.1"</p>
|
||||
<p><b>Selezione delle tabelle - </b>
|
||||
A questo punto premiamo il bottone "Tabella" per selezionare la tabella principale della query. Possiamo scrivere direttamente "RMOV"
|
||||
nella casella Tabella e premere il bottone "Conferma", oppure possiamo premere il bottone di selezione associato e scegliere la tabella desiderata dall'elenco.
|
||||
A questo punto dobbiamo collegare le tesate dei movimenti contabili alle loro righe: premiamo nuovamente "Tabella" e colleghiamo "MOV".
|
||||
Nella parte inferiore dovrebbero venire proposti i campi di collegamento "NUMREG". Normalmente i campi di collegamento compariranno automaticamente, ma e' possibile variarli in caso di necessita'.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
1890
ba/ba8200sql.html
Executable file
1890
ba/ba8200sql.html
Executable file
File diff suppressed because it is too large
Load Diff
21
ba/ba8300a.html
Executable file
21
ba/ba8300a.html
Executable file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Generatore Report</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<!--<link rel="stylesheet" href="./stili/stile_l.css">-->
|
||||
</head>
|
||||
|
||||
|
||||
<!-- frames -->
|
||||
|
||||
<frameset rows="80,*" border="0">
|
||||
<frame name="uno" src="ba8300a_alto.html" frameborder="no" noresize>
|
||||
<frame name="due" src="ba8300a_corpo.html" frameborder="no" noresize>
|
||||
</frameset>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
62
ba/ba8300a_alto.html
Executable file
62
ba/ba8300a_alto.html
Executable file
@ -0,0 +1,62 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Generatore Report</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../stili/stile_p.css">
|
||||
|
||||
</head>
|
||||
|
||||
<script>
|
||||
function apri(lnk){
|
||||
window.open(lnk,'','top=10, left=10, width=500, height=600, toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
|
||||
}
|
||||
</script>
|
||||
|
||||
<body marginwidth="0" marginheight="0" topmargin="3" leftmargin="5" class="bodyframe">
|
||||
|
||||
<!-- Tabella contenitore principale -->
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- Tabella titolo principale -->
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<!-- <tr><td class="titolo1" colspan="2"><a href="../index.html" target="_new"><img src=../images/home.jpg border=0 alt=Home page></a> Zone</td></tr>-->
|
||||
<tr><td class="titolo1" colspan="2"><a href="../index.html" target="_new"><img src=../images/home.jpg border=0 alt=Home page></a>Generatore Report</td></tr>
|
||||
<!-- <tr><td><br></td></tr>-->
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td align="left">
|
||||
<!--<a href="ba8300a_corpo.html#uno" target="due"><img src="./images/pagina1.gif" border="0"></a><a href="ba4100a_corpo.html#due" target="due"><img src="./images/pagina2.gif" border="0"></a><a href="ba8300a_corpo.html#tre" target="due"><img src="./images/pagina3.gif" border="0"></a></td>-->
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<!--
|
||||
</tr>
|
||||
<tr>
|
||||
-->
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="right"><a href="#" onclick="return apri('../pages/tastiera.html');"><img src="../images/tastiera.gif" border="0"></a></td>
|
||||
<td align="right" width="35"><a href="#" onclick="return apri('../pages/mouse.html');"><img src="../images/mouse.gif" border="0"></a></td>
|
||||
<td width="60"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
18
ba/ba8300a_corpo.html
Executable file
18
ba/ba8300a_corpo.html
Executable file
@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Generatore Report</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../stili/stile_p.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff" leftmargin="5">
|
||||
|
||||
<h2>Introduzione</h2>
|
||||
<div align="justify">
|
||||
Questa applicazione permette di realizzare report di stampa partendo da <a href="ba8200sql.html#select">query sql</a> sul database di campo.<br>
|
||||
Tali query possono essere costruite utilizzando l'apposito <a href="ba8300a.html" target="_parent">generatore di query</a>
|
||||
oppure possono essere inserite manualmente o copiate da altre applicazioni che supportino il linguaggio <a href="ba8200sql.html">SQL</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user