2373f47a76
Contrib from Tümer Garip (from Turkey) : * holiday : in /tools/ the holiday.pl script let you define holidays (days where the library is closed), branch by branch. You can define 3 types of holidays : - single day : only this day is closed - repet weekly (like "sunday") : the day is holiday every week - repet yearly (like "July, 4") : this day is closed every year. You can also put exception : - sunday is holiday, but "2006 March, 5th" the library will be open The holidays are used for return date calculation : the return date is set to the next date where the library is open. A systempreference (useDaysMode) set ON (Calendar) or OFF (Normal) the calendar calculation.
90 lines
3.5 KiB
Cheetah
90 lines
3.5 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha Intranet Home<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<h1>Koha Intranet Home</h1>
|
|
<ul>
|
|
<li>Circulation
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></li>
|
|
<li><a href="/cgi-bin/koha/circ/circulation.pl">Issues</a></li>
|
|
<li><a href="/cgi-bin/koha/circ/returns.pl">Returns</a></li>
|
|
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li>
|
|
<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set Branch</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Members
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/members/members-home.pl">Member Search</a></li>
|
|
<li><a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add">Add Member</a></li>
|
|
<li><a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add">Add Institution</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Catalogue
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet">Advanced Search</a></li>
|
|
<li><a href="/cgi-bin/koha/bookshelves/shelves.pl">Virtual Shelves</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Cataloging
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></li>
|
|
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add Full MARC Record</a></li>
|
|
</ul></li>
|
|
<li>Acquisitions<ul>
|
|
<li><a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a></li><li><a href="/cgi-bin/koha/admin/aqbookfund.pl">Book funds</a></li>
|
|
<li><a href="/cgi-bin/koha/histsearch.pl">Search Order History</a></li>
|
|
<li><a href="/cgi-bin/koha/import/breeding.pl">Import to reservoir</a></li><li><a href="/cgi-bin/koha/bull-home.pl">Serials</a></li></ul>
|
|
</li>
|
|
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
|
|
<li>Accounts and Reports
|
|
<ul>
|
|
<li>Catalogue Statistics
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/reports/inventory.pl">Inventory/Stocktaking</a></li>
|
|
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalogue by itemtype</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Circulation Statistics
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Till Reconcipation: Daily Report (yesterday)</a></li>
|
|
<li><a href="/cgi-bin/koha/stats.pl?time=today">Till Reconcipation: Daily Report (today)</a></li>
|
|
<li><a href="/cgi-bin/koha/overdue.pl">Overdue items</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Statistics Wizards
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li>
|
|
<li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Borrowers</a></li>
|
|
<li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalogue</a></li>
|
|
<li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Top Lists
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Most issuing Borrowers</a></li>
|
|
<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most issued items</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>Koha Administration
|
|
<ul><li><a href="/cgi-bin/koha/admin/admin-home.pl">System Adminstration Home</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a></li><li><a href="/cgi-bin/koha/barcodes/barcodes.pl">Barcodes generator</a></li></ul></li>
|
|
|
|
</ul>
|
|
<div id="news">
|
|
<h1>News</h1>
|
|
<!-- TMPL_LOOP name="koha_news" -->
|
|
<table>
|
|
<tr>
|
|
<th>
|
|
<!-- TMPL_VAR NAME="title" --></th>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="new" -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="newdate" -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- /TMPL_LOOP -->
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|