Fixing calendar image path
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / guided_reports_start.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha -- Guided Reports</title>
3
4 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
5 <!-- TMPL_INCLUDE NAME="calendar.inc" -->
6 </head>
7 <body>
8 <!-- TMPL_INCLUDE NAME="header.inc" -->
9 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
10
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>
12 &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; <strong>Guided Reports Wizard </strong></div>
13
14 <div id="doc3" class="yui-t2">
15
16    <div id="bd">
17     <div id="yui-main">
18     <div class="yui-b">
19
20         <div class="details">
21
22 <!-- TMPL_IF NAME="start" -->
23      <h2>Guided Reports</h2>
24      <p>Use the guided reports engine to create non standard reports.
25 This feature aims to provide some middle ground between the built in
26 canned reports and requiring a DBA to write the SQL code for you.</p>
27      <form action="/cgi-bin/koha/reports/guided_reports.pl">
28      <h3>Build and Run existing Reports</h3>                                                                                          
29                 <input type="submit" name="phase" value="Build new"/>
30                 <input type="submit" name="phase" value="Used saved"/>
31                 <input type="submit" name="phase" value="Create report from SQL"/>
32 <!--            <input type="submit" name="phase" value="Create Compound Report"/> -->
33 <h3>Define Custom Criteria</h3>
34 <p>Use the reports dictionary to define custom criteria to use in your
35 reports</p>
36 <input type="submit" name="phase" value="View Dictionary"/>
37         </form>
38 <!-- /TMPL_IF -->
39
40 <!-- TMPL_IF NAME="saved1" -->
41 <h1>Load Saved Reports</h1>
42 Choose the report from the list
43 <form action="/cgi-bin/koha/reports/guided_reports.pl">
44 <select name="reports">
45 <!-- TMPL_LOOP NAME="savedreports" -->
46 <option value="<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="report_name"--></option>
47 <!-- /TMPL_LOOP -->
48 </select>
49 <input type="submit" name="phase" value="Run this report">
50 </form>
51 <!-- /TMPL_IF -->
52
53
54 <!-- TMPL_IF NAME="build1" -->
55 <h1>Build A Report</h1>
56 <h3>Step 1 of 6: Choose a Module to Report on</h3>
57 <form action="/cgi-bin/koha/reports/guided_reports.pl">
58 <select name="areas">
59 <!-- TMPL_LOOP NAME="areas" -->
60 <option value="<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="name"--></option>
61 <!-- /TMPL_LOOP -->
62 </select>
63 <br />
64 <input type="submit" name="phase" value="Report on this Area">
65 </form>
66 <!-- /TMPL_IF -->
67
68
69 <!-- TMPL_IF NAME="build2" -->
70 <h1>Build A Report</h1>
71 <h3>Step 2 of 6: Pick a Report Type</h3>
72 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
73 <input type="hidden" name="area" value="<!-- TMPL_VAR NAME="area" -->">
74 <select name="types">
75 <!-- TMPL_LOOP NAME="types" -->
76 <option value="<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="name"--></option>
77 <!-- /TMPL_LOOP -->
78 </select>
79 <br />
80 <input type="submit" name="phase" value="Choose this type">
81 <br />
82 </form>
83 Tabular:
84 <img src="http://staff-crc.dev.kohalibrary.com/intranet-tmpl/prog/img/reports-tabular-graphic.gif" />
85 Summary:
86 <img src="http://staff-crc.dev.kohalibrary.com/intranet-tmpl/prog/img/reports-summary-graphic.gif" />
87 Matrix:
88 <img src="http://staff-crc.dev.kohalibrary.com/intranet-tmpl/prog/img/reports-matrix-graphic.gif" />
89 <!-- /TMPL_IF -->
90
91 <!-- TMPL_IF NAME="build3" -->
92 <h3>Step 3 of 6: Select Columns for Display</h3>
93 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
94         <input type="hidden" name="area" value="<!-- TMPL_VAR NAME="area" -->">
95         <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
96         <select id="availableColumns" name="oldcolumns2" multiple size="25" style="width:200px;height:300px;">
97 <!-- TMPL_LOOP NAME="columns" -->
98 <!-- TMPL_IF NAME="table" -->
99
100 <!-- TMPL_IF NAME="__first__" -->
101 <!-- TMPL_ELSE -->
102 </optgroup>
103 <!-- /TMPL_IF -->
104
105 <optgroup label="<!-- TMPL_VAR NAME="table"-->">
106 <!-- TMPL_ELSE -->
107 <option value="<!-- TMPL_VAR NAME="name" -->">
108 <!-- TMPL_IF NAME="description" --><!-- TMPL_VAR NAME="description" -->
109 <!-- TMPL_ELSE -->
110 <!-- TMPL_VAR NAME="name" -->
111 <!-- /TMPL_IF -->
112 <!-- /TMPL_IF -->
113 </option>
114 <!-- /TMPL_LOOP -->
115 </select>
116 <input type="button" name="Add" value="Add" class="button" onClick="addColumn()"/>
117 <select id="selectedColumns" name="columns" multiple size="25" style="width:200px;height:300px;"></select>
118 <input type="button" name="delete" value="delete" class="button" onClick="delColumn()"/>
119
120 <input type="submit" name="phase" value="Choose these columns">
121 </form>
122 <!-- /TMPL_IF -->
123
124 <!-- TMPL_IF NAME="build4" -->
125 <h3>Step 4 of 6: Select Criteria to Limit on </h3>
126
127 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" >
128 <input type="hidden" name="area" value="<!-- TMPL_VAR NAME="area" -->">
129 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
130 <input type="hidden" name="column" value="<!-- TMPL_VAR NAME="column" -->">
131 <table>
132 <!-- TMPL_LOOP NAME="criteria" -->
133 <tr><td><input type=checkbox name="criteria_column" value="<!-- TMPL_VAR
134 NAME="name" -->"> <!-- TMPL_VAR NAME="description" --> 
135 </td>
136 <!-- TMPL_IF NAME="date" -->
137 <td><input type="text" size="10" id="<!-- TMPL_VAR NAME="name"
138 -->_value" name="<!-- TMPL_VAR NAME="name" -->_value" value=""
139 >Link<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="buttonfrom1" style="cursor: pointer;"  />                 
140 <script type="text/javascript">   
141 Calendar.setup({  
142 inputField     : "<!-- TMPL_VAR NAME="name" -->_value",                               
143 ifFormat       : "%Y-%m-%d",                               
144 button         : "buttonfrom1",                               
145 align          : "Tl" 
146 });     
147 </script>          
148 </td></tr>
149 <!-- TMPL_ELSE -->
150 <td><select name="<!-- TMPL_VAR NAME="name" -->_value">
151 <!-- TMPL_LOOP NAME="values" -->
152 <option value="<!-- TMPL_VAR NAME="availablevalues"-->"><!-- TMPL_VAR NAME="availablevalues" --></option>
153 <!-- /TMPL_LOOP -->
154 </select>
155 </td></tr>
156 <!-- /TMPL_IF -->
157 <!-- /TMPL_LOOP -->
158 </table><br />
159 <!-- TMPL_IF NAME="definitions" -->
160 Dictionary Definitions <br />
161 <table>
162 <!-- TMPL_LOOP NAME="definitions" -->
163
164        <tr><td><input type=checkbox name="definition" value="<!--
165 TMPL_VAR NAME="id" -->"> <!-- TMPL_VAR NAME="name" --></td></tr>
166
167 <!-- /TMPL_LOOP -->
168 </table>
169 <!-- /TMPL_IF -->
170 <input type="submit" name="phase" value="Choose these criteria">
171 </form>
172 <!-- /TMPL_IF -->
173
174
175 <!-- TMPL_IF NAME="build5" -->
176 <h3>Step 5 of 6: Pick which columns to total</h3>
177 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
178 <input type="hidden" name="area" value="<!-- TMPL_VAR NAME="area" -->">
179 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
180 <input type="hidden" name="column" value="<!-- TMPL_VAR NAME="column" -->">
181 <input type="hidden" name="definition" value="<!-- TMPL_VAR NAME="definition" -->">
182 <input type="hidden" name="criteria" value="<!-- TMPL_VAR NAME="criteriastring" -->">
183 <table>
184 <!-- TMPL_LOOP NAME="total_by" -->
185 <tr><td><input type=checkbox name="total_by" value="<!-- TMPL_VAR
186 NAME="name" -->"> <!-- TMPL_VAR NAME="name"--></td>
187 <td><select name="<!-- TMPL_VAR NAME="name" -->_tvalue">
188
189 <!-- TMPL_LOOP NAME="select" -->
190 <option value="<!-- TMPL_VAR NAME="value"-->"><!-- TMPL_VAR NAME="value" --></option>
191 <!-- /TMPL_LOOP -->
192 </select>
193
194 </td></tr>
195 <!-- /TMPL_LOOP -->
196 </table>
197 <input type="submit" name="phase" value="Choose Totals">
198 </form>
199 <!-- /TMPL_IF -->
200
201
202 <!-- TMPL_IF NAME="build6" -->
203 <h3>Step 6 of 6: Select the ordering</h3>
204 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
205 <input type="hidden" name="area" value="<!-- TMPL_VAR NAME="area" -->">
206 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
207 <input type="hidden" name="column" value="<!-- TMPL_VAR NAME="column" -->">
208 <input type="hidden" name="criteria" value="<!-- TMPL_VAR NAME="criteriastring" -->">
209 <input type="hidden" name="definition" value="<!-- TMPL_VAR NAME="definition" -->">
210 <input type="hidden" name="totals" value="<!-- TMPL_VAR NAME="totals" -->">
211 <table><!-- TMPL_LOOP NAME="order_by" -->
212 <tr><td><input type=checkbox name="order_by" value="<!-- TMPL_VAR
213 NAME="name" -->"> <!-- TMPL_VAR NAME="name"-->
214 <select name="<!-- TMPL_VAR NAME="name" -->_ovalue">
215
216 <!-- TMPL_LOOP NAME="select" -->
217 <option value="<!-- TMPL_VAR NAME="value"-->"><!-- TMPL_VAR NAME="value" --></option>
218 <!-- /TMPL_LOOP -->
219 </select>
220 </td></tr>
221
222 <!-- /TMPL_LOOP -->
223 </table>
224 <br />
225 <input type="submit" name="phase" value="Build Report">
226 </form>
227 <!-- /TMPL_IF -->
228
229
230 <!-- TMPL_IF NAME="showreport" -->
231 <!-- TMPL_VAR NAME="sql" -->
232
233 <p>
234 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
235 <input type="hidden" name="sql" value="<!-- TMPL_VAR NAME="sql" -->">
236 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
237 <input type="submit" name="phase" value="Save">  <input type="submit" name="phase" value="Execute">
238 </form>
239 <!-- /TMPL_IF -->
240
241 <!-- TMPL_IF NAME="save" -->
242 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
243 <input type="hidden" name="sql" value="<!-- TMPL_VAR NAME="sql" -->">
244 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
245 Report Name: <input type="text" name="reportname"> <br />
246 Notes: <textarea name="notes"></textarea><br />
247 <input type="submit" name="phase" value="Save Report">
248 </form>
249 <!-- /TMPL_IF -->
250
251 <!-- TMPL_IF NAME="execute" -->
252 <h1>Show results</h1>
253 <h2>Report Name</h2>
254 <p>Report description</p>
255 <table>
256 <!-- TMPL_LOOP NAME="results" -->
257 <!-- TMPL_VAR NAME="row" -->
258 <!-- /TMPL_LOOP -->
259 </table>
260 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
261 <select name="format">
262 <option value="csv">Comma Separated Text</option>
263 <option value="tab">Tab Separated Text</option>
264 </select>
265 <input type="submit" name="phase" value="Export">
266 <input type="hidden" name="sql" value="<!-- TMPL_VAR NAME="sql" -->">
267 </form>
268 <!-- /TMPL_IF -->
269
270 <!-- TMPL_IF NAME="create" -->
271 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
272 Report Name: <input type="text" name="reportname"> <br />
273 Type:
274 <select name="types">
275 <!-- TMPL_LOOP NAME="types" -->
276 <option value="<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="name"--></option>
277 <!-- /TMPL_LOOP -->
278 </select>
279 <br />
280 SQl: <textarea name="sql" cols=30 rows=10></textarea><br />
281 <input type="submit" name="phase" value="Save Report">
282 </form>
283 <!-- /TMPL_IF -->
284
285 <!-- TMPL_IF NAME="compound" -->
286 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
287 Master: <select name="master">
288 <!-- TMPL_LOOP NAME="savedreports" -->
289 <option value="<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="report_name"--></option>
290 <!-- /TMPL_LOOP -->
291 </select>
292  &nbsp;
293 Sub report:<select name="subreport">
294 <!-- TMPL_LOOP NAME="savedreports" -->
295 <option value="<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="report_name"--></option>
296 <!-- /TMPL_LOOP -->
297 </select>
298 <br />
299 <input type="submit" name="phase" value="Save Compound">
300 </form>
301 <!-- /TMPL_IF -->
302
303 <!-- TMPL_IF NAME="save_compound" -->
304 <!-- TMPL_VAR NAME="master" --> <br />
305 <!-- TMPL_VAR NAME="subsql" -->
306 <!-- /TMPL_IF -->
307 </div>
308 </div>
309 </div>
310 <div class="yui-b">
311 <!-- TMPL_INCLUDE NAME="guided-reports-view.inc" -->
312 </div>
313 </div>
314 <script type="text/javascript">
315 function setObjects() {
316         selectedColumnsObj=document.getElementById('selectedColumns');
317         availableColumnsObj=document.getElementById('availableColumns');
318 }
319 setObjects();
320
321 function addColumn() {
322         for (i=0;i<availableColumnsObj.length;i++) {
323                 if (availableColumnsObj.options[i].selected==true) {
324                         var newColumnObj=document.createElement("OPTION");
325                         newColumnObj.value=availableColumnsObj.options[i].value;
326                         newColumnObj.text=availableColumnsObj.options[i].text;
327                         selectedColumnsObj.appendChild(newColumnObj);
328                         newColumnObj.selected=true;
329                 }
330         }
331 }
332
333 function delColumn() {
334         for (i=0;i<=selectedColumnsObj.options.length;i++) {
335                 if (selectedColumnsObj.options.selectedIndex>=0)
336                 selectedColumnsObj.remove(selectedColumnsObj.options.selectedIndex)
337         }
338 }
339 </script>
340 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->