Thank you so much to Fred, Frederic and others - I think I'm getting there with this now thanks to you all - though further questions are coming up. Sorry!<br><br><div class="gmail_quote">On Fri, Nov 21, 2008 at 1:19 PM, Frederic Demians <span dir="ltr"><<a href="mailto:frederic@tamil.fr">frederic@tamil.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
These solutions would be a great help I'm sure. However, having spent most of yesterday poring over the manual and my preferences, I still can't see how to either move fields onto the first tab or alternatively how to set some (the majority) to be hidden. I've obviously missed something and would be grateful for help in finding whatever switches I need.<br>
</blockquote>
<br></div>
You can create a new Framework from an existing one, hide all its subfields, and then select one by one subfields you want to see in Data Entry form.<br>
<br>
In Koha PRO interface, create a new Framework:<br>
<br>
1. Admin > MARC Frameworks.<br>
2. Button New Framework. Name it FOO (for example).<br>
3. Click on 'MARC Structure'. Then Choose to create framework for FOO<br>
using Default framework.<br>
<br>
At this stage, you have a new Framework, which is Default framework duplicate.<br>
<br>
In MySql command line interface, or phpMyAdmin, or whatever, enter this SQL statement against your Koha DB :<br>
<br>
UPDATE marc_subfield_structure<br>
SET tab='-1'<br>
WHERE frameworkcode='FOO';<br>
<br>
At this stage, you FOO framework has all its fields hidden.<br>
<br>
You have to go in FOO Framework definition, and for each subfields you want to see in Data Entry, modify Managed in tab attribute.<br><font color="#888888">
<br>
<br>
-- <br>
Frédéric DEMIANS<br>
<a href="http://www.tamil.fr/u/fdemians.html" target="_blank">http://www.tamil.fr/u/fdemians.html</a><br>
<br>
</font></blockquote></div><br>