[% USE KohaDates %] [% USE ItemTypes %] [% USE Branches %] [% USE AuthorisedValues %] [% USE Asset %] [% USE raw %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Article requests › Circulation › Koha [% INCLUDE 'doc-head-close.inc' %] [% BLOCK actions %] [% END %] [% BLOCK item_status %] [% IF myitem.onloan %]Checked out [% ELSIF myitem.holds({ found => ['W', 'T'] }).count > 0 %]On hold [% ELSIF myitem.notforloan > 0 OR myitem.itemtype.notforloan %]Not for loan [% ELSIF myitem.notforloan < 0 %]On order [% END %] [% END %] [% BLOCK urls_modal %] [% END %] [% BLOCK cancel_modal %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Article requests

[% PROCESS urls_modal %]
Select all | Clear all [% PROCESS actions menuid='article-menu-requested' id_arg=0 pull_right='' aria_menu='table_controls' %]
[% FOREACH ar IN article_requests_requested %] [% END %]
Title Requested article Collection Item type Call number Status Copy number Enumeration Barcode Format URLs Patron Date Actions

[% INCLUDE 'biblio-title.inc' biblio=ar.biblio %]

[% ar.biblionumber | html %]
[% ar.biblio.author | html %]
[% ar.biblio.biblioitem.publishercode | html %] [% IF ar.biblio.biblioitem.publicationyear %] [% ar.biblio.biblioitem.publicationyear | html %] [% ELSIF ar.biblio.copyrightdate %] [% ar.biblio.copyrightdate | html %] [% END %] [% IF ar.biblio.biblioitem.pages %] : [% ar.biblio.biblioitem.pages | html %] [% END %] [% r.biblio.biblioitem.size | html %] [% IF ar.biblio.biblioitem.isbn %] ISBN: [% ar.biblio.biblioitem.isbn | html %] [% END %]

[% IF ar.title %]

Title: [% ar.title | html %]

[% END %] [% IF ar.author %]

Author: [% ar.author | html %]

[% END %] [% IF ar.volume %]

Volume: [% ar.volume | html %]

[% END %] [% IF ar.issue %]

Issue: [% ar.issue | html %]

[% END %] [% IF ar.date %]

Date: [% ar.date | html %]

[% END %] [% IF ar.pages %]

Pages: [% ar.pages | html %]

[% END %] [% IF ar.chapters %]

Chapters: [% ar.chapters | html %]

[% END %] [% IF ar.patron_notes %]

Patron notes: [% ar.patron_notes | html %]

[% END %]
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ar.item.ccode ) | html %] [% ItemTypes.GetDescription( ar.item.effective_itemtype ) | html %] [% IF ar.item.location %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ar.item.location ) | html %] [% END %] [% ar.item.itemcallnumber | html %] [% PROCESS 'item_status' myitem = ar.item IF ar.item %] [% ar.item.copynumber | html %] [% ar.item.enumchron | html %] [% ar.item.barcode | html %] [% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %] [% IF ar.format == 'SCAN' %][% IF ar.urls %]Yes[% ELSE %]No[% END%][% END %]

[% ar.borrower.surname | html %][% IF ar.borrower.firstname %], [% ar.borrower.firstname | html %][% END %] ([% ar.borrower.cardnumber | html %])

[% ar.borrower.phone | html %]

[% ar.created_on | $KohaDates %] [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
Select all | Clear all [% PROCESS actions menuid='article-menu-pending' id_arg=0 pull_right='' aria_menu='table_controls' %]
[% FOREACH ar IN article_requests_pending %] [% END %]
Title Requested article Collection Item type Call number Status Copy number Enumeration Barcode Format URLs Patron Date Actions

[% INCLUDE 'biblio-title.inc' biblio=ar.biblio %]

[% ar.biblionumber | html %]
[% ar.biblio.author | html %]
[% ar.biblio.biblioitem.publishercode | html %] [% IF ar.biblio.biblioitem.publicationyear %] [% ar.biblio.biblioitem.publicationyear | html %] [% ELSIF ar.biblio.copyrightdate %] [% ar.biblio.copyrightdate | html %] [% END %] [% IF ar.biblio.biblioitem.pages %] : [% ar.biblio.biblioitem.pages | html %] [% END %] [% r.biblio.biblioitem.size | html %] [% IF ar.biblio.biblioitem.isbn %] ISBN: [% ar.biblio.biblioitem.isbn | html %] [% END %]

[% IF ar.title %]

Title: [% ar.title | html %]

[% END %] [% IF ar.author %]

Author: [% ar.author | html %]

[% END %] [% IF ar.volume %]

Volume: [% ar.volume | html %]

[% END %] [% IF ar.issue %]

Issue: [% ar.issue | html %]

[% END %] [% IF ar.date %]

Date: [% ar.date | html %]

[% END %] [% IF ar.pages %]

Pages: [% ar.pages | html %]

[% END %] [% IF ar.chapters %]

Chapters: [% ar.chapters | html %]

[% END %] [% IF ar.patron_notes %]

Patron notes: [% ar.patron_notes | html %]

[% END %]
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ar.item.ccode ) | html %] [% ItemTypes.GetDescription( ar.item.effective_itemtype ) | html %] [% IF ar.item.location %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ar.item.location ) | html %] [% END %] [% ar.item.itemcallnumber | html %] [% PROCESS 'item_status' myitem = ar.item IF ar.item %] [% ar.item.copynumber | html %] [% ar.item.enumchron | html %] [% ar.item.barcode | html %] [% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %] [% IF ar.format == 'SCAN' %][% IF ar.urls %]Yes[% ELSE %]No[% END%][% END %]

[% ar.borrower.surname | html %][% IF ar.borrower.firstname %], [% ar.borrower.firstname | html %][% END %] ([% ar.borrower.cardnumber | html %])

[% ar.borrower.phone | html %]

[% ar.created_on | $KohaDates %] [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id format=ar.format pull_right='pull-right' aria_menu='ar-actions' %]
Select all | Clear all [% PROCESS actions menuid='article-menu-processing' id_arg=0 pull_right='' aria_menu='table_controls' %]
[% FOREACH ar IN article_requests_processing %] [% END %]
Title Requested article Collection Item type Call number Status Copy number Enumeration Barcode Format URLs Patron Date Actions

[% INCLUDE 'biblio-title.inc' biblio=ar.biblio link = 1%]

[% ar.biblionumber | html %]
[% ar.biblio.author | html %]
[% ar.biblio.biblioitem.publishercode | html %] [% IF ar.biblio.biblioitem.publicationyear %] [% ar.biblio.biblioitem.publicationyear | html %] [% ELSIF ar.biblio.copyrightdate %] [% ar.biblio.copyrightdate | html %] [% END %] [% IF ar.biblio.biblioitem.pages %] : [% ar.biblio.biblioitem.pages | html %] [% END %] [% r.biblio.biblioitem.size | html %] [% IF ar.biblio.biblioitem.isbn %] ISBN: [% ar.biblio.biblioitem.isbn | html %] [% END %]

[% IF ar.title %]

Title: [% ar.title | html %]

[% END %] [% IF ar.author %]

Author: [% ar.author | html %]

[% END %] [% IF ar.volume %]

Volume: [% ar.volume | html %]

[% END %] [% IF ar.issue %]

Issue: [% ar.issue | html %]

[% END %] [% IF ar.date %]

Date: [% ar.date | html %]

[% END %] [% IF ar.pages %]

Pages: [% ar.pages | html %]

[% END %] [% IF ar.chapters %]

Chapters: [% ar.chapters | html %]

[% END %] [% IF ar.patron_notes %]

Patron notes: [% ar.patron_notes | html %]

[% END %]
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ar.item.ccode ) | html %] [% ItemTypes.GetDescription( ar.item.effective_itemtype ) | html %] [% IF ar.item.location %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ar.item.location ) | html %] [% END %] [% ar.item.itemcallnumber | html %] [% PROCESS 'item_status' myitem = ar.item IF ar.item %] [% ar.item.copynumber | html %] [% ar.item.enumchron | html %] [% ar.item.barcode | html %] [% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %] [% IF ar.format == 'SCAN' %][% IF ar.urls %]Yes[% ELSE %]No[% END%][% END %]

[% ar.borrower.surname | html %][% IF ar.borrower.firstname %], [% ar.borrower.firstname | html %][% END %] ([% ar.borrower.cardnumber | html %])

[% ar.borrower.phone | html %]

[% ar.created_on | $KohaDates %] [% PROCESS actions menuid="table_" _ ar.id id_arg=ar.id format=ar.format pull_right='pull-right' aria_menu='ar-actions' %]

[% PROCESS cancel_modal %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]