Hi,

It depends on your version of Koha, but in the most recent ones (at least back to 21.05 which is the one I use), you can drag and drop subfields to reorder them in the framework.


- Go to Administration > MARC bibliographic framework

- Edit the MARC structure for your framework

- Search for the item field (952 in MARC21, I'm not sure in UNIMARC... maybe 995 or something like that?)

- Edit the subfields

- Drag and drop the tabs at the top in the order you want

- Save

- Edit an item and confirm the fields are in the chosen order


I just tried it and was able to put $z above $x. It's pretty neat!

I hoe this helps,

Caroline

On 2022-06-02 12:00, Eric Phetteplace wrote:
Hi Naveen,

You could do this with JavaScript added to the IntranetUserJS system
preference, but as far as I know there's no other way. This line of
JavaScript, for instance, moves the "non-public note" field from the bottom
of the add/edit items form to the top:

$('#subfield952x').parent('li').prependTo('#cataloguing_additem_newitem ol')

If you want to change the order of many of these fields, it would be quite
a bit of customization.

Best,

ERIC PHETTEPLACE Systems Librarian, Libraries (he/him)

ephettepl...@cca.edu  | o 510.594.3660 (cca)

5212 Broadway | Oakland, CA | 94618

CCA is situated on the traditional unceded lands of the Ohlone peoples.

Black-owned bookstores in Oakland: Ashay by the Bay
<https://ashaybythebay.com/>, Marcus Books
<https://www.facebook.com/marcus.books/>

:(){ :|: & };:


On Wed, Jun 1, 2022 at 11:36 PM Ms. Naveen Ali<nav...@neduet.edu.pk>  wrote:

Dear All,

How is it possible to control arrangement of fields on Items form.
Which field will appear first and so on.

With best regards,

Naveen Ali

ITM-JE (EAKL)
Inst Representative for
HEC Digital Library Resources.
NEDUET, Karachi.


_______________________________________________

Koha mailing listhttp://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe:https://lists.katipo.co.nz/mailman/listinfo/koha

_______________________________________________

Koha mailing listhttp://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe:https://lists.katipo.co.nz/mailman/listinfo/koha
--
Caroline Cyr La Rose, M.S.I.
Bibliothécaire | Responsable de produit

Tél. : 1-833-465-4276, poste 221
caroline.cyr-la-r...@inlibro.com <mailto:caroline.cyr-la-r...@inlibro.com>

INLiBRO | Spécialistes en technologies documentaires | www.inLibro.com <http://www.inLibro.com>
_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to