just reordering menu : links are now in the order they must be filled in order to get a working Koha.

This commit is contained in:
tipaul 2003-12-09 13:46:28 +00:00
parent 1e93add16b
commit 1b873ec499

View file

@ -7,23 +7,34 @@
</tr>
</table>
<table cellspacing=0 cellpadding=1 width=80%>
<th colspan=2>Biblio related</th>
<th colspan=2>Fill those tables in the order they appear to get a working Koha</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
<td>Define item types.</td>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
<td>The differents branches you manage with this Koha server.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
<td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
<td>Define exchange rates.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
<td>Define item types.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>Borrower categories</a></td>
<td>Define the categories of borrowers.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/charges.pl>Charges</a></td>
<td>Charges amounts for itemtypes / borrower types.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>Budget</a></td>
<td>The monies allocated to your book funds.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorised values</a></td>
<td>Define categories and authorised values for them. Authorised values are used in MARC form to limit/help editing MARC biblios.</td>
@ -32,8 +43,6 @@
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
<td>Management of thesaurus and authorities files.</td>
</tr>
<th colspan=2>MARC related</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td>
<td>MARC structure: tags then subfields.</td>
@ -47,18 +56,6 @@
<td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
<th colspan=2>Various parameters</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
<td>The differents branches you manage with this Koha server.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>Categories</a></td>
<td>Define the categories of borrowers.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
<td>Define exchange rates.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
<td>Printers (UNIX paths).</td>